Simple Ionic Framework mapping application using the Leaflet.js library.
http://ionic-leafletjs-map-demo.divshot.io/#/app/map
- Ensure Ionic CLI installed
ionic start myMapDemo https://github.com/calendee/ionic-leafletjs-map-demo
cd myMapDemo
cordova plugin add cordova-plugin-geolocation
ionic platform add ios
ionic platform add android
ionic serve
This app was based on a sample from Ahmed Alparslan Özdemir. Thank you.
Uses the Angular Leaflet Directive by David Rubert.
Of course, it wouldn't exist without the fine folks from Drifty and the Ionic Framework Team.
ionic-leafletjs-map-demo is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository. Please review included libraries for license information specific to those projects.