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.

  • infeeeee@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    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:

    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.

      • infeeeee@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 minutes ago

        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?

        • InsertUser@en.osm.town
          link
          fedilink
          arrow-up
          1
          ·
          22 minutes 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.

  • yo_scottie_oh@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    As mappers we can link OSM objects to images, but the images themselves must be hosted elsewhere because OSM is not an image hosting service. You can upload the images of your parkour landmarks to wikimedia commons, flickr, or really any image hosting service, then update the tags for the POIs in OSM.

    As for saving the POIs, most apps that use OSM have favorites or bookmarks, for example, I know OsmAnd does, and I’d bet Organic Maps does, too. I know OsmAnd also has a way of displaying the images linked to a POI, so what you’d do is bookmark your parkour landmarks in an app like OsmAnd, then you should be good to go.