We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecc7e2 commit 81a3c63Copy full SHA for 81a3c63
1 file changed
src/polygon_mesh/polygon_mesh_utils.cpp
@@ -63,7 +63,6 @@ namespace plateau::polygonMesh {
63
auto& gml = plateau::dataset::GmlFile(city_model.getGmlPath());
64
auto city_center = (envelope.getLowerBound() + envelope.getUpperBound()) / 2.0;
65
return geometry::GeoReference(coordinate_zone_id).convert(city_center, true, gml.isPolarCoordinate());
66
- //return geometry::GeoReference(coordinate_zone_id).project(city_center);
67
}
68
69
/**
0 commit comments