0.6.2 • Published 6 years ago

@xch/web-gis-elements v0.6.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

Web GIS Elements

This project uses Web Components Technology to build a suite of reusable components that can be used as the fundation of Web GIS applications.

See Developer.md for implementation decisions and details.

See Roadmap.md for upcoming features.

Demo

Checkout the online version at: zodiase.github.io/Web-GIS-Elements/demo

The docs/demo directory contains demo pages for various example usages. Run npm run demo to launch the demo site at localhost:5000.

But before the demo site is usable, the project distribution files have to be built first.

Building

Run npm install && npm run build to build the distribution files to dist directory.

Dependencies

This library requires browser support for Custom Elements and Shadow DOM.

It also requires native-shim available here to allow use of Custom Elements in transpiled ES5 code.

The polyfills are already bundled in web-gis-elements.js. Use web-gis-elements-lite.js if the polyfills are provided separately.

Versions

This project follows Semantic Versioning. See History.md for release changes.

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago