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
This issue to to track how we should handle sourceLayer stuff after a conversation with @martinRenou
QGIS organizes their vector tile layers like:
project layers
map layer
renderer
styles
style
symbols
symbol
symbol layer
option
color stuff
The type and sourceLayer from our schema that the style is being applied to is stored in the style part of their xml.
To bring our schema more in line with the QGIS implementation, I was thinking we could basically combine type, sourceLayer, and color entries from our schema into a style object, and have an array of those in the schema.
This would require a bit of refactoring, and since this is only relevant to one layer type it might not be worth the time expenditure at the moment, so I'm just opening this issue for now to keep it on our radar.
The text was updated successfully, but these errors were encountered:
This issue to to track how we should handle
sourceLayer
stuff after a conversation with @martinRenouQGIS organizes their vector tile layers like:
The
type
andsourceLayer
from our schema that the style is being applied to is stored in thestyle
part of their xml.To bring our schema more in line with the QGIS implementation, I was thinking we could basically combine
type
,sourceLayer
, andcolor
entries from our schema into astyle
object, and have an array of those in the schema.This would require a bit of refactoring, and since this is only relevant to one layer type it might not be worth the time expenditure at the moment, so I'm just opening this issue for now to keep it on our radar.
The text was updated successfully, but these errors were encountered: