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

Styling grid layers #410

Open
rowanwins opened this issue Oct 10, 2019 · 0 comments
Open

Styling grid layers #410

rowanwins opened this issue Oct 10, 2019 · 0 comments

Comments

@rowanwins
Copy link
Contributor

Been doing some issue tidying over in the TerriaCube repo and saw an issue around styling of the grid layers

GeoJson has some limited styling which can be applied using the simple style spec

    {
       "name": "DEA Albers Tiles grid",
       "type": "geojson",
       "url": "https://data.dea.ga.gov.au/geomedian-australia/v2.1.0/albers_grid.geojson",
       "style": {
          "fill-opacity": 0,
          "stroke": "#EEBA0F",
          "stroke-width": 2
       }
    }

Which gives us something like
SimpleStyle

If you've got any preference for how you'd like things to look I'm happy to submit a PR

Cheers
Rowan

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