Unplanned
Last Updated: 02 Jun 2020 13:13 by ADMIN
n/a
Created on: 27 May 2020 04:52
Category: Map
Type: Feature Request
1
GeoJSON properties support

Direct support for GeoJSON properties such as marker-color, marker-size, marker-symbol, stroke, stroke-width, stroke-opacity.

Settable for stroke (but not from GeoJSON directly).

.Style(style => style.Stroke(stroke => stroke.Width(4).Color("#3f51b5")).Opacity(1))

Not settable for Marker (point) either way.

Desired outcome:

Properties setting options for color, style, etc. should be directly from the source. When setting values from other types of datasources, setting options should be possible (as in Stroke) for other elements such as Markers.

Additional element types could be supported directly (lines), but easier to use the standard.

 

0 comments