branflake2267 / GWT-Maps-V3-Api

GWT Maps V3 Javascript Bindings
Other
144 stars 113 forks source link

Google Fusion Table Styling in GWT #228

Open ghost opened 9 years ago

ghost commented 9 years ago

I am trying to achieve map coloring in Google maps in GWT based on a particular value assigned to every country on the scale of 0-100.

Is this possible in GWT?

I am able to setup a fusion table and integrate it to my GWT code but I am only able to set a single color to the whole map. Though, I was able to specify the color gradient to the countries in my fusion table and make the map look exactly what was expected but NOT in my GWT code.

I have a Fusion table set up here: https://www.google.com/fusiontables/DataSource?docid=1tJkzVXTv-B2-rFeQVO9bX_vICCvJ9Xq1LU6xog5f

What I am trying to simulate is here: https://developers.google.com/maps/documentation/javascript/examples/layer-fusiontables-styling

Please see this for more details: http://stackoverflow.com/questions/29577659/custom-coloring-of-countries-in-google-maps-gwt

Thanks for the help.