New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@xch/web-gis-elements

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xch/web-gis-elements

Common components used in GIS packaged in HTML elements.

latest
Source
npmnpm
Version
0.6.2
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 21 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts