Hello everyone, I have successfully set up the openstreetmap website under the rails port and with integreted versions of Potlatch, Potlatch 2 and iD editors. I used the OAuth settings to generate a key and now I'am able to add new spatial objects (point, line, polygon) with ID Editor but not to edit my own apidb that I have set up with osmosis In the configuration page - Populating database section, the yet-to-be-written script link doesn't point to a ready for use solution. Do I have to create this script myself ? How can I edit an existing apidb the same way like in the openstreetmap public website ? Thank you asked 20 Oct '15, 09:46 AYARI SimonPoole ♦ |
I would assume that you need to change the URls in https://github.com/openstreetmap/iD/blob/master/js/id/core/connection.js to point to your rails port instance to enable iD to edit your local DB. However the 2nd part of your question is -very- confusing and would indicate that you are looking at bulk populating the DB which is a different subject. answered 21 Oct '15, 08:58 SimonPoole ♦ 1
Thank you SimonPoole, Your solution worked for me. I'am not looking to bulk populating the db, I just want to edit my own database manually. And now I'am able
(21 Oct '15, 09:47)
AYARI
Could you accept the answer in that case, thank you.
(21 Oct '15, 10:03)
SimonPoole ♦
core/connection.js has been refactored to services/osm.js.
(20 Mar '17, 08:26)
scai ♦
|
Any help please ?
Hi AYARI, I'm trying to setup iD editor for my OSM server, but it's not success: "iD has been not configured". Please let me know how to config this editor. Thanks.
Hi AYARI
How solved your problem ? I'm in the same situation, rails server + nominatim + renderd installed local But ID editor not save data in local data.
@perosoft: according to his/her comment (at Simon's answer): yes. Please just post your own question on this help site and mention relevant error messages and how you have set up your bits.