mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 21:21:37 +02:00
@@ -4281,6 +4281,23 @@
|
||||
},
|
||||
"name": "Electrician"
|
||||
},
|
||||
"craft/electronics_repair": {
|
||||
"icon": "poi-tool",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "electronics_repair"
|
||||
},
|
||||
"name": "Electronics Repair Shop"
|
||||
},
|
||||
"craft/gardener": {
|
||||
"icon": "garden",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "poi-tool",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "electronics_repair"
|
||||
},
|
||||
"name": "Electronics Repair Shop"
|
||||
}
|
||||
Reference in New Issue
Block a user