Ionic Maps with Leaflet.js

I just posted a sample Ionic app using LeafletJS. You can read about it here:

http://calendee.com/2014/10/25/maps-app-using-ionic-framework-and-leaflet-js/

Github : https://github.com/calendee/ionic-leafletjs-map-demo

Demo : http://ionic-leafletjs-map-demo.divshot.io/#/app/map

Hopefully this will help anyone get started creating their own maps app.

7 Likes

Well, thank you for your contribution. I’m looking forward to it.

Thanks for your demo, it’s very helpfull !
Have you ever tried to load a leaflet map with a KML file ?

No, I haven’t. Not even sure what KML is.

thanks for your answer
kml is a file format to display geographic data in an earth browser
When i find the solution, i will post it here :slight_smile:

Hi, i finaly succeeded loading a kml file within an ionic project using leaflet !
you can check my test in this repo :


the test is on the “search” page :slight_smile:

hi ddelor i know this is old post but i have made an application like yours leaflet with KML and i have a problem with iOS ( in IOS does not load KML layers) in browser and android everything is OK. do you had the same problem?

I’m having the same problem as you. Have you found a solution by any means? Thank you in advance.

Hi,
I’m trying this sample to make an app.
Have you tried adding search functions for the locations?
Thanks.