mapbox-gl icon indicating copy to clipboard operation
mapbox-gl copied to clipboard

Polymer 2.0 custom element for mapbox-gl-js. Uses WebGL to render interactive maps from vector tiles and Mapbox styles - compatible with deck-gl.

Results 11 mapbox-gl issues
Sort by recently updated
recently updated
newest added

I have ported the elements to work in Polymer v3. Please review it and let me know

Branched from #57

this is a very useful component that would be a great fit in the new structure

enhancement

**Uncaught TypeError: Cannot read property 'toggle' of undefined** at CustomIControl.onAdd (mapbox-gl-control.html:182) at e.addControl (mapbox-gl.js:495) at HTMLElement._addControl (mapbox-gl-control.html:207) at Object.runMethodEffect [as fn] (property-effects.html:818) at runEffectsForProperty (property-effects.html:162) at runEffects (property-effects.html:128) at HTMLElement._propertiesChanged...

this was a small bug i found on line 196, please have a look

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

its possible to add support to?: https://github.com/mapbox/mapbox-gl-language#mapboxlanguage

Uncaught TypeError: Cannot read property 'on' of undefined at i.addTo (popup.js:94) at HTMLElement._attachedPopup (mapbox-gl-popup.js:312) at Object.runMethodEffect [as fn] (property-effects.html:904) at runEffectsForProperty (property-effects.html:168) at runEffects (property-effects.html:130) at HTMLElement._propertiesChanged (property-effects.html:1899) at HTMLElement._flushProperties...

Unfortunately it is not possible to create popups together with their markers within a dom-repeat. It only fails if I use slot="popup-content", with the html="..."property it works perfectly.