mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
16
data/presets/disused/_amenity.json
Normal file
16
data/presets/disused/_amenity.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"fields": [
|
||||
"disused/amenity"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"disused:amenity": "*"
|
||||
},
|
||||
"matchScore": 0.05,
|
||||
"searchable": false,
|
||||
"name": "Disused Amenity"
|
||||
}
|
||||
18
data/presets/disused/_railway.json
Normal file
18
data/presets/disused/_railway.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "temaki-rail_profile",
|
||||
"fields": [
|
||||
"disused/railway"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"disused:railway": "*"
|
||||
},
|
||||
"matchScore": 0.05,
|
||||
"searchable": false,
|
||||
"name": "Disused Railway Feature"
|
||||
}
|
||||
16
data/presets/disused/_shop.json
Normal file
16
data/presets/disused/_shop.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "fas-store-alt-slash",
|
||||
"fields": [
|
||||
"disused/shop"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"disused:shop": "*"
|
||||
},
|
||||
"matchScore": 0.05,
|
||||
"searchable": false,
|
||||
"name": "Disused Shop"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue