/SLDReader

SLD styling for online mapping libraries

Primary LanguageJavaScriptMIT LicenseMIT

SLDReader

npm version

Build Status

A javascript package that aims to bring styling from a sld document to popular mapping tools. It is not ready for production

CONTRIBUTIONS WELCOME!

More information about the standards:

Examples

Live example

See docs/examples folder, to serve them locally

npm start

Api docs

Api docs

Old Browsers

Some older browsers need polyfills to use this library. E.g. es6.array.find

Commands

To, install dependencies, test, build and document

npm install
npm test
npm build
npm run docs