mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
21
data/presets/golf/bunker.json
Normal file
21
data/presets/golf/bunker.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "bunker"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "bunker",
|
||||
"natural": "sand"
|
||||
},
|
||||
"terms": [
|
||||
"hazard",
|
||||
"bunker"
|
||||
],
|
||||
"name": "Sand Trap"
|
||||
}
|
||||
19
data/presets/golf/cartpath.json
Normal file
19
data/presets/golf/cartpath.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-golf_cart",
|
||||
"fields": [
|
||||
"{golf/path}",
|
||||
"maxspeed"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "cartpath"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "cartpath",
|
||||
"golf_cart": "designated",
|
||||
"highway": "service"
|
||||
},
|
||||
"name": "Golf Cartpath"
|
||||
}
|
||||
39
data/presets/golf/clubhouse.json
Normal file
39
data/presets/golf/clubhouse.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"access_simple"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"club house",
|
||||
"golf clubhouse",
|
||||
"golf house",
|
||||
"pro shop"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "clubhouse"
|
||||
},
|
||||
"name": "Golf Clubhouse"
|
||||
}
|
||||
18
data/presets/golf/driving_range.json
Normal file
18
data/presets/golf/driving_range.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name",
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "driving_range"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "driving_range",
|
||||
"landuse": "grass"
|
||||
},
|
||||
"name": "Driving Range"
|
||||
}
|
||||
17
data/presets/golf/fairway.json
Normal file
17
data/presets/golf/fairway.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "fairway"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "fairway",
|
||||
"landuse": "grass"
|
||||
},
|
||||
"name": "Fairway"
|
||||
}
|
||||
17
data/presets/golf/green.json
Normal file
17
data/presets/golf/green.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-golf_green",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "green"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "green",
|
||||
"landuse": "grass"
|
||||
},
|
||||
"name": "Putting Green"
|
||||
}
|
||||
16
data/presets/golf/hole.json
Normal file
16
data/presets/golf/hole.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-golf_green",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_golf_hole",
|
||||
"par",
|
||||
"handicap"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "hole"
|
||||
},
|
||||
"name": "Golf Hole"
|
||||
}
|
||||
17
data/presets/golf/lateral_water_hazard.json
Normal file
17
data/presets/golf/lateral_water_hazard.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "lateral_water_hazard"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "lateral_water_hazard",
|
||||
"natural": "water"
|
||||
},
|
||||
"name": "Lateral Water Hazard"
|
||||
}
|
||||
22
data/presets/golf/path.json
Normal file
22
data/presets/golf/path.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "path"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "path",
|
||||
"highway": "path",
|
||||
"foot": "designated"
|
||||
},
|
||||
"name": "Golf Walking Path"
|
||||
}
|
||||
17
data/presets/golf/rough.json
Normal file
17
data/presets/golf/rough.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "rough"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "rough",
|
||||
"landuse": "grass"
|
||||
},
|
||||
"name": "Rough"
|
||||
}
|
||||
20
data/presets/golf/tee.json
Normal file
20
data/presets/golf/tee.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "tee"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "tee",
|
||||
"landuse": "grass"
|
||||
},
|
||||
"terms": [
|
||||
"teeing ground"
|
||||
],
|
||||
"name": "Tee Box"
|
||||
}
|
||||
17
data/presets/golf/water_hazard.json
Normal file
17
data/presets/golf/water_hazard.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "water_hazard"
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "water_hazard",
|
||||
"natural": "water"
|
||||
},
|
||||
"name": "Water Hazard"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue