Hi
I’ve got some data exported from OpenStreetMap in .osm format (looks like XML). Is there a method to load and display it as a layer in WPF?
Cheers
Loading maps in .osm format
Hey @Kev_French,
At this time, we do not have direct support for OSM XML. You would need to export it to a different file format, like shapefile, using an external tool like https://github.com/hotosm/osm-export-tool-python.
We do have a backlog issue for implementing this into ThinkGeo, but we do not have a timeline on it at this time.
Thanks,
Kyle
Thanks Kyle, I’ll give that a try.
Cheers