Building a street view map for a city, what is better: Build a json file and read all the scenes from that json, or create a script with variables that get the information from the database and change dynamically on the script tag? #1233
Labels
Hello Matthew,
Thank you for making the library available. I'm working on building a street view experience using cubemap images and need to enable navigation through the map. This will be accessible to users, and I need to develop an API for the web app to request the next chunk of scenes from the database. Alternatively, should each user read from a pre-built JSON file containing all possible scenes?
Could you provide some guidance on this?
Thank you!
I'm using flask with jinja2 template to create a javascript script tag. There is a simpler way that you can recommend? Thank You.
The text was updated successfully, but these errors were encountered: