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

:fire: :leaves: Easy and declarative mapping for ember

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

After upgrading to ember-leaflet `3.0.0`, I am noticing a new error that is not present with the previous version I was using `2.2.8-beta.1`. I am seeing `Uncaught Error: Map container...

In my app, when the user clicks on a marker, a promise needs to be resolved before the popup content is rendered by Ember. The problem is that the width...

enhancement

We can use `{{component componentName` to render an example in each component page.

enhancement
help wanted

Hi! Please can someone help me with this error? I can't solve it and I'm thinking it's a bug. **Error:** ``` Uncaught Error: Assertion Failed: The `element` helper polyfill encountered...

A colleague of mine reported that they ran into a FastBoot error due to some ember-leaflet code. > Reference error: document is not defined Which seems to point to this...

I have an `if` block in my template to choose between `layers.marker` or `layers.geojson` depending on my data, so I was updating my `@bounds={{this.bounds}}` with `this.bounds = layer.getBounds()` inside `@onLayeradd`....

`classify` is used by the base layer, probably best to write a simple dictionary instead though

any plans? I might be able to help

- As per [comment here](https://github.com/miguelcobain/ember-leaflet/issues/689#issuecomment-2049749372): > I think the confusion here was the import { divIcon } from 'ember-leaflet/helpers/div-icon'; import mentioned in the docs. > That import imports the function,...

Hi We used to pass a custom token to the WMS server through the options parameter in version 4.1. Now we are trying to upgrade our packages, and it seems...