opengisch / QgisModelBaker

Create QGIS projects from database schemas or Interlis models
https://opengisch.github.io/QgisModelBaker/
GNU Lesser General Public License v3.0
55 stars 17 forks source link

Preserve arcs in Interlis models #217

Closed fahuber closed 5 years ago

fahuber commented 6 years ago

It should be possible to import curved geometries, thus the --strokeArcs argument should be optional (or be removed again). Otherwise, imported (and segmented) arcs cause an error while exporting again.

m-kuhn commented 6 years ago

Is the main request here that you need to be able to work with arcs or that there is an export error?

fahuber commented 6 years ago

we need to be able to work with curved polygons and the topology should be preserved after import an export to xtf.

m-kuhn commented 6 years ago

@romefi and others, I think you prefer to work without arcs, so it looks like this needs to be an option?

pramisters commented 6 years ago

Yes. Apart from a few exceptions (i.e. AV and datasets that topologically rely on AV) we try to avoid arcs.

romefi commented 6 years ago

I'd prefer to work without arcs, never the less there can be situations, where you have to work with arcs. I.e. the canton wants the Zonenplan exactly on the AV-topics including the arcs. So you don't have any choice than to work with arcs. I think an option would make sense with --strokeArcs as default.

pramisters commented 6 years ago

I agree with @romefi : Option with --strokeArcs as default.