Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds resource geoutils #11507 #11508

Open
wants to merge 1 commit into
base: dev/7.6.x
Choose a base branch
from

Conversation

chrabyrd
Copy link
Contributor

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

I DO NOT EXPECT THIS TO BE MERGED INTO THE 7.6 release. This is a sister ticket to https://github.com/fargeo/ca-shpo-online/pull/159

Issues Solved

Closes #11507

@@ -4,6 +4,7 @@ declare module "arches";
// declare untyped modules that have been added to your project in `package.json`
declare module "@babel/runtime";
declare module "@mapbox/geojsonhint";
declare module "@mapbox/mapbox-gl-draw";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are definitions for this on definitely typed, so let's install them as a dev dependency instead of type-ignoring the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add geoutils for buffering and finding resources within a feature collection
3 participants