Gareth Simons
Gareth Simons
Good suggestion, will give it a shot.
I have submitted a pull request. Works in its current state but some refinements may be necessary per comments submitted with the pull request.
I'm getting a slightly different error message, though presumably triggered by something similar under the hood, I'm unable to reproduce the error in a minimally reproducible example, so can't offer...
I'm running into the same issue: ``` let p1 = point([-0.12, 51.2]) let p2 = point([-0.13, 51.8]) let l1 = lineString([[-0.12, 51.2], [-0.13, 51.8]]) let d1 = lineDistance(l1, 'kilometers') console.log('distance...
@stebogit thanks, corrected the typo, circles now are good for vertical though still off for horizontal distances per discussion #684 in your comment.
@darrenjennings is the WIP version alpha ready?
Would likewise appreciate some insight on how to set the results to display above the map.
For now the only option seems to be overriding the CSS. ``` .suggestions { top: auto !important; bottom: 100% !important; } ``` It seems that these CSS adjustments are applied...
Same happening for me on Mac. GDAL is installed via brew: ```bash brew info gdal ``` ```bash brew info gdal gdal: stable 3.4.2 (bottled), HEAD Geospatial Data Abstraction Library https://www.gdal.org/...
Is it possible to configure `fiona` to simply look for `libgdal.dylib` instead of a specific version? Or else, to fall back to a generic `libgdal.dylib` when a specific version e.g....