cypherix93 / Pokemon-GO-Scanner

(Abandoned) Map scanner for Pokemon GO to find wild pokemon, gyms, stops etc.
16 stars 5 forks source link

debug chrome #12

Open vinsilsim opened 8 years ago

vinsilsim commented 8 years ago

The map does not open for lack of google api!

I sought the User @cypherix93 on Discord bad not find this user

Live reload enabled. util.js:221 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys util.js:221 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required js?v=3&sensor=false:32 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error

cypherix93 commented 8 years ago

Thanks for the error log, better than your last issue. I suspect Google Maps is still required for the tilesets for Leaflet.

Can you try adding your own Google Maps key to this line?

It should end up looking like:

<script src="http://maps.google.com/maps/api/js?v=3&sensor=false&key={YOUR KEY HERE}"></script>