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
Most overlays want to have their data prominently on top, drawn over other features and so possibly replacing them.
Hillshade and contour layers are special in that they should be above certain layers (e.g. landuse fill patterns), but below others like e.g. POI markers; also some of the styles already come with their own such layers which should not be replaced, but potentially allowed to be turned off.
for styles that do have their own hillshade layers toggle style status
for styles without their own add overlay
in the long run merge hillshade/contour into loaded style after configurable layer name
This requires some special hard coded handling in the ocitysmap code, and also some configuration extensions, es.:
(hillshade_layers|contour_layers) = ... a list of one or more bundled layer names that can be turned on or off via the status property. (hillshade_after|contour_after) ... a layer name after which hillshading or contour layers should be merged into the base style dynamically
The text was updated successfully, but these errors were encountered:
Most overlays want to have their data prominently on top, drawn over other features and so possibly replacing them.
Hillshade and contour layers are special in that they should be above certain layers (e.g. landuse fill patterns), but below others like e.g. POI markers; also some of the styles already come with their own such layers which should not be replaced, but potentially allowed to be turned off.
This requires some special hard coded handling in the ocitysmap code, and also some configuration extensions, es.:
(hillshade_layers|contour_layers) = ...
a list of one or more bundled layer names that can be turned on or off via thestatus
property.(hillshade_after|contour_after) ...
a layer name after which hillshading or contour layers should be merged into the base style dynamicallyThe text was updated successfully, but these errors were encountered: