Page 1 of 1

Handling dash maps

Posted: Sat 02 Nov 02 2019 3:12 pm
by Daniel Wee
Choropleth management and configuration:-

https://plot.ly/~empet/14692/mapbox-cho ... th-plotly/#/

Re: Handling dash maps

Posted: Sat 02 Nov 02 2019 6:50 pm
by Daniel Wee
For polygons (Choropleth style) in scattermapbox, you will need to define an array to submit as layers. This arrange will consist of one layer per polygon defined according to the following:-

https://plot.ly/python/filled-area-on-mapbox/

In the case of geometries retrieved from onemapsg, these need to be converted into actual json objects:-

https://stackoverflow.com/questions/452 ... ing-python