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
12
data/presets/place/_farm.json
Normal file
12
data/presets/place/_farm.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-farm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "farm"
|
||||
},
|
||||
"name": "Farm",
|
||||
"searchable": false
|
||||
}
|
||||
19
data/presets/place/city.json
Normal file
19
data/presets/place/city.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-city",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "city"
|
||||
},
|
||||
"name": "City"
|
||||
}
|
||||
15
data/presets/place/city_block.json
Normal file
15
data/presets/place/city_block.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "city_block"
|
||||
},
|
||||
"name": "City Block"
|
||||
}
|
||||
19
data/presets/place/hamlet.json
Normal file
19
data/presets/place/hamlet.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "hamlet"
|
||||
},
|
||||
"name": "Hamlet"
|
||||
}
|
||||
21
data/presets/place/island.json
Normal file
21
data/presets/place/island.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "temaki-island_trees_building",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"archipelago",
|
||||
"atoll",
|
||||
"bar",
|
||||
"cay",
|
||||
"isle",
|
||||
"islet",
|
||||
"key",
|
||||
"reef"
|
||||
],
|
||||
"tags": {
|
||||
"place": "island"
|
||||
},
|
||||
"name": "Island"
|
||||
}
|
||||
21
data/presets/place/islet.json
Normal file
21
data/presets/place/islet.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "temaki-islet_tree",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"archipelago",
|
||||
"atoll",
|
||||
"bar",
|
||||
"cay",
|
||||
"isle",
|
||||
"islet",
|
||||
"key",
|
||||
"reef"
|
||||
],
|
||||
"tags": {
|
||||
"place": "islet"
|
||||
},
|
||||
"name": "Islet"
|
||||
}
|
||||
11
data/presets/place/isolated_dwelling.json
Normal file
11
data/presets/place/isolated_dwelling.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-home",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "isolated_dwelling"
|
||||
},
|
||||
"name": "Isolated Dwelling"
|
||||
}
|
||||
15
data/presets/place/locality.json
Normal file
15
data/presets/place/locality.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "locality"
|
||||
},
|
||||
"name": "Locality"
|
||||
}
|
||||
22
data/presets/place/neighbourhood.json
Normal file
22
data/presets/place/neighbourhood.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "neighbourhood"
|
||||
},
|
||||
"terms": [
|
||||
"neighbourhood"
|
||||
],
|
||||
"name": "Neighborhood"
|
||||
}
|
||||
17
data/presets/place/plot.json
Normal file
17
data/presets/place/plot.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "plot"
|
||||
},
|
||||
"terms": [
|
||||
"tract",
|
||||
"land",
|
||||
"lot",
|
||||
"parcel"
|
||||
],
|
||||
"name": "Plot"
|
||||
}
|
||||
24
data/presets/place/quarter.json
Normal file
24
data/presets/place/quarter.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "quarter"
|
||||
},
|
||||
"terms": [
|
||||
"boro",
|
||||
"borough",
|
||||
"quarter"
|
||||
],
|
||||
"name": "Sub-Borough / Quarter"
|
||||
}
|
||||
15
data/presets/place/square.json
Normal file
15
data/presets/place/square.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "square"
|
||||
},
|
||||
"name": "Square"
|
||||
}
|
||||
24
data/presets/place/suburb.json
Normal file
24
data/presets/place/suburb.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "suburb"
|
||||
},
|
||||
"terms": [
|
||||
"boro",
|
||||
"borough",
|
||||
"quarter"
|
||||
],
|
||||
"name": "Borough / Suburb"
|
||||
}
|
||||
19
data/presets/place/town.json
Normal file
19
data/presets/place/town.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-town",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "town"
|
||||
},
|
||||
"name": "Town"
|
||||
}
|
||||
19
data/presets/place/village.json
Normal file
19
data/presets/place/village.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-village",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"{place}",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "village"
|
||||
},
|
||||
"name": "Village"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue