A javascript package that aims to bring styling from a sld document to popular mapping tools.
CONTRIBUTIONS WELCOME!
More information about the standards:
See docs/examples folder, to serve them locally
npm start
- Line
- Polygon
- Point
- Text (since version 0.0.4)
- PropertyIsEqualTo
- PropertyIsNotEqualTo
- PropertyIsLessThan
- PropertyIsLessThanOrEqualTo
- PropertyIsGreaterThan
- PropertyIsGreaterThanOrEqualTo
- PropertyIsLike
- PropertyIsBetween
- And
- Or
- Not
- FeatureId
Some older browsers need polyfills to use this library. E.g. es6.array.find
Please include an example sld
- node & npm
- git
- docker (optional)
- Address a single issue or add a single item of functionality.
- Create a test for your functionality
- Follow eslint rules and apply prettier
- Update or add an example
To, install dependencies, test, build and document
npm install
npm test
npm run build
npm run docs
docker-compose up (runs doc website on :4000)