osmly
osmly copied to clipboard
A simple import editor for OpenStreetMap.
Importing schools points, when I choose merging of tags, the current tags of the existing points/nodes in OSM is replaced by the other tags in the imported nodes instead of...
This line https://github.com/aaronlidman/osmly/blob/gh-pages/server/server.js#L91 produces an error probably typo on the string `reponse`: /home/maning/osmly-gh-pages/server/server.js:91 respond(JSON.stringify({id:args.id}), reponse); ^ ReferenceError: reponse is not defined at Database. (/home/maning/osmly-gh-pages/server/server.js:91:59) maning@acerodon:~/osmly-gh-pages/server$ nodejs server.js
I have JOSM running and remote control activated. Clicking the "edit in JOSM" button, I get a server response: http://localhost:8000/?db=/home/maning/osmly-gh-pages/server/deped_schools_test_data&id=110&action=remote But I can;t get it load in JOSM.
when merging tags from an existing feature, a new feature is created, and the old one also remains. would be better, if just a single merge, to update the existing...
Doesn't handle case where no rows are returned
Problem here? https://github.com/aaronlidman/osmly/blob/gh-pages/js/osmly/osmly.import.js#L382
POST `http://localhost:8000/?db=toronto&id=71&action=submit` fails here: https://github.com/aaronlidman/osmly/blob/gh-pages/server/server.js#L99-L106 Should probably switch to express while I'm in there.
Mostly to select desired properties, it's a bit messy on the client right now, nice gains in dealing with property selection before it hits the client.