Ádám Barancsuk
Ádám Barancsuk
- `modelMatrix` should be of type `number[]`: https://github.com/danmarshall/deckgl-typings/blob/b02c53e838055e429273da4f48b9f07d4d39a282/deck.gl__core/index.d.ts#L1139 - `ScenegraphLayer.scenegraph` does not accept type `URL`, does accept type `string` instead: https://github.com/danmarshall/deckgl-typings/blob/b02c53e838055e429273da4f48b9f07d4d39a282/deck.gl__mesh-layers/index.d.ts#L109
#### Description A math.gl exception is thrown during a pinch out (zoom in) gesture, if `pitch` is `90`, and no `minZoom` is set. #### Expected Behavior No exception should be...
Consider the following: ``` INTERSECTS polygons FENCE GET points id ``` This only emits messages when any of the polygons change, but not when the point is updated. I'm not...
## Context As per the [Geopackage specification](http://www.geopackage.org/spec/#r45), tile matrices can be sparsely populated: any tile can be omitted from the database. In fact, [this is exactly what the OGR driver...
We'd like to integrate PostGIS w/ AgensGraph, making use of PostGIS's spatial indexing. Our use case is the following: whenever a graph vertex is inserted/updated, a trigger would extract a...
## Motivation For an indoor visualization use case, I'd like to be able to fit the map view to a building's 3D bounds – see the following screenshot: I cannot...
The return value of `Transform#calculateDistanceTileData()` seems to be dependent on terrain state (probably via [`Transform#cameraWorldSize`](https://github.com/mapbox/mapbox-gl-js/blob/main/src/geo/transform.js#L1527)?) This makes it near-impossible to choose a static threshold value for distance-based symbol filtering (e.g....
It defines the tiles' naming scheme as described in https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#raster-scheme. @jqtrde Please review if you have the chance. Thanks.
This is basically a revival of https://github.com/OSGeo/proj-datumgrid/pull/97 (after having been in contact with @zsiki and obtaining his permission to do so). Things that have changed: - Both grids have been...
## Motivation I just had a look at Apple's MapKit JS that seems to do this: 1. Go to https://developer.apple.com/maps/web/ 2. Find the "Draggable Annotations" example at the bottom of...