Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Geocharts: Regions and Markers on same map?

I'm experimenting with Google's GeoCharts. I have state data and city data that I want to display over the city data. This means I want to use the geochart regions and markers display mode at the same time. Can this be done, or faked? I can't seem to find a way but was wondering if anyone else has had success.

like image 822
Ben Avatar asked Jul 25 '12 12:07

Ben


1 Answers

As stated in documentation mode parameter could be region or marker. So they could not be used together. I would recommend you to try jVectorMap library which supports such kind of behavior.

like image 141
bjornd Avatar answered Oct 21 '22 05:10

bjornd