@schemesonic/map
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @schemesonic/map

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

1.73 MB

Total Files

42

Last publish

Collaborators

  • schemesonic