Hi, I use OSM editor for ArcGIS 10.2.2 , I did get data from osm, load it to arcgis, symbolized it, add osm editor, edited data, add new peaks, save data. but upload som data tool is not working. I get the message The underlying connection was closed. An unexpected error occured on a send. I use url http://www.openstreetmap.org for Open Street Map base upload URL. I have lot of free time and knowladge how to use gis data and I would like to improve OSM map, but without uploading data to OSM is hard to do it. Do you know anybody who use arcGIS for editing OSM data? asked 19 Nov '22, 20:35 Grzes978 |
That editor seems to have had about 0.01% of the edits last year, so expertise might be a bit light on the ground. If you can export in osm format might be easier to use JOSM or something more tailored to OpenStreetMap data? JOSM does have a plugin that lets you open other file formats. answered 21 Nov '22, 22:42 InsertUser 2
In general using essentially unmaintained niche editors (last update in this case three years ago) is not a good idea. For contributors used to desktop GIS programs JOSM would seem to be the best choice, see https://josm.openstreetmap.de/
(24 Nov '22, 13:14)
SimonPoole ♦
2
There is a forum more geared towards discussions over at community.openstreetmap.org . I think we don't know enough about the arcgis OSM plugin to tell you how to upload from there. Export your changes into something like GeoJSON or shp format and import into JOSM which already handles the interaction with the OSM servers without needing to change any settings.
(25 Nov '22, 09:03)
InsertUser
|
all is fine, but I need some further information on how upload my edits done in ArcgIS into OSm. JOSM looks morelees good but, how e.g to add openCycle wmts? I see that forum removed my email. We cannot send PM messsages. Internet is changing for the worst. In past there was better comunication on that kind of forums. Now I can only post messeages and thats all. It is only few people who like spend days for searching to find solutions they looking for. answered 25 Nov '22, 07:47 Grzes978 |
I try to get familiar with JOSM. I see that it is the easiest solution for editing OSM map. I have to struggle and learn how to use this tool. Thanks for all. answered 25 Nov '22, 19:16 Grzes978 |
Thanks for reply, Could you give me some advice on how to do it? I am not familiar with JOSM.
Could we make a conversation PM? My email is [e-mail removed]
Now I can do editions in ArcGIS and I see that revison tables "see" my changes in dataset. But what to do next in order to upload it to OSM. It is black magic :-)
@InsertUser's answer (and @SimonPoole's comment) are both correct, but aside from that I'd expect that using "http://www.openstreetmap.org/" as an API URL is wrong for a couple of reasons.
One is that its http not https (an http request will result in the client being told to use https, but not all clients follow redirects).
The other is that I'd actually expect the API URL for the live database to be https://api.openstreetmap.org/api/0.6/ .