mapcomplete/assets/layers/item_with_image/item_with_image.json

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

60 lines
1.2 KiB
JSON
Raw Normal View History

2024-02-21 18:47:12 +01:00
{
"id": "item_with_image",
"name": {
2024-03-05 00:27:56 +01:00
"en": "Items with at least one image",
"de": "Element mit mindestens einem Bild"
},
2024-02-21 18:47:12 +01:00
"description": "All items with an image. All alone, not a layer which is relevant for any MapComplete theme, as it is a random collection of items. However, when put into the databank, this allows to quickly fetch (the URL of) pictures nearby a different object, to quickly link this",
"source": {
"osmTags": {
"or": [
"image~*",
"image:0~*",
"image:1~*",
"image:2~*",
"image:3~*",
"image:4~*",
2024-05-23 12:26:24 +02:00
"image:5~*",
"image:6~*",
"image:7~*",
"image:8~*",
"image:9~*",
"image:10~*"
2024-02-21 18:47:12 +01:00
]
}
},
"minzoom": 14,
2024-02-21 18:47:12 +01:00
"title": {
"render": {
2024-03-05 00:27:56 +01:00
"en": "POI with image",
"de": "POI mit Bild"
2024-02-21 18:47:12 +01:00
},
2024-02-23 12:05:08 +01:00
"mappings": [
{
"if": "name~*",
"then": {
"*": "name"
}
}
]
2024-02-21 18:47:12 +01:00
},
"pointRendering": [
{
"marker": [
{
"icon": "./assets/layers/item_with_image/camera.svg"
}
],
"location": [
"centroid",
"point"
]
}
],
"lineRendering": [],
"tagRenderings": [
"images"
],
"allowMove": false
2024-02-21 18:47:12 +01:00
}