Add lactose free map, add icons to questions and titles, version bump

This commit is contained in:
Pieter Vander Vennet 2024-07-19 16:14:48 +02:00
parent a4c429fafa
commit c2bbae98e1
12 changed files with 249 additions and 23 deletions

View file

@ -6,7 +6,7 @@
"description": {
"en": "A crowdsourced map with glutenfree items"
},
"icon": "./assets/themes/glutenfree/glutenfree.svg",
"icon": "./assets/layers/questions/glutenfree.svg",
"layers": [
{
"builtin": "food",

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -1,12 +0,0 @@
[
{
"path": "glutenfree.svg",
"license": "CC-BY-SA-4.0",
"authors": [
"vladi1081384728"
],
"sources": [
"https://www.vecteezy.com/vector-art/7225296-gluten-free-vector-label"
]
}
]

View file

@ -0,0 +1,107 @@
{
"id": "lactosefree",
"title": {
"en": "Lactose free shops and restaurants"
},
"description": {
"en": "A crowdsourced map with lactose free shops and restaurants"
},
"icon": "./assets/layers/questions/lactose_free.svg",
"layers": [
{
"builtin": "food",
"hideTagRenderingsWithLabels": ["lactose_free","images","reviews"],
"override": {
"source": {
"osmTags": {
"and+": [
"diet:lactose_free!=",
"diet:lactose_free!~no"
]
}
},
"id": "food_lactosefree",
"minzoom": 4,
"presets": null
}
},
{
"builtin": "food",
"hideTagRenderingsWithLabels": ["lactose_free","images","reviews"],
"override": {
"name": null,
"minzoom": 17,
"isCounted": false,
"filter": {
"sameAs": "food_lactosefree"
}
}
},
{
"builtin": "ice_cream",
"hideTagRenderingsWithLabels": ["lactose_free","images","reviews"],
"override": {
"source": {
"osmTags": {
"and+": [
"diet:lactose_free!=",
"diet:lactose_free!~no"
]
}
},
"id": "icecream_lactosefree",
"minzoom": 4,
"presets": null
}
},
{
"builtin": "ice_cream",
"hideTagRenderingsWithLabels": ["lactose_free","images","reviews"],
"override": {
"name": null,
"minzoom": 17,
"isCounted": false,
"filter": {
"sameAs": "icecream_lactosefree"
}
}
},
{
"builtin": "shops",
"hideTagRenderingsWithLabels": ["lactose_free","images","reviews"],
"override": {
"source": {
"osmTags": {
"and+": [
"diet:lactose_free!=",
"diet:lactose_free!~no"
]
}
},
"id": "shops_lactosefree",
"minzoom": 4,
"presets": null
}
},
{
"builtin": "shops",
"hideTagRenderingsWithLabels": ["lactose_free","images","reviews"],
"override": {
"name": null,
"minzoom": 17,
"isCounted": false,
"filter": {
"sameAs": "shops_lactosefree"
}
}
}
],
"overrideAll": {
"+tagRenderings": [
"images",
"reviews",
"lactose_free"
]
}
}

View file

@ -263,7 +263,7 @@
},
{
"if": "theme=glutenfree",
"then": "./assets/themes/glutenfree/glutenfree.svg"
"then": "./assets/layers/questions/glutenfree.svg"
},
{
"if": "theme=grb",
@ -306,12 +306,12 @@
"then": "./assets/layers/kerbs/KerbIcon.svg"
},
{
"if": "theme=lighthouses",
"then": "./assets/themes/lighthouses/lighthouse.svg"
"if": "theme=lactosefree",
"then": "./assets/layers/questions/lactose_free.svg"
},
{
"if": "theme=mapcomplete-changes",
"then": "./assets/svg/logo.svg"
"if": "theme=lighthouses",
"then": "./assets/themes/lighthouses/lighthouse.svg"
},
{
"if": "theme=maproulette",