I use .shp with jQuery igMapp.
Which event do I use to give user message that 'map shapefile is being loaded ....'?
Sometimes, it takes awhile before map shapefile gets loaded and displayed on the screen.
I just want to give the user some kind of "status message" while map shapefile is being loaded and then
hide this message once the map shapefile loading has completed.
Any help is much appreciated.
Thanks.
trifee
Hello Trifee,
Thank you for posting in the community.
Your requirement should be achievable by handling the refreshCompleted event of the chart in order to hide a loading indicator previously shown when the shape series in question are being added to the chart.
I am attaching a small sample illustrating a map which loads an additional shape series on the click of a button. A waiting indicator is shown at the same time when the new series is being loaded and is hidden again at therefreshCompletedstage.
Please let me know if this helps.
Hi Trifee,
Please feel free to contact me if you have any further questions regarding this matter.