Skip to content

Conversation

Gigaszi
Copy link
Contributor

@Gigaszi Gigaszi commented Sep 4, 2025

Closes #10

OSMTYPE: 'node' | 'way' | 'relation';
OSMTYPE_SHORT: 'n' | 'w' | 'r';
OSMID: OSMTYPE '/' NUMBER;
SHORT_OSMID: OSMTYPE_SHORT NUMBER;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe for consistency change this to

Suggested change
SHORT_OSMID: OSMTYPE_SHORT NUMBER;
OSMID_SHORT: OSMTYPE_SHORT NUMBER;

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.

feat: support id:n103 which is equivalent to id:node/103

2 participants