mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
sort all terms alphbetically (#1758)
Some checks failed
Deploy / Deploy (push) Has been cancelled
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Build and Deploy Staging Instance / build-deploy (push) Has been cancelled
Test / test (18) (push) Has been cancelled
Some checks failed
Deploy / Deploy (push) Has been cancelled
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Build and Deploy Staging Instance / build-deploy (push) Has been cancelled
Test / test (18) (push) Has been cancelled
by UTF-16 code units order (which can easily be checked programmatically)
This commit is contained in:
parent
df44a78939
commit
6e7e7be977
440 changed files with 997 additions and 997 deletions
|
|
@ -19,10 +19,10 @@
|
|||
},
|
||||
"terms": [
|
||||
"cavern",
|
||||
"hollow",
|
||||
"cavity",
|
||||
"grotto",
|
||||
"shelter",
|
||||
"cavity"
|
||||
"hollow",
|
||||
"shelter"
|
||||
],
|
||||
"name": "Cave Entrance"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
"terms": [
|
||||
"boulder",
|
||||
"stone",
|
||||
"rock"
|
||||
"rock",
|
||||
"stone"
|
||||
],
|
||||
"name": "Attached Rock / Boulder"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@
|
|||
"natural": "saddle"
|
||||
},
|
||||
"terms": [
|
||||
"top",
|
||||
"gap",
|
||||
"col",
|
||||
"gap",
|
||||
"notch",
|
||||
"pass"
|
||||
"pass",
|
||||
"top"
|
||||
],
|
||||
"name": "Saddle",
|
||||
"aliases": [
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
"terms": [
|
||||
"boulder",
|
||||
"stone",
|
||||
"rock"
|
||||
"rock",
|
||||
"stone"
|
||||
],
|
||||
"name": "Unattached Stone / Boulder"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
"depression",
|
||||
"glen",
|
||||
"gorge",
|
||||
"gully",
|
||||
"gulley",
|
||||
"gully",
|
||||
"gultch",
|
||||
"hollow",
|
||||
"ravine",
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"natural": "volcano"
|
||||
},
|
||||
"terms": [
|
||||
"mountain",
|
||||
"crater"
|
||||
"crater",
|
||||
"mountain"
|
||||
],
|
||||
"name": "Volcano"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@
|
|||
},
|
||||
"terms": [
|
||||
"lakelet",
|
||||
"mere",
|
||||
"millpond",
|
||||
"tarn",
|
||||
"pool",
|
||||
"mere"
|
||||
"tarn"
|
||||
],
|
||||
"name": "Pond"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,12 +12,12 @@
|
|||
"value": "wastewater"
|
||||
},
|
||||
"terms": [
|
||||
"clarifier basin",
|
||||
"excrement",
|
||||
"shit",
|
||||
"settling basin",
|
||||
"sewage",
|
||||
"wastewater",
|
||||
"Settling Basin",
|
||||
"Clarifier Basin"
|
||||
"shit",
|
||||
"wastewater"
|
||||
],
|
||||
"name": "Wastewater Basin"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@
|
|||
"value": "reedbed"
|
||||
},
|
||||
"terms": [
|
||||
"reeds",
|
||||
"bulrushes",
|
||||
"cattail"
|
||||
"cattail",
|
||||
"reeds"
|
||||
],
|
||||
"name": "Reed bed"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue