Hi All, I want to add a layer that user can ADD/DELETE data that uses OSM iD javascript editor? Is it could be done? How each user edited data to save on special table and can be reloaded? It's possible to do this using OSM application/module? Best Regards, Joao Kho asked 20 Apr '15, 03:58 Joao Kho aseerel4c26 ♦ |
This is not possible with the standard iD editor. However, the code is open source, so you could install your own version of it on your servers and modify it to do what you want. "Just" a few lines of JavaScript code and a backend server with a database to store your specific data. answered 21 Apr '15, 11:07 escada |
could you describe your idea a bit more? Are you thinking of a private data layer? Do you want to save locally on your computer? For which use case?
my idea is like this: OSM layer (import from planet to render database) as base layer. and then i has overlay layer that can be editable using iD and could be save into other database and could be reload next time. It's something like www.openstreetmap.org but edit is only to overlay layer, not OSM layer (base layer)