lian / msfs2020-go

connect to microsoft flight simulator 2020 using golang
MIT License
389 stars 57 forks source link

It loads but says "This page can't load Google Maps correctly" #5

Closed Raging-Beard closed 4 years ago

Raging-Beard commented 4 years ago

The map is dark and has "For development purposes only" written all over it.

Raging-Beard commented 4 years ago

Hmm, maybe not an issue my end as randomly now worked.

Raging-Beard commented 4 years ago

Now getting it again GRRRRR

krobertson commented 4 years ago

@Raging-Beard Lian asked me to follow up, he is currently on the road and not able to respond. It looks like the popularity of the plugin used up his Google Maps quota. He will look at increasing the quota when he gets home and is able to look into it.

Raging-Beard commented 4 years ago

Oh I see, thank you for getting back to me. Well worst case we can still use it, kind of, but not as well lol. Cheers.

neoteknic commented 4 years ago

Same problem, maybe a way to enter a custom api key? Maybe add OSM too to have the choice of multiple map providers ?

mk0x9 commented 4 years ago

Ability to set own google maps API key would be nice

krobertson commented 4 years ago

When you run it, simply add -api-key with your own key. This is noted in the command's readme: https://github.com/lian/msfs2020-go/tree/master/vfrmap#arguments

lian commented 4 years ago

@krobertson :love_letter: thank you!

i increased the daily usage limit FOR NOW. but its high enough that i would have to pay real money to google for using google maps at the end of the month, and don't want that for an open source project :joy:

you already can set your own api key using -api-key <your-key as a command. (how-to-set-arguments-on-windows)

but most users probably don't want to create their own gmap api key.

tomorrow i will hunt for a sponsor that provides a higher limit api-key, or otherwise will release v0.0.3 with openstreetmap support. maybe keep gmap but if it rans out of daily limits then users can at least use openstreetmap.

lian commented 4 years ago

released v0.0.3 https://github.com/lian/msfs2020-go/releases/tag/v0.0.3

had to switch to openstreetmap