mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Assign more icons to presets that were missing them
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"categories": {
|
||||
"category-barrier": {
|
||||
"icon": "roadblock",
|
||||
"geometry": "line",
|
||||
"name": "Barrier Features",
|
||||
"icon": "roadblock",
|
||||
"members": [
|
||||
"barrier/fence",
|
||||
"barrier/wall",
|
||||
@@ -13,9 +13,9 @@
|
||||
]
|
||||
},
|
||||
"category-building": {
|
||||
"icon": "building",
|
||||
"geometry": "area",
|
||||
"name": "Building Features",
|
||||
"icon": "building",
|
||||
"members": [
|
||||
"building",
|
||||
"building/house",
|
||||
@@ -26,9 +26,9 @@
|
||||
]
|
||||
},
|
||||
"category-golf": {
|
||||
"icon": "golf",
|
||||
"geometry": "area",
|
||||
"name": "Golf Features",
|
||||
"icon": "golf",
|
||||
"members": [
|
||||
"golf/fairway",
|
||||
"golf/green",
|
||||
@@ -40,9 +40,9 @@
|
||||
]
|
||||
},
|
||||
"category-landuse": {
|
||||
"icon": "landuse",
|
||||
"geometry": "area",
|
||||
"name": "Land Use Features",
|
||||
"icon": "landuse",
|
||||
"members": [
|
||||
"landuse/residential",
|
||||
"landuse/industrial",
|
||||
@@ -58,9 +58,9 @@
|
||||
]
|
||||
},
|
||||
"category-natural-area": {
|
||||
"icon": "natural",
|
||||
"geometry": "area",
|
||||
"name": "Natural Features",
|
||||
"icon": "natural",
|
||||
"members": [
|
||||
"natural/water",
|
||||
"natural/wood",
|
||||
@@ -75,18 +75,18 @@
|
||||
]
|
||||
},
|
||||
"category-natural-line": {
|
||||
"icon": "natural",
|
||||
"geometry": "line",
|
||||
"name": "Natural Features",
|
||||
"icon": "natural",
|
||||
"members": [
|
||||
"natural/coastline",
|
||||
"natural/tree_row"
|
||||
]
|
||||
},
|
||||
"category-natural-point": {
|
||||
"icon": "natural",
|
||||
"geometry": "point",
|
||||
"name": "Natural Features",
|
||||
"icon": "natural",
|
||||
"members": [
|
||||
"natural/peak",
|
||||
"natural/cliff",
|
||||
@@ -95,9 +95,9 @@
|
||||
]
|
||||
},
|
||||
"category-path": {
|
||||
"icon": "category-path",
|
||||
"geometry": "line",
|
||||
"name": "Path Features",
|
||||
"icon": "category-path",
|
||||
"members": [
|
||||
"highway/pedestrian",
|
||||
"footway/crosswalk",
|
||||
@@ -110,9 +110,9 @@
|
||||
]
|
||||
},
|
||||
"category-rail": {
|
||||
"icon": "category-rail",
|
||||
"geometry": "line",
|
||||
"name": "Rail Features",
|
||||
"icon": "category-rail",
|
||||
"members": [
|
||||
"railway/rail",
|
||||
"railway/subway",
|
||||
@@ -123,9 +123,9 @@
|
||||
]
|
||||
},
|
||||
"category-restriction": {
|
||||
"icon": "restriction",
|
||||
"geometry": "relation",
|
||||
"name": "Restriction Features",
|
||||
"icon": "restriction",
|
||||
"members": [
|
||||
"type/restriction/no_left_turn",
|
||||
"type/restriction/no_right_turn",
|
||||
@@ -138,9 +138,9 @@
|
||||
]
|
||||
},
|
||||
"category-road": {
|
||||
"icon": "category-roads",
|
||||
"geometry": "line",
|
||||
"name": "Road Features",
|
||||
"icon": "category-roads",
|
||||
"members": [
|
||||
"highway/residential",
|
||||
"highway/motorway",
|
||||
@@ -161,9 +161,9 @@
|
||||
]
|
||||
},
|
||||
"category-route": {
|
||||
"icon": "route",
|
||||
"geometry": "relation",
|
||||
"name": "Route Features",
|
||||
"icon": "route",
|
||||
"members": [
|
||||
"type/route/road",
|
||||
"type/route/bicycle",
|
||||
@@ -182,9 +182,9 @@
|
||||
]
|
||||
},
|
||||
"category-water-area": {
|
||||
"icon": "water",
|
||||
"geometry": "area",
|
||||
"name": "Water Features",
|
||||
"icon": "water",
|
||||
"members": [
|
||||
"natural/water/lake",
|
||||
"natural/water/pond",
|
||||
@@ -193,9 +193,9 @@
|
||||
]
|
||||
},
|
||||
"category-water-line": {
|
||||
"icon": "category-water",
|
||||
"geometry": "line",
|
||||
"name": "Water Features",
|
||||
"icon": "category-water",
|
||||
"members": [
|
||||
"waterway/river",
|
||||
"waterway/stream",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "roadblock",
|
||||
"geometry": "line",
|
||||
"name": "Barrier Features",
|
||||
"icon": "roadblock",
|
||||
"members": [
|
||||
"barrier/fence",
|
||||
"barrier/wall",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"geometry": "area",
|
||||
"name": "Building Features",
|
||||
"icon": "building",
|
||||
"members": [
|
||||
"building",
|
||||
"building/house",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "golf",
|
||||
"geometry": "area",
|
||||
"name": "Golf Features",
|
||||
"icon": "golf",
|
||||
"members": [
|
||||
"golf/fairway",
|
||||
"golf/green",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "landuse",
|
||||
"geometry": "area",
|
||||
"name": "Land Use Features",
|
||||
"icon": "landuse",
|
||||
"members": [
|
||||
"landuse/residential",
|
||||
"landuse/industrial",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "natural",
|
||||
"geometry": "area",
|
||||
"name": "Natural Features",
|
||||
"icon": "natural",
|
||||
"members": [
|
||||
"natural/water",
|
||||
"natural/wood",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "natural",
|
||||
"geometry": "line",
|
||||
"name": "Natural Features",
|
||||
"icon": "natural",
|
||||
"members": [
|
||||
"natural/coastline",
|
||||
"natural/tree_row"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "natural",
|
||||
"geometry": "point",
|
||||
"name": "Natural Features",
|
||||
"icon": "natural",
|
||||
"members": [
|
||||
"natural/peak",
|
||||
"natural/cliff",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "category-path",
|
||||
"geometry": "line",
|
||||
"name": "Path Features",
|
||||
"icon": "category-path",
|
||||
"members": [
|
||||
"highway/pedestrian",
|
||||
"footway/crosswalk",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "category-rail",
|
||||
"geometry": "line",
|
||||
"name": "Rail Features",
|
||||
"icon": "category-rail",
|
||||
"members": [
|
||||
"railway/rail",
|
||||
"railway/subway",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "restriction",
|
||||
"geometry": "relation",
|
||||
"name": "Restriction Features",
|
||||
"icon": "restriction",
|
||||
"members": [
|
||||
"type/restriction/no_left_turn",
|
||||
"type/restriction/no_right_turn",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "category-roads",
|
||||
"geometry": "line",
|
||||
"name": "Road Features",
|
||||
"icon": "category-roads",
|
||||
"members": [
|
||||
"highway/residential",
|
||||
"highway/motorway",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "route",
|
||||
"geometry": "relation",
|
||||
"name": "Route Features",
|
||||
"icon": "route",
|
||||
"members": [
|
||||
"type/route/road",
|
||||
"type/route/bicycle",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "water",
|
||||
"geometry": "area",
|
||||
"name": "Water Features",
|
||||
"icon": "water",
|
||||
"members": [
|
||||
"natural/water/lake",
|
||||
"natural/water/pond",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "category-water",
|
||||
"geometry": "line",
|
||||
"name": "Water Features",
|
||||
"icon": "category-water",
|
||||
"members": [
|
||||
"waterway/river",
|
||||
"waterway/stream",
|
||||
|
||||
@@ -1022,6 +1022,7 @@
|
||||
"name": "Clinic"
|
||||
},
|
||||
"amenity/clock": {
|
||||
"icon": "poi-clock",
|
||||
"fields": [
|
||||
"support",
|
||||
"display",
|
||||
@@ -3897,6 +3898,7 @@
|
||||
"name": "Caterer"
|
||||
},
|
||||
"craft/clockmaker": {
|
||||
"icon": "poi-clock",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
@@ -3954,7 +3956,7 @@
|
||||
"name": "Dressmaker"
|
||||
},
|
||||
"craft/electrician": {
|
||||
"icon": "marker-stroked",
|
||||
"icon": "poi-power",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
@@ -4449,6 +4451,7 @@
|
||||
"name": "Upholsterer"
|
||||
},
|
||||
"craft/watchmaker": {
|
||||
"icon": "poi-clock",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
@@ -6340,6 +6343,7 @@
|
||||
"name": "Military Bunker"
|
||||
},
|
||||
"landuse/military/checkpoint": {
|
||||
"icon": "barrier",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -6784,6 +6788,7 @@
|
||||
"name": "Bowling Alley"
|
||||
},
|
||||
"leisure/common": {
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-clock",
|
||||
"fields": [
|
||||
"support",
|
||||
"display",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-clock",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "marker-stroked",
|
||||
"icon": "poi-power",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-clock",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "barrier",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
@@ -10,4 +11,4 @@
|
||||
"leisure": "common"
|
||||
},
|
||||
"name": "Common"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "music",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "natural",
|
||||
"fields": [
|
||||
"natural"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user