Hello,
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
For example, lets say I want to add mapillary image " ofr9UjZn4ammjewdPnGIGA " to OSM node "3413495243". Is this even possible?
https://www.mapillary.com/map/im/ofr9UjZn4ammjewdPnGIGA https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
Best regards,
Stuart
On 09.05.20 15:04, European Water Project wrote:
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
For example, lets say I want to add mapillary image " ofr9UjZn4ammjewdPnGIGA " to OSM node "3413495243". Is this even possible?
https://www.mapillary.com/map/im/ofr9UjZn4ammjewdPnGIGA https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
Opening the editor and selecting a given object is possible with the URL parameters node, way or relation. The second URL you listed does that.
From what I can see on
https://github.com/openstreetmap/iD/blob/develop/API.md, there doesn't seem to be a way to pre-fill tags to be added to that object, though. But maybe that's a feature the iD developers and the maintainers of the osm.org website would be willing to add?
Kind regards, Raphael
Hi Raphael,
Yes, that would be very helpful.
Reading through the comments, it seems others would like this as well :
https://github.com/openstreetmap/iD/issues/6398
Best regards,
Stuart
On Sat, 9 May 2020 at 16:46, Raphael Das Gupta (das-g) < lists.openstreetmap.ch@raphael.dasgupta.ch> wrote:
On 09.05.20 15:04, European Water Project wrote:
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
For example, lets say I want to add mapillary image " ofr9UjZn4ammjewdPnGIGA " to OSM node "3413495243". Is this even possible?
https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
Opening the editor and selecting a given object is possible with the URL parameters node, way or relation. The second URL you listed does that.
From what I can see on https://github.com/openstreetmap/iD/blob/develop/API.md, there doesn't seem to be a way to pre-fill tags to be added to that object, though. But maybe that's a feature the iD developers and the maintainers of the osm.org website would be willing to add?
Kind regards, Raphael
talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
Ciao Stuart
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
I suppose you want to do that to provide it to your users, but if you want to do that for yourself, then the Mapillary plugin for JOSM (https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary) makes adding Mapillary photo keys to objects really easy, I’m using that quite bit myself.
Have a good day, Habi
Dear Habi,
I am looking for just for myself, so I will test this plugin ! I have never used JOSM, so this will be a first for me.
The new PWA version with image capture was just released this morning ... Capturing an image from the webrtc camera and adding the users geo coordinates to the exif meta data was a challenge. https://europeanwaterproject.org?lang=DE
The user takes the geolocalized picture within the app and it shows up immediately within the app after getting stored on an AWS S3 storage.
The S3 storage ===> manual curation ===> mapillary upload ===> OSM edit steps are done semi-manually (with the help of some scripts).
The more I can streamline the S3 to OSM edit process the better.
Thank you,
Stuart
On Mon, 11 May 2020 at 13:00, David Haberthür email@davidhaberthuer.ch wrote:
Ciao Stuart
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
I suppose you want to do that to provide it to your users, but if you want to do that for yourself, then the Mapillary plugin for JOSM ( https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary) makes adding Mapillary photo keys to objects really easy, I’m using that quite bit myself.
Have a good day, Habi _______________________________________________ talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
Dear Habi,
Thanks again for your suggestion.
Reading the documentation, it looks like the JOSM plugin allows an image overlay to try to find image needles out of a haystack .... Unless I am missing something, I don't think it fits our usage case.
After uploading the mapillary images, I query for images via the mapillary api for our project userid and match to overpass output and form a json collection with objects (as shown below) which are subsequently used to make url links (as below).
https://www.mapillary.com/map/im/ofr9UjZn4ammjewdPnGIGA https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
{ "type": "Feature", "properties": { "mapillary": "ofr9UjZn4ammjewdPnGIGA", "coordinates": [ 6.0741278, 46.2972417 ] }, "distance": 3.4971297779106982, "osm_id": 3413495243, "osm_coordinates": [ 6.0741059, 46.297219 ], "ignore": true }
The "ignore": true signifies that the osm object already has an image and the photo does not need to be attached.
Best regards,
Stuart
On Mon, 11 May 2020 at 13:40, European Water Project < europeanwaterproject@gmail.com> wrote:
Dear Habi,
I am looking for just for myself, so I will test this plugin ! I have never used JOSM, so this will be a first for me.
The new PWA version with image capture was just released this morning ... Capturing an image from the webrtc camera and adding the users geo coordinates to the exif meta data was a challenge. https://europeanwaterproject.org?lang=DE
The user takes the geolocalized picture within the app and it shows up immediately within the app after getting stored on an AWS S3 storage.
The S3 storage ===> manual curation ===> mapillary upload ===> OSM edit steps are done semi-manually (with the help of some scripts).
The more I can streamline the S3 to OSM edit process the better.
Thank you,
Stuart
On Mon, 11 May 2020 at 13:00, David Haberthür email@davidhaberthuer.ch wrote:
Ciao Stuart
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
I suppose you want to do that to provide it to your users, but if you want to do that for yourself, then the Mapillary plugin for JOSM ( https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary) makes adding Mapillary photo keys to objects really easy, I’m using that quite bit myself.
Have a good day, Habi _______________________________________________ talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
Here is 30 second video of how the photo capture works in our App :
https://drive.google.com/open?id=1XbYC1xwsjCySv1g9LPHx3zX07SNtCeuI
On Mon, 11 May 2020 at 14:32, European Water Project < europeanwaterproject@gmail.com> wrote:
Dear Habi,
Thanks again for your suggestion.
Reading the documentation, it looks like the JOSM plugin allows an image overlay to try to find image needles out of a haystack .... Unless I am missing something, I don't think it fits our usage case.
After uploading the mapillary images, I query for images via the mapillary api for our project userid and match to overpass output and form a json collection with objects (as shown below) which are subsequently used to make url links (as below).
https://www.mapillary.com/map/im/ofr9UjZn4ammjewdPnGIGA
https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
{ "type": "Feature", "properties": { "mapillary": "ofr9UjZn4ammjewdPnGIGA", "coordinates": [ 6.0741278, 46.2972417 ] }, "distance": 3.4971297779106982, "osm_id": 3413495243, "osm_coordinates": [ 6.0741059, 46.297219 ], "ignore": true }
The "ignore": true signifies that the osm object already has an image and the photo does not need to be attached.
Best regards,
Stuart
On Mon, 11 May 2020 at 13:40, European Water Project < europeanwaterproject@gmail.com> wrote:
Dear Habi,
I am looking for just for myself, so I will test this plugin ! I have never used JOSM, so this will be a first for me.
The new PWA version with image capture was just released this morning ... Capturing an image from the webrtc camera and adding the users geo coordinates to the exif meta data was a challenge. https://europeanwaterproject.org?lang=DE
The user takes the geolocalized picture within the app and it shows up immediately within the app after getting stored on an AWS S3 storage.
The S3 storage ===> manual curation ===> mapillary upload ===> OSM edit steps are done semi-manually (with the help of some scripts).
The more I can streamline the S3 to OSM edit process the better.
Thank you,
Stuart
On Mon, 11 May 2020 at 13:00, David Haberthür email@davidhaberthuer.ch wrote:
Ciao Stuart
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
I suppose you want to do that to provide it to your users, but if you want to do that for yourself, then the Mapillary plugin for JOSM ( https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary) makes adding Mapillary photo keys to objects really easy, I’m using that quite bit myself.
Have a good day, Habi _______________________________________________ talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
Stuart
You asked
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ?
If I understand you correctly, that's exactly what I asked some time ago [1]. At the time the maintainers didn't like that proposal.
In the meantime they implemented another proposal, namely to be able to Copy & Paste several tags at a time while editing a node in iD. In order to do that, you have to navigate down to the "Tags" section and switch by from default "list" by clicking to "text".
:Stefan
[1] https://github.com/openstreetmap/iD/issues/6171
Am Fr., 15. Mai 2020 um 10:40 Uhr schrieb European Water Project europeanwaterproject@gmail.com:
Here is 30 second video of how the photo capture works in our App :
https://drive.google.com/open?id=1XbYC1xwsjCySv1g9LPHx3zX07SNtCeuI
On Mon, 11 May 2020 at 14:32, European Water Project europeanwaterproject@gmail.com wrote:
Dear Habi,
Thanks again for your suggestion.
Reading the documentation, it looks like the JOSM plugin allows an image overlay to try to find image needles out of a haystack .... Unless I am missing something, I don't think it fits our usage case.
After uploading the mapillary images, I query for images via the mapillary api for our project userid and match to overpass output and form a json collection with objects (as shown below) which are subsequently used to make url links (as below).
https://www.mapillary.com/map/im/ofr9UjZn4ammjewdPnGIGA https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
{ "type": "Feature", "properties": { "mapillary": "ofr9UjZn4ammjewdPnGIGA", "coordinates": [ 6.0741278, 46.2972417 ] }, "distance": 3.4971297779106982, "osm_id": 3413495243, "osm_coordinates": [ 6.0741059, 46.297219 ], "ignore": true }
The "ignore": true signifies that the osm object already has an image and the photo does not need to be attached.
Best regards,
Stuart
On Mon, 11 May 2020 at 13:40, European Water Project europeanwaterproject@gmail.com wrote:
Dear Habi,
I am looking for just for myself, so I will test this plugin ! I have never used JOSM, so this will be a first for me.
The new PWA version with image capture was just released this morning ... Capturing an image from the webrtc camera and adding the users geo coordinates to the exif meta data was a challenge. https://europeanwaterproject.org?lang=DE
The user takes the geolocalized picture within the app and it shows up immediately within the app after getting stored on an AWS S3 storage.
The S3 storage ===> manual curation ===> mapillary upload ===> OSM edit steps are done semi-manually (with the help of some scripts).
The more I can streamline the S3 to OSM edit process the better.
Thank you,
Stuart
On Mon, 11 May 2020 at 13:00, David Haberthür email@davidhaberthuer.ch wrote:
Ciao Stuart
How does one form a url with parameters to go directly with prefill data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
I suppose you want to do that to provide it to your users, but if you want to do that for yourself, then the Mapillary plugin for JOSM (https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary) makes adding Mapillary photo keys to objects really easy, I’m using that quite bit myself.
Have a good day, Habi _______________________________________________ talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
On Fri, 31 Jul 2020 at 20:09, Stefan Keller sfkeller@gmail.com wrote: *Hi Stefan, *
You asked
How does one form a url with parameters to go directly with prefill data
for a node edit using the ID editor ?
If I understand you correctly, that's exactly what I asked some time ago [1]. At the time the maintainers didn't like that proposal.
*>>>>>>Yes, it was an almost identical request. How did the maintainters determine that this proposal had insufficient merit ? I can imagine many diverse use cases. *
In the meantime they implemented another proposal, namely to be able to Copy & Paste several tags at a time while editing a node in iD. In order to do that, you have to navigate down to the "Tags" section and switch by from default "list" by clicking to "text".
*>>>>>>>Very Cool. Thank you for letting me know about this.*
*Best regards,*
*Stuart *
[1] https://github.com/openstreetmap/iD/issues/6171
Am Fr., 15. Mai 2020 um 10:40 Uhr schrieb European Water Project europeanwaterproject@gmail.com:
Here is 30 second video of how the photo capture works in our App :
https://drive.google.com/open?id=1XbYC1xwsjCySv1g9LPHx3zX07SNtCeuI
On Mon, 11 May 2020 at 14:32, European Water Project <
europeanwaterproject@gmail.com> wrote:
Dear Habi,
Thanks again for your suggestion.
Reading the documentation, it looks like the JOSM plugin allows an
image overlay to try to find image needles out of a haystack .... Unless I am missing something, I don't think it fits our usage case.
After uploading the mapillary images, I query for images via the
mapillary api for our project userid and match to overpass output and form a json collection with objects (as shown below) which are subsequently used to make url links (as below).
https://www.openstreetmap.org/edit?node=3413495243#map=19/46.297219/6.074105...
{ "type": "Feature", "properties": { "mapillary": "ofr9UjZn4ammjewdPnGIGA", "coordinates": [ 6.0741278, 46.2972417 ] }, "distance": 3.4971297779106982, "osm_id": 3413495243, "osm_coordinates": [ 6.0741059, 46.297219 ], "ignore": true }
The "ignore": true signifies that the osm object already has an image
and the photo does not need to be attached.
Best regards,
Stuart
On Mon, 11 May 2020 at 13:40, European Water Project <
europeanwaterproject@gmail.com> wrote:
Dear Habi,
I am looking for just for myself, so I will test this plugin ! I have
never used JOSM, so this will be a first for me.
The new PWA version with image capture was just released this morning
... Capturing an image from the webrtc camera and adding the users geo coordinates to the exif meta data was a challenge.
https://europeanwaterproject.org?lang=DE
The user takes the geolocalized picture within the app and it shows up
immediately within the app after getting stored on an AWS S3 storage.
The S3 storage ===> manual curation ===> mapillary upload ===> OSM
edit steps are done semi-manually (with the help of some scripts).
The more I can streamline the S3 to OSM edit process the better.
Thank you,
Stuart
On Mon, 11 May 2020 at 13:00, David Haberthür <
email@davidhaberthuer.ch> wrote:
Ciao Stuart
How does one form a url with parameters to go directly with prefill
data for a node edit using the ID editor ? Just to be clear, I am not looking to do an automatic edit, just make the workflow more efficient and accurate.
I suppose you want to do that to provide it to your users, but if you
want to do that for yourself, then the Mapillary plugin for JOSM ( https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary) makes adding Mapillary photo keys to objects really easy, I’m using that quite bit myself.
Have a good day, Habi _______________________________________________ talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch
talk-ch mailing list talk-ch@openstreetmap.ch http://lists.openstreetmap.ch/mailman/listinfo/talk-ch