Query to find AEDs without a Mapillary tag

or

node[“emergency”=“defibrillator”][“indoor”!=“yes”][“access”!=“private”]!“mapillary”;

As tagging is not done perfectly, a query cannot be perfect.
But pictures are a first step.

I am only interested in the 24/7 accessible defibrillators.
So in this query I could miss one indoors in a railway station that is 24/7 open.

Need I say that I import the result in OSMAND ?

Forgive me, are you trying to get an export of devices that require mapillary coverage?

Or are you trying to edit osm to add the relevant mapillary tag, by doing this query and tagging the map where it is possible?

In the second case, it is not an automated edit. So you can go ahead and do it as any armchair mapper could. You could cite source: Mapillary (along with streetlevel imagery) in your changeset comment and explain what you did there. It will automatically say what editor you used. You do not have to explain your workflow.

2 Likes

I think I understand now. Reading through Photo linking - OpenStreetMap Wiki

My suggestions:
It’s been encouraged to use just the image key, rather than the url as the value for mapillary in osm. The image key should never change, and presumably is requested via an API rather than through the website, making it easier to integrate.

e.g. mapillary=MfEfU0jdHULiSROiCvl0Wg

The url can be put under the image key
e.g. image=Mapillary
or image=https://images.mapillary.com/MfEfU0jdHULiSROiCvl0Wg/thumb-2048.jpg

as an example:

Years ago, OSM would ask you to add a source=* key for an item, but when they added changesets, they ask that source attribution is added there. So as you finish a changeset in OSM, use the source tag, and include streetlevel imagery and also mapillary.
Changeset: 62778421 | OpenStreetMap as an example of how i’ve done this in the past.

Using overpass to locate defibrillators and then adding the mapillary image is fine. You should attribute the source as mapillary and streetlevel imagery in your changeset as that is what you are using to refine the data.

If you’re still unsure, I think the talk-be osm mailing list is a good place to get feedback. The Talk-be Archives

But in my opinion, you’re not doing an automated edit, you are verifying the data before adding to osm and doing the other changes. So i do not see any problem.

I am going to give a small presentation during FOSS4G in september in Baarle Hertog.

https://drive.google.com/drive/folders/10szoCsioPbg8CsJ6c9TQx3LXpYMUYoKv?usp=sharing

1 Like