-
Notifications
You must be signed in to change notification settings - Fork 252
allow several presets to be mapped as vertices #1233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,8 @@ | |
| "support" | ||
| ], | ||
| "geometry": [ | ||
| "point" | ||
| "point", | ||
| "vertex" | ||
| ], | ||
| "tags": { | ||
| "amenity": "ticket_validator" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "vertex", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IDK… My My
I did not do any analysis how this is used because I lack the tooling to do this quickly.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The reason I proposed this change was less about the tagging style and more about the inconsistency: Screen.Recording.2024-07-09.215053.mp4If you drag a
Here's an overpass query to compare points vs vertices. There might be a more efficient query, but I'm not an overpass expert |
||
| "area" | ||
| ], | ||
| "tags": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "vertex", | ||
| "area" | ||
| ], | ||
| "tags": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "vertex", | ||
| "area" | ||
| ], | ||
| "tags": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.