forked from MapComplete/MapComplete
Feature: first working version of inspecting 360° images
This commit is contained in:
parent
7d104b4266
commit
01ba98a820
24 changed files with 330 additions and 436 deletions
|
@ -2,6 +2,9 @@
|
|||
"id": "geocoded_image",
|
||||
"name": null,
|
||||
"source": "special",
|
||||
"description": {
|
||||
"*": "Layer showing green dots where a geocoded image was found. See NearbyImages.svelte. Propreties: 'rotation':number,'spherical':'yes'|'no'"
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
|
@ -48,7 +51,15 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"iconSize": "14,14"
|
||||
"iconSize": {
|
||||
"render": "14,14",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "spherical=yes",
|
||||
"then": "28,28"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": [
|
||||
|
|
|
@ -858,21 +858,24 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "All platforms",
|
||||
"cs": "Všechny platformy"
|
||||
"cs": "Všechny platformy",
|
||||
"de": "Alle Plattformen"
|
||||
},
|
||||
"quesiton": "All platforms"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Made with Android",
|
||||
"cs": "Vytvořeno s Androidem"
|
||||
"cs": "Vytvořeno s Androidem",
|
||||
"de": "Mit Android erstellt"
|
||||
},
|
||||
"osmTags": "android=yes"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Made on the web",
|
||||
"cs": "Vytvořeno na webu"
|
||||
"cs": "Vytvořeno na webu",
|
||||
"de": "Im Internet erstellt"
|
||||
},
|
||||
"osmTags": "android="
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue