jeffreykemp / jk64-plugin-reportmap

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

no map #32

Closed pa794 closed 7 years ago

pa794 commented 7 years ago

plugin does not show map. i have installed version 0.7.2

what are required attributes for map to display?

jeffreykemp commented 7 years ago

Thank you for giving this plugin a try!

The minimum attributes is a query to run (e.g. select lat, lng, name, id from mytable) and a height (which is defaulted to 400).

I've updated the online demo to 0.7.2 and added a "Minimal Test" page and it seems to work for me: https://apex.oracle.com/pls/apex/f?p=15181:9

Please check your browser's debug console for errors and if you can post a link to a demo online reproducing your problem I'd be happy to have a look.

Thanks, please keep me posted on your progress and let me know if I can help further. Jeff

jeffreykemp commented 7 years ago

Closing - unable to reproduce