Closed jcarlos314 closed 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
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
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: