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
For compositing operations (comp-op) I would like to have a symbolizer that fills the whole map. So far I am working it around using PolygonSymbolizer with inline geojson polygon and +init=epsg:4326 srs
Unfortunately it doesn't play well with different srs in Map (for exmaple +init=epsg:3035). My app uses parameterized srs so I can't hardcode this polygon.
Is there a way to solve it nicely?
The text was updated successfully, but these errors were encountered:
For compositing operations (
comp-op
) I would like to have a symbolizer that fills the whole map. So far I am working it around usingPolygonSymbolizer
with inline geojson polygon and+init=epsg:4326
srsUnfortunately it doesn't play well with different
srs
inMap
(for exmaple+init=epsg:3035
). My app uses parameterized srs so I can't hardcode this polygon.Is there a way to solve it nicely?
The text was updated successfully, but these errors were encountered: