mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +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
|
|
@ -17,15 +17,15 @@
|
|||
"landuse": "aquaculture"
|
||||
},
|
||||
"terms": [
|
||||
"marine farm",
|
||||
"crustacean",
|
||||
"algaculture",
|
||||
"algae",
|
||||
"aquafarming",
|
||||
"shrimp farm",
|
||||
"oyster farm",
|
||||
"mussel farm",
|
||||
"crustacean",
|
||||
"mariculture",
|
||||
"algaculture"
|
||||
"marine farm",
|
||||
"mussel farm",
|
||||
"oyster farm",
|
||||
"shrimp farm"
|
||||
],
|
||||
"name": "Aquaculture"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"educational facilities",
|
||||
"campus",
|
||||
"school grounds",
|
||||
"school center"
|
||||
"educational facilities",
|
||||
"school center",
|
||||
"school grounds"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "education"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"terms": [
|
||||
"flower",
|
||||
"greenhouse",
|
||||
"horticulture",
|
||||
"grow",
|
||||
"horticulture",
|
||||
"vivero"
|
||||
],
|
||||
"tags": {
|
||||
|
|
|
|||
|
|
@ -26,11 +26,11 @@
|
|||
"terms": [
|
||||
"bus",
|
||||
"depot",
|
||||
"parking",
|
||||
"storage",
|
||||
"truck",
|
||||
"vehicle",
|
||||
"yard",
|
||||
"storage",
|
||||
"parking"
|
||||
"yard"
|
||||
],
|
||||
"name": "Depot"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@
|
|||
"depot",
|
||||
"rail",
|
||||
"railway",
|
||||
"track",
|
||||
"train",
|
||||
"train depot",
|
||||
"track"
|
||||
"train depot"
|
||||
],
|
||||
"name": "Railway Corridor"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@
|
|||
"muslim",
|
||||
"place of worship",
|
||||
"shinto",
|
||||
"sikh",
|
||||
"taoist",
|
||||
"temple",
|
||||
"shrine",
|
||||
"synagogue"
|
||||
"sikh",
|
||||
"synagogue",
|
||||
"taoist",
|
||||
"temple"
|
||||
],
|
||||
"name": "Religious Area"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"evapoation",
|
||||
"saline",
|
||||
"salt",
|
||||
"salt works",
|
||||
"salt pan"
|
||||
"salt pan",
|
||||
"salt works"
|
||||
],
|
||||
"aliases": [
|
||||
"Salt Pond",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue