PolymerVis / mapbox-gl

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.
https://www.webcomponents.org/element/PolymerVis/mapbox-gl
26 stars 8 forks source link

Plans to update to publish a 3.0 release? #44

Open jparish3 opened 6 years ago

jparish3 commented 6 years ago

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

eterna2 commented 6 years ago

@jparish3 Yup, I will try to update to 3.0 by end of June?

jparish3 commented 6 years ago

great..is it possible to get the drawing tool in the current version? I tried to use but could not access

https://www.mapbox.com/mapbox-gl-js/example/mapbox-gl-draw/

jparish3 commented 6 years ago

any update on this item?

jparish3 commented 5 years ago

Do you plan an update?

rovervannispen commented 5 years ago

Any updates? :)

eterna2 commented 5 years ago

Sorry. Was very busy with work and having some issues on properly importing the lib as is.

As most of the lib does not follow the es6 module strictly. This means, either I need to generate my own es6 module.for the mapbox lib, or whoever using the webcomponent need to customize their build chain.

Aka polymer build will not work of the shelf.

jparish3 commented 5 years ago

similar to the issue with firebase (see below) or more specific to mapbox?

https://github.com/firebase/firebase-js-sdk/issues/815#issuecomment-389413719 https://polymer.slack.com/archives/C6SLBGSHJ/p1527393647000083

eterna2 commented 5 years ago

@jparish3

Essentially yes, the same issue. U still can use it, just not elegant, where the dependencies are not explicitly imported by the web component.

ameykshirsagar commented 2 years ago

I have added a pull request