Skip to content

geneeblack/angular2-leaflet-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2-Leaflet-Starter

A web mapping application starter based on Angular 2 and Leaflet. This project demo includes basic mapping functions:

  • Display base maps from different sources

  • Integrate Font-Awesome

  • Initialize map based on client's IP location (currently not working)

  • Geocode address and zoom to result location

  • Add/remove markers on the map

  • Create interactive marker popup

Working with angular-2.0.0-rc4.

See how it works at demo page.

How to develop

This project requires npm, typings, webpack.

  1. Run npm install to install all dependencies.

  2. Run typings install to install type definition.

  3. Run webpack to build the project.

  4. As a more convinient way, run the webpack-dev-server to set up the app at http://localhost:8080

Thanks to these awesome people!

Looking for another solution?

angular2-mapboxgl-starter is an Angular 2 project seed with MapboxGL, a mapping library designed for vector tile.

About

A soup of Angular2, Leaflet, and Font-Awesome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.2%
  • JavaScript 15.4%
  • HTML 11.0%
  • CSS 5.4%