this post was submitted on 05 Oct 2024
9 points (90.9% liked)

OpenStreetMap community

4122 readers
175 users here now

Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.

OpenStreetMap is a map of the world, created by people like you and free to use under an open license.

Join OpenStreetMap and start mapping: https://www.openstreetmap.org.

There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community

https://mapcomplete.org is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)

https://learnosm.org/en/ has a lot of information for beginners too.

founded 4 years ago
MODERATORS
 

For our parkour group, we have a list of spots with custom pictures of the spots, embedded right into google maps, so you don’t have to click on any other website. This is quite cool and convenient. Is there any way to move that list (manually is ok) to OSM? E.g. in a city guides functionality, which I have some memory of, but don’t know where it comes from.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 day ago (1 children)

OSM is database, not a website and it does not store pictures, only links to them. ^1^

The most well supported way would be to upload the images to wikimedia commons, create a category for each spot there, and than add the category name to the wikimedia_commons tag on the element in osm.

Renderer support:

  • OsmAnd can display these images, in the section "Online photos" in the detailed view of an element
  • Organic Maps adds a Wikimedia Commons button, which opens the category in the webbrowser
  • On openstreetmap.org these links are clickable.
  • Wiki lists some more renderers supporting this tag: https://wiki.openstreetmap.org/wiki/Key:wikimedia_commons#Support

Another common tag for this is the image tag, you can just link there a single image. https://wiki.openstreetmap.org/wiki/Key:image

Mapillary is a google streetview alternative owned by Meta/Facebook. It has it's own tag and you can link there images uploaded to mapillary. Note: this platform is not fully GDPR compliant, and owned by a terrible company, so I personally don't recommend contributing there, just it's a common option. https://wiki.openstreetmap.org/wiki/Key:mapillary


^1^: Except those strange guys who store base64 encoded images in the image tag, taginfo link, but it should be only really low resolution as there is an 255 character limit for values. I haven't found a renderer which could display this.

[–] [email protected] 1 points 23 hours ago (1 children)

@infeeeee @lukstru @openstreetmap
That looks like something that should work in an HTML <img > tag, but doesn't. Maybe it has been truncated?

[–] [email protected] 1 points 22 hours ago (1 children)

I guess you write about the base64 images.

I tried some of them none of them work, they are truncated to 255 characters. I checked the history of some and all of them was added in iD, JOSM gives you a warning if you want to upload a value longer than 255.

Maybe they should be removed?

[–] [email protected] 1 points 22 hours ago

@infeeeee @openstreetmap
Yes I was.

In the current state they are useless for showing the images, but it might be better to keep them temporarily and use the changeset information to contact the original 'uploader' and see if they'd be willing to upload via e.g. @MapComplete (who have a @panoramax instance now).

iD should not be allowing the creation of these so I think someone should open a bug report if it isn't already fixed.