jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
42 stars 16 forks source link

Error while page load #131

Closed mahmoudyo84 closed 4 years ago

mahmoudyo84 commented 4 years ago

hi thanks for your plugin , but i am facing error while page loaded 'This page can't load Google Maps correctly.' and map has watermark 'For developer only' , i am config google map api correctly but still facing error , your advice appreciated

thanks

jeffreykemp commented 4 years ago

Please post any errors or warnings in the browser console.

hossamassadallah commented 4 years ago

hi i have err in the console thank you for using the jk64 Report Map plugin!To access the Google Map object on this page, use:$("#map_map_testmap").reportmap("instance").map More info: https://github.com/jeffreykemp/jk64-plugin-reportmap/wiki

hossamassadallah commented 4 years ago

after set this code i have err Uncaught TypeError: Cannot read property 'map' of undefined

jeffreykemp commented 4 years ago

That message means that the plugin code has loaded correctly, but if you're still getting the "This page can't load Google Maps correctly." error that means something else is wrong, possibly with your Google Maps API key. Please post the entire log from your browser console.

jeffreykemp commented 4 years ago

Closing as presumed fixed - please comment if further issues encountered.