Anand Eng-Thakker
Anand Eng-Thakker
- [x] shp - [ ] topojson - ...?
Like geojson.io, throw up a tooltip on click with info about whatever's there. Nice little bonus is that we grab data off the "base layer" sources as well!
This adds a second command that runs `git log` only on the file open in the current editor tab. 
I'm seeing inconsistent results at different points on the boundary of this rectangular polygon ``` javascript var ul = [-79.4586181640625,39.53793974517629] var ur = [ul[0] + 0.03, ul[1]] var ll =...
This ticket is intended to define what set of operators would constitute a "complete" expression API and track its implementation. - Math https://github.com/mapbox/mapbox-gl-js/issues/5853 - [ ] All the `Math.*` functions...
When evaluating an expression against data properties that don't match the expected type, we currently produce warnings like: > Expected value to be of type number, but found null instead...