A web mapping application starter based on Angular X and Leaflet. This project demo includes basic mapping features:
-
Display base maps from different sources
-
Initialize map based on user's IP address location
-
Geocode address and zoom to result location
-
Add/remove markers on the map
-
Use unofficially typed Leaflet plugin
-
Built with Angular CLI
Support Angular 7 and Leaflet 1.3 now!
See how it looks at demo page.
Yes, but no longer. Angular is evolving rapidly and has moved further from 2.0. This project is renamed to ngx-leaflet-starter, meaning that it will evolve with Angular and stay close to the latest version.
Since this project has been reached its initial goal to provide a small and clean code base for Angular and Leaflet integration, currently there is no plan for new feature development. But I am open to suggestions and PRs. If you think it's beneficial to add something new (not for very specific use cases), please feel free to submit an issue for dicussion.
Most Leaflet plugins are not typed, but it doesn't mean they are not usable. To use them in a TypeScript project, one way is to provide a minimal type declaration file.
In the starter, a minimal type declaration file is created for the Leaflet.VectorGrid. This plugin is used to add the global airport sites (from openflights.org) as a vector tile layer.
This project requires npm (or yarn).
-
Run
npm install
to install dependencies. -
Run
npm run start
to set up the dev server. -
See the app at
localhost:4200
.
-
ngx-mapboxgl-starter is an Angular 2 project seed with MapboxGL, a mapping library designed for vector tile.
-
boundary.now, a tool to download place boundries from OpenStreetMap, built with Angular2, Material2 and Leaflet.