Commit 5a0c4001 authored by Riegel's avatar Riegel
Browse files

Fix: Add CRS info of CityModel to exported CityObjects

2 merge requests!28Version 3.17.0 Release,!26Add ZIP-archive support
Showing with 1 addition and 0 deletions
+1 -0
......@@ -883,6 +883,7 @@ public class CityDoctorController {
newModel.setCityModel(new CityModel());
newModel.addCityObject(co);
newModel.setParsedCityGMLVersion(model.getCityGMLVersion());
newModel.getCityModel().setBoundedBy(model.getCityModel().getBoundedBy());
FileChooser fc = new FileChooser();
fc.getExtensionFilters().add(new ExtensionFilter("CityGML", "*.gml"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment