forked from MapComplete/MapComplete
65 lines
No EOL
1.2 KiB
JSON
65 lines
No EOL
1.2 KiB
JSON
{
|
|
"id": "utility_pole",
|
|
"name": {
|
|
"en": "Utility Poles"
|
|
},
|
|
"source": {
|
|
"osmTags": "man_made=utility_pole"
|
|
},
|
|
"title": {
|
|
"en": "Utility Pole"
|
|
},
|
|
"description": {
|
|
"en": "Layer showing various types of utility poles."
|
|
},
|
|
"tagRenderings": [
|
|
{
|
|
"id": "street_lamp",
|
|
"question": {
|
|
"en": "Does this utility pole have a street lamp mounted on it?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "highway=street_lamp",
|
|
"then": {
|
|
"en": "This utility pole has a street lamp mounted on it."
|
|
}
|
|
},
|
|
{
|
|
"if": "highway=",
|
|
"then": {
|
|
"en": "This utility pole does not have a street lamp mounted on it."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"tags": [
|
|
"man_made=utility_pole"
|
|
],
|
|
"title": {
|
|
"en": "a utility pole"
|
|
}
|
|
}
|
|
],
|
|
"pointRendering": [
|
|
{
|
|
"marker": [
|
|
{
|
|
"icon": "./assets/layers/utility_pole/utility_pole.svg"
|
|
}
|
|
],
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
}
|
|
],
|
|
"minzoom": 18,
|
|
"allowMove": {
|
|
"enableImproveAccuracy": true,
|
|
"enableRelocation": false
|
|
}
|
|
} |