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
|
|
@ -20,8 +20,8 @@
|
|||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"university",
|
||||
"undergraduate school"
|
||||
"undergraduate school",
|
||||
"university"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "college"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"kindergarten",
|
||||
"kindergarden",
|
||||
"kindergarten",
|
||||
"pre-school"
|
||||
],
|
||||
"tags": {
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@
|
|||
],
|
||||
"terms": [
|
||||
"academic",
|
||||
"ACT",
|
||||
"SAT",
|
||||
"act",
|
||||
"homework",
|
||||
"math",
|
||||
"reading",
|
||||
"sat",
|
||||
"test prep",
|
||||
"tutoring",
|
||||
"writing"
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
"terms": [
|
||||
"academy",
|
||||
"elementary school",
|
||||
"middle school",
|
||||
"high school"
|
||||
"high school",
|
||||
"middle school"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "school"
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
"terms": [
|
||||
"college",
|
||||
"graduate school",
|
||||
"PhD program",
|
||||
"master's degree program"
|
||||
"master's degree program",
|
||||
"phd program"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "university"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue