Live data from Hacker News

Show HN: Text to 3D simulation on a map (does history pretty well)

mused.com

31–40 of 52 posts

Re: Show HN: Text to 3D simulation on a map (does history pretty well)

#32

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...?

Here's a video -- the 3d map tiles quota was hit https://www.youtube.com/watch?v=zXS9sNcDLJU

Should be back shortly!

Re: Show HN: Text to 3D simulation on a map (does history pretty well)

#33

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

Random thing worth I ran into once, you may have already handled this but sharing just in case:

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.

Re: Show HN: Text to 3D simulation on a map (does history pretty well)

#36

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!

The sim on your link is not blank anymore. I can see a map, some entities and some simple paths they take.

Re: Show HN: Text to 3D simulation on a map (does history pretty well)

#40

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

Okay back online in 3d too!
Post reply on HN