Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolizer that fills everything? #151

Open
zdila opened this issue Jan 27, 2023 · 0 comments
Open

Symbolizer that fills everything? #151

zdila opened this issue Jan 27, 2023 · 0 comments

Comments

@zdila
Copy link

zdila commented Jan 27, 2023

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

{
  "type": "Polygon",
  "coordinates": [
    [[-180, -90], [-180, 90], [180, 90], [180, -90], [-180, -90]]
  ]
}

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant