ember-leaflet icon indicating copy to clipboard operation
ember-leaflet copied to clipboard

Ember + Leaflet = Fun with maps

Results 20 ember-leaflet issues
Sort by recently updated
recently updated
newest added

Hi @miguelcobain, I have a (hopefully) easy question regarding markers and I'm forced to use an older version (0.6) for this project. I have two markers, which I've bound to...

Hi, I'm using ember-leaflet to display a map for an appointment's location. The user selects an appointment from a list and the corresponding appointment details (including the map) are then...

@miguelcobain I saw in another thread that you were looking for feedback on a new set of examples that were updated for the latest ES6 branch. Was curious if these...

full error: Uncaught Error: Could not find module `ember-leaflet/components/leaflet-map` imported from `business/components/leaflet-map` I'm using `ember 2.1.0`. Thanks

Is it currently possible to determine the parent of a clustered marker? This would be useful to e.g open the cluster for a selected marker. There is this function -...

> DEPRECATION: Passing the dependentKeys after the callback function in Ember.observer is deprecated. Ensure the callback function is the last argument.

I'm thinking how to set options on markers belonging to collectionlayer. One way is to set options key on content and change layers/marker.js ``` javascript options: null, ``` to ```...

Hi, Can someone explain to me what is the point of using IIFE if the variable is not declared inside. https://github.com/gabesmed/ember-leaflet/blob/master/dist/ember-leaflet.js#L6? Thanks

Provide a globals version with https://github.com/ef4/ember-giftwrap

Hi guys, I used your awesome addon to do add a Map into an EmberApp => https://github.com/wwoof/webapp => https://app.wwoof.fr/hosts I ran into a couple issues so I wanted to share...