You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for integer pixel size for the marker-size property. Allows implementations to allow user to specify explicit pixel sizes for markers.
// OPTIONAL: default "medium"
// specify the size of the marker. sizes
// can be different pixel sizes in different
// implementations
// Value must either an integer pixel size or
// or one of
// "small"
// "medium"
// "large"
"marker-size": "medium",
The text was updated successfully, but these errors were encountered:
Add support for integer pixel size for the marker-size property. Allows implementations to allow user to specify explicit pixel sizes for markers.
The text was updated successfully, but these errors were encountered: