Tim Welch

Results 9 issues of Tim Welch

Goals: - #2158 Migrate turf-helpers/lib/geojson to `@types/geojson` - Drop turf-helpers/lib/geojson.ts altogether completely, or at least no more re-exporting types from `geojson`. - #2235 Should be able to use the top-level...

typescript
meta

Small improvement to #2275 . Make featureEach feature property also generic. Remove some of the casting no longer needed.

## Type of PR - [x] Feature ## What is the Goal of the PR? Add Typescript type definitions for the top-level geoblaze module. Builds on [existing `geojson`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/geojson/index.d.ts) types in...

Goal - add Typescript definitions. Details: - [x] Covers the public API for the top-level module only including the `parseGeoraster() method and the `Georaster` object it returns. - [x] Ensure...

**Is your feature request related to a problem? Please describe.** We primarily use geoblaze in a node environment and it always produces the following warning when we import it. ```...

**Describe the bug** One of my unit tests is failing after upgrading to geoblaze 2.7.0. This is with geoblaze.sum, so maybe not directly related to the vrm work. Fails -...

- [x] bug fix - [x] Have read and followed the steps for [preparing a pull request](https://github.com/Turfjs/turf/blob/master/CONTRIBUTING.md#preparing-a-pull-request). Resolves #1298 Builds on https://github.com/Turfjs/turf/pull/2683 ToDo - [ ] auto-generate list of Units...

This can happen after next release. - [ ] pin to new version of pnpm in package.json. See [comment](https://github.com/Turfjs/turf/pull/2602#pullrequestreview-2163877853) for command - [ ] Update pnpm lockfile, should be some...

dependencies

I noticed it was not in the module list. I haven't delved deeper yet into how to add