MapComplete/assets/layers/insect_hotel/insect_hotel.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

51 lines
885 B
JSON
Raw Normal View History

2024-12-02 00:37:56 +01:00
{
"id": "insect_hotel",
"name": {
"en": "Insect Hotels",
"nl": "Insectenhotels"
},
"description": {
"en": "Layer showing insect hotels",
"nl": "Laag met insectenhotels"
},
"source": {
"osmTags": "man_made=insect_hotel"
},
"minzoom": 11,
"title": {
"en": "Insect Hotel",
"nl": "Insectenhotel"
},
"presets": [
{
"title": {
"en": "an insect hotel",
"nl": "een insectenhotel"
},
"tags": [
"man_made=insect_hotel"
]
}
],
"tagRenderings": [
"images"
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "./assets/layers/insect_hotel/insect_hotel.svg"
}
]
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": true
},
"deletion": true
}