leaflet-map
leaflet-map copied to clipboard
Leaflet map as web component
Hi, the demos with markers are not working unless I have the leaflet folder in the root of my site. After a bower install (where the leaflet folder is installed...
Wishing to have latest leaflet for this component.
[Vulcanize](https://github.com/polymer/vulcanize) is the Polymer build tool that can inline HTML and CSS imports. When an app is vulcanized with the `--inline-css` flag enabled, the map tiles will not show up...
The following attributes should be changed - `fillColor` -> `fill-color` - `fillOpacity` -> `fill-opacity`
I am working with GeoJSON fine via the component ``` Tiles © Esri — Sources: GEBCO, NOAA, CHS, OSU, UNH, CSUMB, National Geographic, DeLorme, NAVTEQ, and Esri ``` Is there...
`leaflet-map` is surprisingly still depending on the web components polyfill. It should provide support for native Web Components that shipped on Chrome and Opera.
Nothing happens when `leaflet-geolocation` granted geolocation permission on Firefox Stable on Windows. It should redirect and show up the map of the coordinates received.
Hi. Polylint detected ` is undefined` at https://github.com/leaflet-extras/leaflet-map/blob/58234773b35298519083eb956afdc10963d02514/leaflet-geojson.html#L23 . I think `name` should be replaced with `id`, or the dom-module definition should be removed unless it displays anything.
Hi, I'm using [web-components-shards](/PolymerLabs/web-component-shards) to separate vulcanized bundles. When I built `leaflet-map` with it, the following warnings were emitted. ``` Behavior leafletMap.LeafletPopupContent not found when mixing properties into leaflet-circle! Behavior...
I use this element as part of another web component and I wrote some tests but they all fail during the initialization phase of the element.