Skip to content
Snippets Groups Projects

Clhp map

Merged Sara Savanovic Djordjevic requested to merge clhp_map into main
3 files
+ 18
32
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -45,7 +45,7 @@ class _ChoroplethMapState extends State<ChoroplethMap> {
MapShapeLayer(
source: MapShapeSource.memory(
widget.relation,
shapeDataField: 'SubDivID',
shapeDataField: 'geometry',
),
color: Colors.orange,
zoomPanBehavior: _zoomPanBehavior,
Loading