Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haoliangyu/ngx-mapboxgl-starter
A recipe of Angular and MapboxGL
https://github.com/haoliangyu/ngx-mapboxgl-starter
angular2 mapbox-gl-js starter
Last synced: about 2 months ago
JSON representation
A recipe of Angular and MapboxGL
- Host: GitHub
- URL: https://github.com/haoliangyu/ngx-mapboxgl-starter
- Owner: haoliangyu
- License: mit
- Created: 2016-07-23T23:42:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T15:21:49.000Z (over 6 years ago)
- Last Synced: 2024-10-13T16:43:32.972Z (about 2 months ago)
- Topics: angular2, mapbox-gl-js, starter
- Language: TypeScript
- Homepage: https://haoliangyu.github.io/ngx-mapboxgl-starter/
- Size: 2.08 MB
- Stars: 50
- Watchers: 9
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-mapboxgl-starter - A recipe of Angular and MapboxGL. (Uncategorized / Uncategorized)
README
# ngx-mapboxgl-starter
**Looking for maintainer!**
A minimal project seed of Angular, Webpack, and MapboxGL.
**Features**
- [x] Geocoding and reverse Geocoding via Google geocoding API
- [x] Add popup with mouse click on the map
- [x] Pan to geocoding result
- [x] Webpack 2See [**live demo**](https://haoliangyu.github.io/ngx-mapboxgl-starter/).
Working with [Angular 4.0](https://angular.io/)!
## How to set up
This project requires [npm](https://www.npmjs.com/) (or [yarn](https://yarnpkg.com/)) and [webpack](http://webpack.github.io/docs/installation.html).
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](http://webpack.github.io/docs/installation.html) to set up the app at `http://localhost:8080`
## Looking for other demos?
* [ngx-leaflet-starter](https://github.com/haoliangyu/ngx-leaflet-starter) is an Angular 2 project seed with [Leaflet](http://leafletjs.com/), the most popular Javascript mapping library.
* [boundary.now](https://github.com/haoliangyu/boundary.now), a tool to download place boundries from OpenStreetMap, built with Angular2, [Material2](https://github.com/angular/material2) and Leaflet.