Opened 20 months ago
Last modified 11 months ago
#6921 new enhancement
Support for GML (Geography Markup Language)
| Reported by: | flaimo | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | tested | Keywords: | |
| Cc: |
Description (last modified by Don-vip)
josm should support GML: http://en.wikipedia.org/wiki/Geography_Markup_Language
this is necessary so data from open data platforms (like for example http://data.linz.gv.at/daten/Geodaten/) can be imported.
Attachments (0)
Change History (3)
comment:1 Changed 20 months ago by simon04
comment:2 Changed 14 months ago by Don-vip
- Description modified (diff)
I have written a small initial support for GML files (I took Linz as example) in opendata plugin. Do you have other examples in mind ?
comment:3 Changed 11 months ago by jezevec
In Czech, we have from now new source in GML format http://www.cuzk.cz/Dokument.aspx?AKCE=DOC:10-VFR
There are some docs and data examples - all in Czech.



Note that GML isn't restricted to one coordinate reference system. Thus, the importer must be able to transform coordinates, e.g., with Proj4J, which is used in the proj4j plugin.