Following up on #41580,
Map coloring is very useful for making it easier to visualize map boundaries. Geojson is a nice way provide navigable map with all the GPS integration and whatnot.
Having specified a geojson feature's rendering parameters consistent with simplestyle-spec 1.1.0 as:
"marker-size": "small",
"marker-color": "#5fff00",
"stroke": "#5fff00",
"fill": "#5fff00",
Testing the geojson file at https://geojson.io/ rendering looks like
While Collect 2024.2.1 shows:
For the same reasons maps are colored, it'd be nice to support explicit coloring. Choropleth and random algorithmic coloring would also be nice features I'd think, though just for my current needs, I'd prioritize support of the simplestyle names.
-David