Add presets for new line icons

This commit is contained in:
John Firebaugh
2013-05-24 16:56:49 -07:00
parent 16e5f5e2ce
commit 5cf68bc1cc
10 changed files with 38 additions and 4 deletions
+2
View File
@@ -133,6 +133,8 @@
.preset-icon-line.feature-category-rail{background-position:-2060px -25px;}
.preset-icon-line.feature-category-path{background-position:-2120px -25px;}
.preset-icon-line.feature-category-water{background-position:-2180px -25px;}
.preset-icon-line.feature-ferry{background-position:-2240px -25px;}
.preset-icon-line.feature-pipeline{background-position:-2300px -25px;}
.preset-icon-relation.feature-relation{background-position:-20px -25px;}
.preset-icon-relation.feature-restriction{background-position:-80px -25px;}
.preset-icon-relation.feature-multipolygon{background-position:-140px -25px;}
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -40,5 +40,8 @@
"category-roads": [2000, 25],
"category-rail": [2060, 25],
"category-path": [2120, 25],
"category-water": [2180, 25]
"category-water": [2180, 25],
"ferry": [2240, 25],
"pipeline": [2300, 25]
}
+3
View File
@@ -853,6 +853,9 @@ en:
relation:
name: Relation
terms: ""
route/ferry:
name: Ferry Route
terms: ""
shop:
name: Shop
terms: ""
+12 -1
View File
@@ -2590,7 +2590,8 @@
"location",
"operator"
],
"name": "Pipeline"
"name": "Pipeline",
"icon": "pipeline"
},
"man_made/survey_point": {
"icon": "monument",
@@ -3281,6 +3282,16 @@
"relation"
]
},
"route/ferry": {
"icon": "ferry",
"geometry": [
"line"
],
"tags": {
"route": "ferry"
},
"name": "Ferry Route"
},
"shop": {
"icon": "shop",
"fields": [
+2 -1
View File
@@ -9,5 +9,6 @@
"location",
"operator"
],
"name": "Pipeline"
"name": "Pipeline",
"icon": "pipeline"
}
+10
View File
@@ -0,0 +1,10 @@
{
"icon": "ferry",
"geometry": [
"line"
],
"tags": {
"route": "ferry"
},
"name": "Ferry Route"
}
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

+4
View File
@@ -1515,6 +1515,10 @@
"name": "Relation",
"terms": ""
},
"route/ferry": {
"name": "Ferry Route",
"terms": ""
},
"shop": {
"name": "Shop",
"terms": ""