jparish3
jparish3
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
your demo throws this error with any interaction after initial draw:get_features_and_set_cursor.js:14 Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf') at N (get_features_and_set_cursor.js:14:18) at i.mouseup (events.js:63:20) at Ct.fire (evented.js:119:26) at...
what is the status of this open issue; seems fundamental to the component
thanks that works. question: I am using firebase hosting and just now diving into auth. Is the element generated token written to the user account in firebase and available to...
I have an app that uses many of the utils (map.U.addVector, map.U.addGeoJSON, etc) with styling and dynamic updates. When I installed V3, much of the existing functionality no longer works....
will you be adding the properties from this [example](https://docs.mapbox.com/mapbox-gl-js/example/set-config-property/)?...*-emisive-strength in particular
I tested a sample of dates from the attached file and they seem to work fine (https://jsbin.com/vabuzuv/edit?html,output). The issue I encounter is when using the element to display the same...
Thanks; I am seeing identical output from the 3 different input dates. That is consistent with what I was getting; the first date repeats inside a 'dom-repeat' template. My date...