Include "Location Description" inside of map JSON file
Rawblocky
Currently, I can't find a way to import/export locations and have it include its Location Description. The ability to import & export locations with its Location Description would make it so much easier to add descriptions to each location, especially when I want to temporarily remove locations to create a challenge link then add them back without having to manually go to every location and add its description back.
Autopilot
Merged in a post:
Add "description" to JSON export & import
Vinz3210
Descriptions for Locations can not be exported or imported, making it impossible to propperly backup location descriptions.
Filip
Do you mean the Trivia-field in the map maker or what do you mean with the description? Thanks!
Brian Pedersen
Filip it must mean the trivia text. That's the only description we as map maker have control over.
greentpott
Filip When we download to JSON, the current structure looks like this:
{
"heading": 0.5824714593028375,
"pitch": -3.6396515380456407,
"zoom": 0.8985915391411583,
"panoId": "9mjKthv4hkt2IxCdSXmLfA",
"countryCode": null,
"stateCode": null,
"lat": 42.61578724174168,
"lng": 1.5384157989561609
}
The proposal is to add a field containing the trivia notes, something like this:
"trivia: [
{
"description": "This location is in Andorra"
}
]
Geomystery
it will provide a much better experience of the game