You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm query the OSM API with the following request http://overpass-api.de/api/map?bbox=-119.86475115542854%2C34.410451138127065%2C-119.85719244457147%2C34.416207261872934
This data returns polygons that have role's of inner and outer
When I use OSMToGeoJSON to convert osmtogeojson {input_path.xml} > {output_path} the returned JSON is missing relation/role data:
I'm query the OSM API with the following request
http://overpass-api.de/api/map?bbox=-119.86475115542854%2C34.410451138127065%2C-119.85719244457147%2C34.416207261872934
This data returns polygons that have role's of
inner
andouter
When I use OSMToGeoJSON to convert
osmtogeojson {input_path.xml} > {output_path}
the returned JSON is missing relation/role data:Am I doing something wrong, or is this data getting stripped?
The text was updated successfully, but these errors were encountered: