| 225 | } |
| 226 | |
| 227 | TEST(OGRWriterTest, shapefile) |
| 228 | { |
| 229 | std::string infile = Support::datapath("las/simple.las"); |
| 230 | std::string infofile = Support::datapath("ogr/shapefile.shp.ogrinfo"); |
| 231 | |
| 232 | Options wo; |
| 233 | wo.add("ogrdriver", "ESRI Shapefile"); |
| 234 | |
| 235 | runOgrWriterInfo(wo, infile, infofile, ".shp"); |
| 236 | } |
| 237 | |
| 238 | TEST(OGRWriterTest, json) |
| 239 | { |
nothing calls this directly
no test coverage detected