jeffreykemp / jk64-plugin-reportmap

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

I can't display info on the marker #137

Closed jcarlos314 closed 4 years ago

jcarlos314 commented 4 years ago

Hello, awesome plugin. I have an issue with the markers, it doesn't show up the information when I click on them. Here's how I declared in the plugin:

SELECT LATITUDE as lat,
       LONGITUDE as lng,
       CUSTOMER_NAMES as name,
       ORDER_ID as id
FROM VYR_ORDERS_VIEW

image image

jeffreykemp commented 4 years ago

Your query doesn't provide any info to show in the popup - you need a 5th column in your query.

https://github.com/jeffreykemp/jk64-plugin-reportmap/wiki/SQL-Query-Examples