2024-02-21 18:47:12 +01:00
{
"id" : "item_with_image" ,
2024-02-26 15:08:07 +01:00
"name" : {
2024-03-05 00:27:56 +01:00
"en" : "Items with at least one image" ,
"de" : "Element mit mindestens einem Bild"
2024-02-26 15:08:07 +01:00
} ,
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
]
}
} ,
2024-02-26 15:08:07 +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"
]
}
2024-02-26 15:08:07 +01:00
] ,
"lineRendering" : [ ] ,
"tagRenderings" : [
"images"
2024-09-02 10:10:20 +02:00
] ,
"allowMove" : false
2024-02-21 18:47:12 +01:00
}