Nick Peihl
Nick Peihl
Based on the work in #1105. This modifies `zipBatchIterators` to return an object with keys `progress` and `data` rather than an array so we can return parsing progress for the...
**Is your feature request related to a problem? Please describe.** Some indices like the US National Parks tutorial dataset contain geolocations as latitude, longitude points. It should be possible to...
I started work over the weekend to `require` modules within the dropchop source. This would be one of the first steps in removing the dependency on Gulp as we could...
[Webworkers](http://www.html5rocks.com/en/tutorials/workers/basics/) appears to be a way to avoid locking the browser by threading JavaScript jobs. Can we use them with Turf.js? Sometimes I have a big appetite and would rather...
The StyleLayer [hides the layer](https://github.com/maplibre/maplibre-gl-js/blob/d41b20399eb9548da0fcbc1a30b809245d5d3b00/src/style/style_layer.ts#L193) when the [`maxzoom`](https://maplibre.org/maplibre-gl-js-docs/style-spec/layers/#maxzoom) is reached. However, the `Map` is still visible at the [`maxZoom` option](https://maplibre.org/maplibre-gl-js-docs/api/map/#map-parameters). For example, take a look at [this demo](https://codepen.io/nickpeihl/pen/yLKWzGN). The Map...
Fixes #174970 ## Summary Migrates the legacy Links embeddable to the React embeddable framework. Additionally, the new embeddable factory now resolves the dashboards info prior to rendering the Links component....
As we get more dynamic we should be able to flush the database or at least remove tiles we don't need anymore.
Complete with service workers, app manifest, etc. https://developers.google.com/web/progressive-web-apps/
WIP on [tangram](https://github.com/nickpeihl/offline-maps-playground/tree/tangram) branch.