haoliangyu / ngx-mapboxgl-starter

A recipe of Angular and MapboxGL

Home Page:https://haoliangyu.github.io/ngx-mapboxgl-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

A recipe of Angular and MapboxGL

https://haoliangyu.github.io/ngx-mapboxgl-starter/

License:MIT License


Languages

Language:TypeScript 58.3%Language:JavaScript 25.1%Language:HTML 10.5%Language:CSS 6.1%