add presets and icons for line icons

This commit is contained in:
Ansis Brammanis
2013-03-20 18:45:37 -04:00
parent a9926d4a83
commit 0a989b2eae
10 changed files with 86 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
{
"fields": [
"access",
"surface",
"structure"
],
"icon": "highway-bridleway",
"geometry": [
"line"
],
"tags": {
"highway": "steps"
},
"terms": [
"stairs",
"staircase"
],
"name": "Steps"
}

View File

@@ -3,6 +3,7 @@
"access",
"surface"
],
"icon": "highway-steps",
"geometry": [
"line"
],
@@ -14,4 +15,4 @@
"staircase"
],
"name": "Steps"
}
}

View File

@@ -5,5 +5,6 @@
"tags": {
"power": "line"
},
"name": "Power Line"
}
"name": "Power Line",
"icon": "power-line"
}

View File

@@ -0,0 +1,14 @@
{
"icon": "railway-abandoned",
"geometry": [
"line"
],
"tags": {
"railway": "abandoned"
},
"fields": [
"structure"
],
"terms": [],
"name": "Abandoned railway"
}

View File

@@ -0,0 +1,14 @@
{
"icon": "railway-disused",
"geometry": [
"line"
],
"tags": {
"railway": "disused"
},
"fields": [
"structure"
],
"terms": [],
"name": "Disused railway"
}

View File

@@ -0,0 +1,14 @@
{
"icon": "railway-monorail",
"geometry": [
"line"
],
"tags": {
"railway": "monorail"
},
"fields": [
"structure"
],
"terms": [],
"name": "Monorail"
}

View File

@@ -0,0 +1,14 @@
{
"icon": "railway-light_rail",
"geometry": [
"line"
],
"tags": {
"railway": "tram"
},
"fields": [
"structure"
],
"terms": ["streetcar"],
"name": "Tram"
}

View File

@@ -1,5 +1,5 @@
{
"icon": "waterway-river",
"icon": "waterway-canal",
"geometry": [
"line"
],
@@ -7,4 +7,4 @@
"waterway": "canal"
},
"name": "Canal"
}
}

View File

@@ -1,5 +1,5 @@
{
"icon": "waterway-river",
"icon": "waterway-ditch",
"geometry": [
"line"
],
@@ -7,4 +7,4 @@
"waterway": "ditch"
},
"name": "Ditch"
}
}

View File

@@ -1,5 +1,5 @@
{
"icon": "waterway-river",
"icon": "waterway-stream",
"fields": [
"layer"
],
@@ -37,4 +37,4 @@
"waterway": "stream"
},
"name": "Stream"
}
}