@schemesonic/map
v0.0.1
Published
Paraboly Web Components: @Map: renders leaflet, openlayer and mapbox.
Downloads
1
Readme
@PWC/MAP
PWC Map component is an abstraction on top of maps like leaflet, openlayers and mapbox.
Getting Started
Prerequisites
npm 6+
Installing
$npm install --save "@pwc/map"
commonJS:
import @pwc/map
or
requireJS:
require "@pwc/map"
Configuring the initial setup:
this.state =
map: null,
config: {}
};
and finally use it in your html.
<pwc-map map="${this.state.map}" config="${this.state.config}"></pwc-map>
Running the tests
$npm run test
Built With
Authors
- SchemeSonic - github
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details