Files
iD/presets/presets.json
T
John Firebaugh 385abe8dd2 Add track preset
2013-03-05 08:55:54 -08:00

468 lines
8.8 KiB
JSON

[
{
"name": "cafe",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "cafe"
}
},
"icon": "cafe",
"form": ["cuisine", "internet_access", "building_area", "address"]
},
{
"name": "park",
"match": {
"type": ["point", "area"],
"tags": {
"leisure": "park"
}
},
"icon": "park"
},
{
"name": "water",
"match": {
"type": ["point", "area"],
"tags": {
"natural": "water"
}
},
"icon": ""
},
{
"name": "wetland",
"match": {
"type": ["point", "area"],
"tags": {
"natural": "wetland"
}
},
"icon": ""
},
{
"name": "wood",
"match": {
"type": ["point", "area"],
"tags": {
"natural": "wood"
}
},
"icon": ""
},
{
"name": "coastline",
"match": {
"type": ["line"],
"tags": {
"natural": "coastline"
}
},
"icon": ""
},
{
"name": "supermarket",
"match": {
"type": ["point", "area"],
"tags": {
"shop": "supermarket"
}
},
"icon": "grocery",
"form": ["operator", "building_area", "address"]
},
{
"name": "restaurant",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "restaurant"
}
},
"icon": "restaurant",
"form": ["cuisine", "building_area", "address"]
},
{
"name": "place of worship",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "place_of_worship"
}
},
"icon": "place-of-worship",
"form": ["religion", "denomination", "building_area", "address"]
},
{
"name": "school",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "school"
}
},
"icon": "school",
"form": ["operator", "building", "address"]
},
{
"name": "parking",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "parking"
}
},
"icon": "parking",
"form": ["fee", "access", "address"]
},
{
"name": "bank",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "bank"
}
},
"icon": "bank",
"form": ["atm", "building_area", "address"]
},
{
"name": "fast food",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "fast_food"
}
},
"icon": "fast-food",
"form": ["cuisine", "building_area", "address"]
},
{
"name": "bar",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "bar"
}
},
"icon": "bar",
"form": ["building_area", "address"]
},
{
"name": "bus stop",
"match": {
"type": ["point"],
"tags": {
"highway": "bus_stop"
}
},
"icon": "bus",
"form": ["operator", "shelter"]
},
{
"name": "cinema",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "cinema"
}
},
"icon": "cinema",
"form": ["building_area", "address"]
},
{
"name": "hospital",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "hospital"
}
},
"icon": "hospital",
"form": ["emergency", "building_area", "address"]
},
{
"name": "pharmacy",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "pharmacy"
}
},
"icon": "police",
"form": ["dispensing", "operator", "building_area", "address"]
},
{
"name": "fire station",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "fire_station"
}
},
"icon": "fire-station",
"form": ["operator", "building_area", "address"]
},
{
"name": "police",
"match": {
"type": ["point", "area"],
"tags": {
"amenity": "police"
}
},
"icon": "pharmacy",
"form": ["operator", "building_area", "address"]
},
{
"name": "museum",
"match": {
"type": ["point", "area"],
"tags": {
"tourism": "museum"
}
},
"icon": "museum",
"form": ["operator", "building_area", "address"]
},
{
"name": "golf course",
"match": {
"type": ["point", "area"],
"tags": {
"leisure": "golf_course"
}
},
"icon": "golf",
"form": ["operator", "address"]
},
{
"name": "river",
"match": {
"type": ["line"],
"tags": {
"waterway": "river"
}
},
"icon": "waterway-river"
},
{
"name": "stream",
"match": {
"type": ["line"],
"tags": {
"waterway": "stream"
}
},
"icon": "waterway-river",
"form": ["layer"]
},
{
"name": "motorway",
"match": {
"type": ["line"],
"tags": {
"highway": "motorway"
}
},
"icon": "highway-motorway",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "residential road",
"match": {
"type": ["line"],
"tags": {
"highway": "residential"
}
},
"icon": "highway-residential",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "primary road",
"match": {
"type": ["line"],
"tags": {
"highway": "primary"
}
},
"icon": "highway-primary",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "secondary road",
"match": {
"type": ["line"],
"tags": {
"highway": "secondary"
}
},
"icon": "highway-secondary",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "tertiary road",
"match": {
"type": ["line"],
"tags": {
"highway": "tertiary"
}
},
"icon": "highway-tertiary",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "service road",
"match": {
"type": ["line"],
"tags": {
"highway": "service"
}
},
"icon": "highway-service",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "track",
"match": {
"type": ["line"],
"tags": {
"highway": "track"
}
},
"icon": "highway-track",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "rail",
"match": {
"type": ["line"],
"tags": {
"railway": "rail"
}
},
"icon": "railway-rail"
},
{
"name": "subway",
"match": {
"type": ["line"],
"tags": {
"railway": "subway"
}
},
"icon": "railway-rail"
},
{
"name": "trunk highway",
"match": {
"type": ["line"],
"tags": {
"highway": "trunk"
}
},
"icon": "highway-trunk",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "foot path",
"match": {
"type": ["line"],
"tags": {
"highway": "footway"
}
},
"icon": "highway-footway"
},
{
"name": "cycle path",
"match": {
"type": ["line"],
"tags": {
"highway": "cycleway"
}
},
"icon": "highway-cycleway",
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
},
{
"name": "sport pitch",
"match": {
"type": ["point", "area"],
"tags": { "leisure": "pitch" }
},
"icon": "pitch",
"form": ["surface"]
},
{
"name": "basketball court",
"match": {
"type": ["point", "area"],
"tags": {
"leisure": "pitch",
"sport": "basketball"
}
},
"icon": "basketball",
"form": ["surface"]
},
{
"name": "baseball diamond",
"match": {
"type": ["point", "area"],
"tags": {
"leisure": "pitch",
"sport": "baseball"
}
},
"icon": "baseball",
"form": ["surface"]
},
{
"name": "soccer field",
"match": {
"type": ["point", "area"],
"tags": {
"leisure": "pitch",
"sport": "soccer"
}
},
"icon": "soccer",
"form": ["surface"]
},
{
"name": "tennis court",
"match": {
"type": ["point", "area"],
"tags": {
"leisure": "pitch",
"sport": "tennis"
}
},
"icon": "tennis",
"form": ["surface"]
},
{
"name": "building",
"match": {
"type": ["area"],
"tags": {
"building": "*"
}
},
"icon": "warehouse",
"form": ["building_yes", "address"]
},
{
"name": "turning circle",
"match": {
"type": ["vertex"],
"tags": {
"highway": "turning_circle"
}
},
"icon": "circle"
}
]