leaflet-map
leaflet-map copied to clipboard
Leaflet map as web component
does what it says on the tin
Hi there! I am asking this because I see a lot of PR opened without anyone merging nor indicating what has to be changed to get the code in order....
Unfortunately the map is not showing although every step in the tutorial? Am i doing something wrong or is there no support for Polymer 2? cheers, Stav
Hello, I'm preparing my application to be ready for the upcoming style import depreciation and found that the leaflet-map plugin is affected.  I'm testing using the Google Chrome Canary...
I have boiled my problem down to whats shown below ``` HTMLImports.whenReady(function() {Polymer({ is: 'base-page' });}); ``` When leaflet is part of a neon-animated-pages, the tiles do not show correctly...
I am trying to integrate clustering using https://github.com/Leaflet/Leaflet.markercluster. When i try to add the markers layer using map.addLayer() page freezes. Am i doing something wrong or is there any issues...
Why are you not using the Token at all?
This is a pull request with fix from findings from running leaflet-map in polymer 2.0. Both fixes should also work in Polymer 1 I think, but be sure to test.
Hi! I noticed that when I use the `zoomend` event of the web component, the `zoom` attribute of the web component does not contain the new value. I think this...