Skip to content

nip73: Add OSM tag kind#2224

Open
DestBro wants to merge 4 commits intonostr-protocol:masterfrom
DestBro:nip74-osm-support
Open

nip73: Add OSM tag kind#2224
DestBro wants to merge 4 commits intonostr-protocol:masterfrom
DestBro:nip74-osm-support

Conversation

@DestBro
Copy link

@DestBro DestBro commented Feb 14, 2026

OpenStreetMap Object References:

OpenStreetMap object references are globally unique identifiers for map elements. They use the format osm:<type>:<id> where <type> is one of node, way, or relation, and <id> is a numeric identifier.

  • Nodes represent single geographic points (e.g., POIs, address points).
  • Ways represent linear features or closed areas (e.g., roads, buildings).
  • Relations represent structured groupings of nodes, ways, and/or other relations (e.g., routes, administrative boundaries, multipolygons).

These identifiers are stable and unique within their object type. The <type> MUST be lowercase and the <id> MUST be a positive integer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant