-
Notifications
You must be signed in to change notification settings - Fork 252
Updated natural=rock and natural=stone presets
#471
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
base: main
Are you sure you want to change the base?
Changes from all commits
bd1d019
1c9309b
ca17efb
d76ecd0
20fc9a1
6be7bd2
eabc7de
2a6ca1b
e2ea3ce
b5251bf
209f71b
eb7a322
afcba36
02aed63
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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "key": "geological", | ||
| "type": "defaultCheck", | ||
| "label": "Exposed Bedrock", | ||
| "strings": { | ||
| "options": { | ||
| "undefined": "No", | ||
| "outcrop": "Yes" | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "key": "geological", | ||
| "type": "defaultCheck", | ||
| "label": "Lava Field", | ||
| "strings": { | ||
| "options": { | ||
| "undefined": "No", | ||
| "volcanic_lava_field": "Yes" | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,8 @@ | ||
| { | ||
| "icon": "temaki-boulder3", | ||
| "moreFields": [ | ||
| "geological_volcanic_lava_field" | ||
|
Member
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. For the |
||
| ], | ||
| "geometry": [ | ||
| "area" | ||
| ], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,14 @@ | ||
| { | ||
| "icon": "temaki-boulder2", | ||
| "fields": [ | ||
| "name" | ||
| "name", | ||
| "height", | ||
| "geological_outcrop" | ||
|
Member
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.
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. @bgo-eiu ping? I have not looked much into PR in general, but I plan to close it as abandoned given no reaction to comment over 3 years. Just to confirm: is it abandoned? |
||
| ], | ||
| "moreFields": [ | ||
| "width", | ||
| "diameter", | ||
| "start_date" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
|
|
@@ -13,7 +20,13 @@ | |
| "terms": [ | ||
| "boulder", | ||
| "stone", | ||
| "rock" | ||
| "attached rock", | ||
| "cairn", | ||
| "bedrock", | ||
| "outcrop", | ||
| "exposed rock", | ||
| "decorative boulder", | ||
| "landscape boulder" | ||
| ], | ||
| "name": "Attached Rock / Boulder" | ||
| "name": "Rock" | ||
|
Comment on lines
-21
to
+31
Contributor
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.
If I understand your point correctly, you are saying that this is what is happening anyway already a lot, so renaming the preset name to just "Rock" is merely following the de-facto tagging situation and not redefining the meaning of a tag. The latter, we absolutely do not want for obvious reasons that I hope do not need explaining. What I am missing is proof for the claim that this is indeed the de-facto tagging situation and if you have proof, it should first be documented in the wiki. How much percent of
... and iD (presets), too, has been denoting the meaning of
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. Good point - I have a strong suspicion the de facto use is for any rock due to how the word is understood in English, but I will do some more formal queries on this for documentation first. |
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.