this post was submitted on 21 Jan 2025
45 points (90.9% liked)

OpenStreetMap community

4308 readers
7 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 5 years ago
MODERATORS
 

References

you are viewing a single comment's thread
view the rest of the comments
[–] schnurrito@discuss.tchncs.de 5 points 2 days ago (1 children)

The thread still works for me.

[–] otter@lemmy.ca 4 points 2 days ago* (last edited 2 days ago) (1 children)

Oh I see the issue

The link in the post is fine, the link in the post body goes to a "page doesn't exist or has been deleted" message because of the period at the end

https://community.openstreetmap.org/t/gulf-of-america-gulf-of-mexico/124571

vs.

https://community.openstreetmap.org/t/gulf-of-america-gulf-of-mexico/124571.

Thanks :)

[–] Kalcifer@sh.itjust.works 5 points 2 days ago* (last edited 1 day ago)

[…] the link in the post body goes to a “page doesn’t exist or has been deleted” message because of the period at the end […]

Ah! Interesting! That's good to know. I didn't consider that some Lemmy apps or browser UI's might not format the Markdown how I've been expecting. The correct CommonMark Markdown syntax for plain text links is to do <uri-inside-angle-brackets> ^[1]^; I'll change the URL in the post's body to that format to improve support. Thanks for letting me know! 😊

References

  1. "CommonMark Spec". John MacFarlane. Version: 0.31.2. Published: 2024-01-28. Accessed: 2025-01-21T01:27Z. https://spec.commonmark.org/0.31.2/#autolinks.
    • §6.5 ("Autolinks"):

      Autolinks are absolute URIs and email addresses inside < and >. They are parsed as links, with the URL or email address as the link label.

      A URI autolink consists of <, followed by an absolute URI followed by >. It is parsed as a link to the URI, with the URI as the link’s label.

      An absolute URI, for these purposes, consists of a scheme followed by a colon (:) followed by zero or more characters other than ASCII control characters, space, <, and >. If the URI includes these characters, they must be percent-encoded (e.g. %20 for a space).

      For purposes of this spec, a scheme is any sequence of 2–32 characters beginning with an ASCII letter and followed by any combination of ASCII letters, digits, or the symbols plus (“+”), period (“.”), or hyphen (“-”).