jeffreykemp / jk64-plugin-reportmap

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

Lazy load #63

Closed jeffreykemp closed 5 years ago

jeffreykemp commented 5 years ago

Add option to lazy load; i.e. delay running the query and showing the pins (or directions) on the map when initially loading the page - this means the data is not sent in the initial page load, but is loaded in a separate ajax call after the page is loaded.

jeffreykemp commented 5 years ago

Decided to make this the default behaviour.