jeffreykemp / jk64-plugin-reportmap

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

Images on Map #163

Closed knkaran23 closed 1 year ago

knkaran23 commented 1 year ago

How to show Images on pin point of Map in this plugin ?

jeffreykemp commented 1 year ago

The icon (image) to show instead of a pin is the optional 6th column of the query -

SELECT lat, lng, name, id, info, icon FROM mydata;

"icon" needs to be a string which is the full URL path to the image to use. Note that the image must be publicly accessible.

jeffreykemp commented 1 year ago

Example: https://apex.oracle.com/pls/apex/r/jk64/jk64_report_map/icons