https://github.com/paraboly/pwc-map
PWC Map component is an abstraction on top of maps like mapboxGL, leaflet, openlayers etc. using StencilJS via Paraboly
https://github.com/paraboly/pwc-map
Last synced: about 1 year ago
JSON representation
PWC Map component is an abstraction on top of maps like mapboxGL, leaflet, openlayers etc. using StencilJS via Paraboly
- Host: GitHub
- URL: https://github.com/paraboly/pwc-map
- Owner: Paraboly
- License: mit
- Created: 2019-09-29T08:38:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T22:08:25.000Z (about 6 years ago)
- Last Synced: 2025-02-15T14:54:16.650Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://paraboly.github.io/pwc-map
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# @PWC/MAP
PWC Map component is an abstraction on top of maps like leaflet, openlayers and mapbox.
## Getting Started
### Prerequisites
npm 6+
### Installing
Add following script to your index.html head section
``````
Configuring the initial setup:
```
this.state =
map: null,
config: {}
};
```
and finally use it in your html.
``````
## Running the tests
```$npm run test```
## Built With
* [StencilJS](https://stenciljs.com/)
## Authors
* *SchemeSonic* - [github](https://github.com/schemesonic)
See also the list of [contributors](https://github.com/paraboly/@pwc-map/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details