mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 18:32:25 +02:00
Add presets for new line icons
This commit is contained in:
@@ -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
@@ -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]
|
||||
}
|
||||
|
||||
@@ -853,6 +853,9 @@ en:
|
||||
relation:
|
||||
name: Relation
|
||||
terms: ""
|
||||
route/ferry:
|
||||
name: Ferry Route
|
||||
terms: ""
|
||||
shop:
|
||||
name: Shop
|
||||
terms: ""
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"location",
|
||||
"operator"
|
||||
],
|
||||
"name": "Pipeline"
|
||||
"name": "Pipeline",
|
||||
"icon": "pipeline"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"icon": "ferry",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"route": "ferry"
|
||||
},
|
||||
"name": "Ferry Route"
|
||||
}
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Vendored
+4
@@ -1515,6 +1515,10 @@
|
||||
"name": "Relation",
|
||||
"terms": ""
|
||||
},
|
||||
"route/ferry": {
|
||||
"name": "Ferry Route",
|
||||
"terms": ""
|
||||
},
|
||||
"shop": {
|
||||
"name": "Shop",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user