I don't know what this is supposed to do, but it doesn't seem to work.
And requested increase, should be back soon!
31–40 of 52 posts
I don't know what this is supposed to do, but it doesn't seem to work.
And requested increase, should be back soon!
I don't understand what it's supposed to do. I see clouds and a prompt entry. I type something in and it just gives me a text response about New York urban tourism...?
Should be back shortly!
Cool idea, can only use 2D at the moment. Looks like the 3D tile quota is exhausted: "message": "Quota exceeded for quota metric '3D Tiles root requests' and limit '3D Tiles root requests per day' of service 'tile.googleapis.com' for consumer 'project_number:1016378558728'." https://tile.googleapis.com/v1/3dtiles/root.json?key=AIzaSyB...
Asking for a quota increase with support! Will build in bring-your-own-key
May want to confirm the map renderer is making its requests using the URL with both the session and API key instead of only the API key. If your API requests are base key only, every refresh client-side might be unexpectedly consuming one of your root quota units, rather than each user getting a session of unlimited tile loads for 3 hours. If you're seeing network traffic in the console from your renderer out to the API without the session token in the query string along with the API token, or if you see the session token is totally different after refreshing, that might be a sign of something wonky causing quota depletion.
Example URL for a tile fetch with both params:
https://tile.googleapis.com/v1/3dtiles/datasets/CgA/files/UlRPVEYuYnVs.json?session=SESSION_TOKEN&key=YOUR_API_KEY
Examples: https://developers.google.com/maps/documentation/tile/create-renderer#requests-and-responses
A quick check would be to see how far apart your google analytics for unique users are vs. your API console usage data. If way less than 10,000 unique users depleted the 10,000 unit quota it may be another indicator of something in token/session setup.This is magic. I just did volcano and it simulated lava flow, emergency responders, blast zones. Pretty cool stuff.
The scaling is off on mobile, the prompt box is hidden from view etc.
This might be being unfair, but I asked it to simulate the Battle of Goose Green, during the Falklands war of 1982. Its just a blank screen - https://mused.com/map/sim/2993/battle-of-goose-green I am excited to see it working though!
This was a confusing landing for me on a mobile device.
Cool idea, can only use 2D at the moment. Looks like the 3D tile quota is exhausted: "message": "Quota exceeded for quota metric '3D Tiles root requests' and limit '3D Tiles root requests per day' of service 'tile.googleapis.com' for consumer 'project_number:1016378558728'." https://tile.googleapis.com/v1/3dtiles/root.json?key=AIzaSyB...
Asking for a quota increase with support! Will build in bring-your-own-key