Skip to content

haoliangyu/ngx-mapboxgl-starter

Repository files navigation

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.

  1. Run npm install or yarn install to install all dependencies.

  2. Run webpack to build the project.

  3. 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?