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

Leaflet map as web component

Results 43 leaflet-map issues
Sort by recently updated
recently updated
newest added

Fixed a typo in a method name, added a semicolon, added content-tag so this.children actually finds children.

Added property fitMapToBounds to get the map automatically resized to fit the bounds of the LayerGroup where this is set to true (so enables functionality like fitToMarkers, but for only...

Providing an easy way to pass an options-object for initialising the GeoJson-element.

Not sure why Polymer.dom(this).innerHTML is empty while this.innerHTML is not - maybe this is a polymer issue, maybe I am doing something wrong setting the innerHTML. This (popup content not...

Adds support for http://leafletjs.com/reference.html#rectangle I decided to put northEast and southWest as attributes instead of leaflet-points or implementing LatLngBounds like they are in leaflet. Not sure if you agree with...

Adds support for http://leafletjs.com/reference.html#rectangle Adds observers to the path options calling the new _updateStyle-method. If a feature is already defined, it's setStyle-method will be called with the updated options. This...

If you try to use leaflet-map inside a component, the component fails because leaflet is not able to get the default icon image path due to leaftlet-map suppose that you...

Use Polymer.dom() to get leaflet-icon and leaflet-divicon definitions instead of use document.getElementById which only works if you add the components to the main document.