Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ili2fgdb: CHBase MultiLine mapped to MultiPolygon #555

Open
beistehen opened this issue Nov 22, 2024 · 0 comments
Open

ili2fgdb: CHBase MultiLine mapped to MultiPolygon #555

beistehen opened this issue Nov 22, 2024 · 0 comments

Comments

@beistehen
Copy link
Contributor

Testmodell:

INTERLIS 2.3;

MODEL Multimapping_v2 (de)
AT "mailto:localhost"
VERSION "2024-11-22" =
  IMPORTS GeometryCHLV95_V1;
  
  TOPIC LinienTest =

    CLASS Linie =
      AttributA : MANDATORY TEXT*200;
      Geometrie : MANDATORY GeometryCHLV95_V1.MultiLine;
    END Linie;
	
  END LinienTest;

END Multimapping_v2.

Aufruf:

Tool:
ili2fgdb-5.2.0.jar

Optionen:
--schemaimport
--createGeomIdx
--createBasketCol
--defaultSrsAuth EPSG
--defaultSrsCode 2056
--models Multimapping_v2
--modeldir '.;https://models.interlis.ch'
--dbfile mm2_v1.gdb

Resultat (Einbindung .gdb in QGIS):
grafik

Modell und GDB:
ili_und_gdb.zip

Hinweis: Das Problem tritt bei ili2gpkg nicht auf:
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant