Esri / arcgis-osm-editor

ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Apache License 2.0
392 stars 129 forks source link

Loading Ways file creates empty layers with no features #219

Closed Jibrahn closed 4 years ago

Jibrahn commented 4 years ago

I have .osm files from Overpass, and they are all Way elements. When I try importing them into ArcMap 10.7.1 with either OSM File Loader(Loader only), Load OSM File, or OSM Way Loader, I get empty layers with no features. Here is a sample osm:

<?xml version="1.0" encoding="UTF-8"?>

The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.
Jibrahn commented 4 years ago

SampleWaysFile.txt

ThomasEmge commented 4 years ago

The sample file only contains the descriptions of the ways and it is missing the actual nodes (coordinates) that are needed to create the vertices for the lines.

Jibrahn commented 4 years ago

Thanks! I didn't realize the Overpass results were just descriptions.