Nikhil VJ
Nikhil VJ
> FYI, there is an alternative (and brand new) Geo Widget which works with ArcGIS: https://github.com/enketo/enketo-core/blob/master/src/widget/geo-esri/README.md (but no geoshape/geotrace support yet) Could you specify how to make use of this.....
Getting same error, with node v14.18.3 and npm v6.14.15
Really really needed! If I'm console-logging the objects, I can see there's arrays inside having all this info, but I'm not able to get this out currently.
@silverbyte I found a way to get it! Take a look: ```javascript trackplayback.on('tick', e => { $('.info-cur-time').append(` ( ${parseInt(trackplayback.getCurTime())} )`); // console.log(trackplayback); // console.log(trackplayback.clock._trackController._draw._bufferTracks[0]); // this seems to be all...
When we do `console.log(trackplayback)`, a whole big complex object comes in browser console. I rummaged through it all, tried and failed at many places, finally got some headway in `.clock._trackController._draw._bufferTracks[0]`
Hi @krusaderjake , that's a great hack! I recently found another way after reading the source code to see what the button's actions were: `trackplayback.dispose()` and then: remove the playback...
On my end while it's working, when I click and drag the time slider, the map moves with it. So I'm sticking with 0.7.3 for now.
@SFSailor pls share how you do the propagation blocking.. I haven't been able to figure that out.
If this is abnormal behaviour then should we file an issue in Leaflet? In the past, you'd have to code for propagating clicks through the html element overlaid on the...
Hi, are you running this from a server? ajax doesn't work when you just double-click the web page. You have to host it on some server. You can check out...