https://github.com/calendee/ionic-leafletjs-map-demo
Simple Ionic Framework mapping application.
https://github.com/calendee/ionic-leafletjs-map-demo
Last synced: 3 months ago
JSON representation
Simple Ionic Framework mapping application.
- Host: GitHub
- URL: https://github.com/calendee/ionic-leafletjs-map-demo
- Owner: calendee
- License: mit
- Created: 2014-10-25T15:33:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T21:30:51.000Z (over 10 years ago)
- Last Synced: 2025-04-30T20:13:01.154Z (about 1 year ago)
- Language: CSS
- Size: 210 KB
- Stars: 152
- Watchers: 15
- Forks: 72
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ionic - calendee/ionic-leafletjs-map-demo
README
ionic-leafletjs-map-demo
========================
Simple Ionic Framework mapping application using the [Leaflet.js](http://leafletjs.com) library.
# Demo
http://ionic-leafletjs-map-demo.divshot.io/#/app/map
# Installation
- Ensure Ionic CLI installed
```sh
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
```
# Contributors
[Justin Noel](http://calendee.com)
# Credits
This app was based on a sample from [Ahmed Alparslan Özdemir](https://github.com/alparslanahmed/MekanBul). Thank you.
Uses the [Angular Leaflet Directive](https://tombatossals.github.io/angular-leaflet-directive/) by [David Rubert](https://github.com/tombatossals).
Of course, it wouldn't exist without the fine folks from [Drifty](http://www.drifty.com) and the [Ionic Framework Team](http://ionicframework.com).
## LICENSE
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.