Steve Bennett
Steve Bennett
There used to be a "graticule" button on the main toolbar, and I think maybe a date one as well. A recent change has hidden these under the "..." menu,...
It's a small issue, but everytime the app starts, it centres the map on 0,0 and zoomed out to the whole world. Then once it has found a geohash, it...
There is featureEach and featureReduce, but no featureMap. It would be useful when creating derived datasets, where you don't want to interfere with the existing data. My particular use case...
Hard to pick between bug and feature request so I'll explain: I use this library in a tool that imports DXFs from a variety of sources and converts to GeoJSON...
After retrieving records for a while I usually get an exception that looks like this: `undefined is not an object (evaluating 'jsonData.items[0]')` From its behaviour, I suspect this is happening...
## Motivation I'm trying to implement a utility function to solve #6531: `map.U.lockRotation()`. Because the navigation control would have already been constructed and added to the map, it's too late...
**mapbox-gl-js version**: 0.39.1 Due to some sloppy code I passed some pretty defective GeoJSON, like: ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "coordinates": [145, -37] } ] }...
I'm running into this nasty intermittent exception that gets thrown. I can't reliably reproduce it, and I can't even imagine how I'd go about setting up a minimal repro case,...
Fixes #2813 ~Also, small change to existing behaviour to return Multi* objects with no coordinates instead of defective Polygon and LineString objects. That is, instead of a Polygon with `coordinates:...
`clustersDbscan()` does not allow any way to determine which source points have been grouped in each cluster, or a way to aggregate properties in that cluster. It would be helpful...