Scott Wiedemann
Scott Wiedemann
First, thanks for making h2, it's a wonderful product! As of version `1.4.200`, I do not see the ability to add an index to a view. Feature not supported: 'VIEW'....
**Describe the bug** toFormat with 'ZZZZ' (or fetching the a DateTimes's `offsetNameShort`) is significantly slower than a format without 'ZZZZ' **To Reproduce** ``` const iterations = 100000; console.time("withZZZZ"); for (let...
Below is a list of smaller issues I've seen on this screen: - Add a margin to the latitude and longitude controls to match parent screen. - The precision of...
**mapbox-gl-js version**: 1.11.1, 1.12.0 **browser**: google chrome, firefox, safari, etc. ## Summary map.queryRenderedFeatures(...) fails to return geojson MutliPolygon features where a MutliPolygon overlaps. The following geojson contains a mutlipolygon that...
Is there any way to get a scroll select for year, month and day like the following image? 
turf version: 7.2.0 `turf.ellipse(...)` should produce the same result as `turf.circle(...)` when the `xSemiAxis` equals the `ySemiAxis` and these equal the circle `radius`: `turf.ellipse([-122.3104, 47.6627], 10.0, 10.0, { steps :...
turf.circle(...) uses an inscribed polygon to estimate a circle. I am wondering if you have considered different constructions of this polygon. A construction of a regular polygon that has equal...
# Summary See the details and linked post in #2897 The focus of this work is to update the `turf.circle(...)` to use a smarter regular polygon approximation. Related packages have...