mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	Merge branch 'openstreetmap:main' into temp
This commit is contained in:
		
						commit
						ab88746f26
					
				
					 7 changed files with 117 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -446,6 +446,14 @@
 | 
			
		|||
    "old": {"crossing": "no", "highway": "crossing"},
 | 
			
		||||
    "replace": {"crossing": "no"}
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "old": {"cuisine": "barbeque"},
 | 
			
		||||
    "replace": {"cuisine": "barbecue"}
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "old": {"cuisine": "bbq"},
 | 
			
		||||
    "replace": {"cuisine": "barbecue"}
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "old": {"cuisine": "gluten-free"},
 | 
			
		||||
    "replace": {"diet:gluten_free": "*"}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,35 @@
 | 
			
		|||
{
 | 
			
		||||
    "key": "healthcare",
 | 
			
		||||
    "type": "typeCombo",
 | 
			
		||||
    "label": "Type"
 | 
			
		||||
    "label": "Type",
 | 
			
		||||
    "strings": {
 | 
			
		||||
        "options": {
 | 
			
		||||
            "alternative": "Alternative Medicine",
 | 
			
		||||
            "audiologist": "Audiologist",
 | 
			
		||||
            "birthing_centre": "Birthing Center",
 | 
			
		||||
            "blood_bank": "Blood Bank",
 | 
			
		||||
            "blood_donation": "Blood Donation Center",
 | 
			
		||||
            "clinic": "Clinic",
 | 
			
		||||
            "community_health_worker": "Community Health Worker",
 | 
			
		||||
            "counselling": "Counselling Center",
 | 
			
		||||
            "dentist": "Dentist",
 | 
			
		||||
            "dialysis": "Dialysis Center",
 | 
			
		||||
            "doctor": "Doctor",
 | 
			
		||||
            "hospice": "Hospice",
 | 
			
		||||
            "hospital": "Hospital",
 | 
			
		||||
            "laboratory": "Medical Laboratory",
 | 
			
		||||
            "midwife": "Midwife",
 | 
			
		||||
            "nurse": "Nurse",
 | 
			
		||||
            "occupational_therapist": "Occupational Therapist",
 | 
			
		||||
            "optometrist": "Optometrist",
 | 
			
		||||
            "pharmacy": "Pharmacy",
 | 
			
		||||
            "physiotherapist": "Physiotherapist",
 | 
			
		||||
            "podiatrist": "Podiatrist",
 | 
			
		||||
            "psychotherapist": "Psychotherapist",
 | 
			
		||||
            "rehabilitation": "Rehabilitation Facility",
 | 
			
		||||
            "sample_collection": "Sample Collection Facility",
 | 
			
		||||
            "speech_therapist": "Speech Therapist",
 | 
			
		||||
            "vaccination_centre": "Vaccination Center"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,11 +6,15 @@
 | 
			
		|||
        "parcel_dropoff",
 | 
			
		||||
        "opening_hours",
 | 
			
		||||
        "payment_multi",
 | 
			
		||||
        "ref"
 | 
			
		||||
        "ref",
 | 
			
		||||
        "wheelchair"
 | 
			
		||||
    ],
 | 
			
		||||
    "moreFields": [
 | 
			
		||||
        "brand",
 | 
			
		||||
        "colour"
 | 
			
		||||
        "collection_times",
 | 
			
		||||
        "colour",
 | 
			
		||||
        "indoor",
 | 
			
		||||
        "surveillance"
 | 
			
		||||
    ],
 | 
			
		||||
    "geometry": [
 | 
			
		||||
        "point",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,11 +19,14 @@
 | 
			
		|||
    ],
 | 
			
		||||
    "tags": {
 | 
			
		||||
        "amenity": "restaurant",
 | 
			
		||||
        "cuisine": "barbeque"
 | 
			
		||||
        "cuisine": "barbecue"
 | 
			
		||||
    },
 | 
			
		||||
    "reference": {
 | 
			
		||||
        "key": "cuisine",
 | 
			
		||||
        "value": "barbeque"
 | 
			
		||||
        "value": "barbecue"
 | 
			
		||||
    },
 | 
			
		||||
    "name": "Barbeque Restaurant"
 | 
			
		||||
    "name": "Barbecue Restaurant",
 | 
			
		||||
    "aliases": [
 | 
			
		||||
        "Barbeque Restaurant"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
        "area"
 | 
			
		||||
    ],
 | 
			
		||||
    "terms": [
 | 
			
		||||
        "barrior hall"
 | 
			
		||||
        "barrio hall"
 | 
			
		||||
    ],
 | 
			
		||||
    "tags": {
 | 
			
		||||
        "amenity": "townhall",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,11 +1,15 @@
 | 
			
		|||
{
 | 
			
		||||
    "icon": "maki-car",
 | 
			
		||||
    "geometry": [
 | 
			
		||||
        "vertex"
 | 
			
		||||
        "vertex",
 | 
			
		||||
        "line"
 | 
			
		||||
    ],
 | 
			
		||||
    "tags": {
 | 
			
		||||
        "highway": "emergency_bay"
 | 
			
		||||
    },
 | 
			
		||||
    "fields": [
 | 
			
		||||
        "direction_vertex_dual"
 | 
			
		||||
    ],
 | 
			
		||||
    "terms": [
 | 
			
		||||
        "Highway Emergency Bay"
 | 
			
		||||
    ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1041,6 +1041,7 @@ en:
 | 
			
		|||
      collection_times:
 | 
			
		||||
        # collection_times=*
 | 
			
		||||
        label: Collection Times
 | 
			
		||||
        terms: '[translate with synonyms or related terms for ''Collection Times'', separated by commas]'
 | 
			
		||||
      collector:
 | 
			
		||||
        # collector=*
 | 
			
		||||
        label: Items
 | 
			
		||||
| 
						 | 
				
			
			@ -2316,6 +2317,59 @@ en:
 | 
			
		|||
      healthcare:
 | 
			
		||||
        # healthcare=*
 | 
			
		||||
        label: Type
 | 
			
		||||
        options:
 | 
			
		||||
          # healthcare=alternative
 | 
			
		||||
          alternative: Alternative Medicine
 | 
			
		||||
          # healthcare=audiologist
 | 
			
		||||
          audiologist: Audiologist
 | 
			
		||||
          # healthcare=birthing_centre
 | 
			
		||||
          birthing_centre: Birthing Center
 | 
			
		||||
          # healthcare=blood_bank
 | 
			
		||||
          blood_bank: Blood Bank
 | 
			
		||||
          # healthcare=blood_donation
 | 
			
		||||
          blood_donation: Blood Donation Center
 | 
			
		||||
          # healthcare=clinic
 | 
			
		||||
          clinic: Clinic
 | 
			
		||||
          # healthcare=community_health_worker
 | 
			
		||||
          community_health_worker: Community Health Worker
 | 
			
		||||
          # healthcare=counselling
 | 
			
		||||
          counselling: Counselling Center
 | 
			
		||||
          # healthcare=dentist
 | 
			
		||||
          dentist: Dentist
 | 
			
		||||
          # healthcare=dialysis
 | 
			
		||||
          dialysis: Dialysis Center
 | 
			
		||||
          # healthcare=doctor
 | 
			
		||||
          doctor: Doctor
 | 
			
		||||
          # healthcare=hospice
 | 
			
		||||
          hospice: Hospice
 | 
			
		||||
          # healthcare=hospital
 | 
			
		||||
          hospital: Hospital
 | 
			
		||||
          # healthcare=laboratory
 | 
			
		||||
          laboratory: Medical Laboratory
 | 
			
		||||
          # healthcare=midwife
 | 
			
		||||
          midwife: Midwife
 | 
			
		||||
          # healthcare=nurse
 | 
			
		||||
          nurse: Nurse
 | 
			
		||||
          # healthcare=occupational_therapist
 | 
			
		||||
          occupational_therapist: Occupational Therapist
 | 
			
		||||
          # healthcare=optometrist
 | 
			
		||||
          optometrist: Optometrist
 | 
			
		||||
          # healthcare=pharmacy
 | 
			
		||||
          pharmacy: Pharmacy
 | 
			
		||||
          # healthcare=physiotherapist
 | 
			
		||||
          physiotherapist: Physiotherapist
 | 
			
		||||
          # healthcare=podiatrist
 | 
			
		||||
          podiatrist: Podiatrist
 | 
			
		||||
          # healthcare=psychotherapist
 | 
			
		||||
          psychotherapist: Psychotherapist
 | 
			
		||||
          # healthcare=rehabilitation
 | 
			
		||||
          rehabilitation: Rehabilitation Facility
 | 
			
		||||
          # healthcare=sample_collection
 | 
			
		||||
          sample_collection: Sample Collection Facility
 | 
			
		||||
          # healthcare=speech_therapist
 | 
			
		||||
          speech_therapist: Speech Therapist
 | 
			
		||||
          # healthcare=vaccination_centre
 | 
			
		||||
          vaccination_centre: Vaccination Center
 | 
			
		||||
      healthcare/speciality:
 | 
			
		||||
        # healthcare:speciality=*
 | 
			
		||||
        label: Specialties
 | 
			
		||||
| 
						 | 
				
			
			@ -4975,6 +5029,7 @@ en:
 | 
			
		|||
      surveillance:
 | 
			
		||||
        # surveillance=*
 | 
			
		||||
        label: Surveillance Kind
 | 
			
		||||
        terms: '[translate with synonyms or related terms for ''Surveillance Kind'', separated by commas]'
 | 
			
		||||
      surveillance/type:
 | 
			
		||||
        # surveillance:type=*
 | 
			
		||||
        label: Surveillance Type
 | 
			
		||||
| 
						 | 
				
			
			@ -6807,11 +6862,11 @@ en:
 | 
			
		|||
        name: Asian Restaurant
 | 
			
		||||
        # 'terms: bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table'
 | 
			
		||||
        terms: <translate with synonyms or related terms for 'Asian Restaurant', separated by commas>
 | 
			
		||||
      amenity/restaurant/barbeque:
 | 
			
		||||
        # amenity=restaurant + cuisine=barbeque | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
 | 
			
		||||
        name: Barbeque Restaurant
 | 
			
		||||
      amenity/restaurant/barbecue:
 | 
			
		||||
        # amenity=restaurant + cuisine=barbecue | Barbeque Restaurant | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
 | 
			
		||||
        name: Barbecue Restaurant
 | 
			
		||||
        # 'terms: bar,bbq,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table'
 | 
			
		||||
        terms: <translate with synonyms or related terms for 'Barbeque Restaurant', separated by commas>
 | 
			
		||||
        terms: <translate with synonyms or related terms for 'Barbecue Restaurant', separated by commas>
 | 
			
		||||
      amenity/restaurant/chinese:
 | 
			
		||||
        # amenity=restaurant + cuisine=chinese | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
 | 
			
		||||
        name: Chinese Restaurant
 | 
			
		||||
| 
						 | 
				
			
			@ -7083,7 +7138,7 @@ en:
 | 
			
		|||
      amenity/townhall/barangay-PH:
 | 
			
		||||
        # amenity=townhall + townhall:type=barangay | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). | Local preset for countries "PH"
 | 
			
		||||
        name: Barangay Hall
 | 
			
		||||
        # 'terms: barrior hall'
 | 
			
		||||
        # 'terms: barrio hall'
 | 
			
		||||
        terms: <translate with synonyms or related terms for 'Barangay Hall', separated by commas>
 | 
			
		||||
      amenity/townhall/city:
 | 
			
		||||
        # amenity=townhall + townhall:type=city | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue