mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
preset icons, add dock field
This commit is contained in:
@@ -309,6 +309,9 @@ en:
|
||||
description:
|
||||
# 'description=*'
|
||||
label: Description
|
||||
dock:
|
||||
# 'dock=*'
|
||||
label: Type
|
||||
drive_through:
|
||||
# 'drive_through=*'
|
||||
label: Drive-Through
|
||||
|
||||
@@ -408,6 +408,11 @@
|
||||
"type": "textarea",
|
||||
"label": "Description"
|
||||
},
|
||||
"dock": {
|
||||
"key": "dock",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"drive_through": {
|
||||
"key": "drive_through",
|
||||
"type": "check",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "dock",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -971,8 +971,12 @@
|
||||
"name": "Fast Food"
|
||||
},
|
||||
"amenity/ferry_terminal": {
|
||||
"icon": "ferry",
|
||||
"fields": [
|
||||
"operator"
|
||||
"network",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -2193,6 +2197,7 @@
|
||||
"name": "Waste Basket"
|
||||
},
|
||||
"amenity/water_point": {
|
||||
"icon": "water",
|
||||
"geometry": [
|
||||
"area",
|
||||
"vertex",
|
||||
@@ -10372,6 +10377,7 @@
|
||||
"name": "Waterway"
|
||||
},
|
||||
"waterway/boatyard": {
|
||||
"icon": "harbor",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
@@ -10425,6 +10431,11 @@
|
||||
"name": "Ditch"
|
||||
},
|
||||
"waterway/dock": {
|
||||
"icon": "harbor",
|
||||
"fields": [
|
||||
"dock",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"vertex",
|
||||
@@ -10580,6 +10591,7 @@
|
||||
"name": "Stream"
|
||||
},
|
||||
"waterway/water_point": {
|
||||
"icon": "water",
|
||||
"geometry": [
|
||||
"area",
|
||||
"vertex",
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"fields":[
|
||||
"operator"
|
||||
"icon": "ferry",
|
||||
"fields": [
|
||||
"network",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "water",
|
||||
"geometry": [
|
||||
"area",
|
||||
"vertex",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"fields":[
|
||||
"icon": "harbor",
|
||||
"fields":[
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"icon": "harbor",
|
||||
"fields": [
|
||||
"dock",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"vertex",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"geometry": [
|
||||
"icon": "water",
|
||||
"geometry": [
|
||||
"area",
|
||||
"vertex",
|
||||
"point"
|
||||
|
||||
Vendored
+3
@@ -883,6 +883,9 @@
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"dock": {
|
||||
"label": "Type"
|
||||
},
|
||||
"drive_through": {
|
||||
"label": "Drive-Through"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user