Closed duzenko closed 4 years ago
Found it
feature.properties = {
'color': ColorToHex(area.color),
'label': area.label.toMap(),
};
Blocked by https://github.com/synw/geojson/pull/16
I can see that my PR got merged but I haven't had the time to test this properly yet. Gimme a few days.
Ok, let me know when you think that the serialization features are usable, then we will document them. Oh and btw please run flutter analyze
on your commits: we have pretty strict linting rules
I need to send some decoration info for my polygons (e.g. color). How can I do this with GeoJsonFeatureCollection.serialize?