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
399 stars 131 forks source link

OSM Feature Extension holds on to feature classes when working with data in ArcGIS #18

Open eggwhites opened 11 years ago

eggwhites commented 11 years ago

If you are working with OSM data created using OSM Toolbox in ArcGIS, the feature extension will use node ordering across datasets if more than one dataset is used in an ArcGIS session. For example: you append a dataset to an OSM dataset and attempt to upload. Then you append a different dataset to a different OSM dataset and attempt to upload. The node ids in the second session will be ordered as a continuation of the first session.

Workaround is to start each session with a new map and don't work with multiple OSM datasets within the same map.

Desired behavior is that the feature extension will treat each OSM dataset independently.

eggwhites commented 11 years ago

Deferred - for now, please use the workaround: "Workaround is to start each session with a new map and don't work with multiple OSM datasets within the same map."