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
Currently the two mediatypes used for styled data layers are using inline GeoJSON properties but different schemas. Legends on the other hand use a third schema to describe stylings of entries. For users of the spec this is very confusing and often leads to incompatible snapshots not rendering at all or rendering with default styles.
application/vnd.simplestyle-extended uses a subset based on Leaflets path style properties
Currently the two mediatypes used for styled data layers are using inline GeoJSON properties but different schemas. Legends on the other hand use a third schema to describe stylings of entries. For users of the spec this is very confusing and often leads to incompatible snapshots not rendering at all or rendering with default styles.
application/vnd.simplestyle-extended
uses a subset based on Leaflets path style propertiesapplication/geo+json
uses Mapbox Simple Stylesviews.spec.legend
uses SVG conventionsapplication/geo+json
(Mapbox Simple Styles)application/vnd.simplestyles-extended
(Leaflet)fill
fill
fillColor
fill
fill-opacity
fillOpacity
fill-opacity
stroke
stroke
color
stroke
stroke-opacity
opacity
stroke-opacity
stroke-width
weight
stroke-width
opacity
radius
size
title
,description
title
,description
*label
shape
:circle
/square
/line
primary
:true
/false
* currently not implemented
The text was updated successfully, but these errors were encountered: