Unplanned
Last Updated: 30 Nov 2022 14:53 by Brian
Created by: Brian
Comments: 0
Category: Map
Type: Feature Request
1
Expose the ability to automatically resize the Map component depending on the browser's dimensions.
Unplanned
Last Updated: 02 Jun 2020 13:13 by ADMIN
Created by: n/a
Comments: 0
Category: Map
Type: Feature Request
1

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.