Feat: new insect hotels theme

This commit is contained in:
Robin van der Linde 2024-12-02 00:37:56 +01:00
parent 9239376851
commit 07a53e9373
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
11 changed files with 374 additions and 4 deletions

View file

@ -0,0 +1,75 @@
{
"id": "beehive",
"name": {
"en": "Beehives"
},
"description": {
"en": "Layer showing beehives"
},
"source": {
"osmTags": "man_made=beehive"
},
"minzoom": 11,
"title": {
"en": "Beehive"
},
"presets": [
{
"title": {
"en": "a beehive"
},
"tags": [
"man_made=beehive"
]
}
],
"tagRenderings": [
"images",
{
"id": "capacity",
"question": {
"en": "How many beehives are there?"
},
"freeform": {
"key": "capacity",
"type": "pnat",
"placeholder": {
"en": "Number of beehives"
}
},
"render": {
"en": "There are {capacity} beehives"
},
"mappings": [
{
"if": "capacity=1",
"then": {
"en": "There is 1 beehive"
}
}
]
}
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/beehive/beehive.svg"
}
]
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": true
},
"deletion": true
}

View file

@ -0,0 +1 @@
<svg style="height: 512px; width: 512px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#ffffff" fill-opacity="0"></path><g class="" style="" transform="translate(0,0)"><path d="M256 21.332L75.168 136.406l-7.594 4.832 9.664 15.188 7.594-4.832L256 42.668l171.168 108.926 7.594 4.832 9.664-15.188-7.594-4.832L256 21.332zm-144.908 5.74l-8.485 13.567 15.26 9.544 8.487-13.565-15.262-9.548zM72.212 44.02L58.963 56.2l10.825 11.78L83.04 55.8 72.212 44.02zm305.13 10.818l-17.856 2.277 2.024 15.87 17.855-2.276-2.023-15.872zM256 58.668l-148.127 94.264L99.34 183h312.994l-8.97-30.553L256 58.667zm0 43.846l57 19V169H199v-47.486l57-19zm0 18.972l-39 13V151h78v-16.514l-39-13zm-84.826 18.72l7.363 14.206-15.98 8.283-7.364-14.205 15.98-8.283zm266.724 45.745l-7.002 16.585 14.74 6.223 7.003-16.582-14.742-6.225zM120.258 201l-17.07 69h312.994l-17.137-69H120.258zM151 231h210v18H151v-18zm-93.36 40.188l-17.58 3.863 3.434 15.628 17.58-3.864-3.433-15.627zM122.187 288l-20.922 78H417.79l-20.997-78H122.186zm203.714 9.682l14.817 10.222-9.088 13.17-14.816-10.224 9.086-13.168zM151 327h210v18H151v-18zm302.44 18.64l-9.086 13.17 14.814 10.223 9.088-13.17-14.817-10.222zM122.185 384l-20.922 78H417.79l-20.997-78H122.186zm103.683 3.213l8.49 13.56-15.255 9.553-8.492-13.558 15.256-9.555zM77.65 398.646l-6.744 14.51 16.323 7.588 6.743-14.508-16.323-7.59zm303.14.815l7.312 14.23-16.012 8.228-7.31-14.232 16.01-8.225zM151 423h210v18H151v-18zm-23 57v16h48v-16h-48zm208 0v16h48v-16h-48z" fill="#000000" fill-opacity="1"></path></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Delapouite
SPDX-License-Identifier: CC BY 3.0

View file

@ -0,0 +1,12 @@
[
{
"path": "beehive.svg",
"license": "CC BY 3.0",
"authors": [
"Delapouite"
],
"sources": [
"https://game-icons.net/1x1/delapouite/beehive.html"
]
}
]