Awesome
ngx-mapboxgl-starter
Looking for maintainer!
A minimal project seed of Angular, Webpack, and MapboxGL.
Features
- Geocoding and reverse Geocoding via Google geocoding API
- Add popup with mouse click on the map
- Pan to geocoding result
- Webpack 2
See live demo.
Working with Angular 4.0!
How to set up
This project requires npm (or yarn) and webpack.
-
Run
npm install
oryarn install
to install all dependencies. -
Run
webpack
to build the project. -
As a more convinient way, install and run the webpack-dev-server to set up the app at
http://localhost:8080
Looking for other demos?
-
ngx-leaflet-starter is an Angular 2 project seed with Leaflet, the most popular Javascript mapping library.
-
boundary.now, a tool to download place boundries from OpenStreetMap, built with Angular2, Material2 and Leaflet.