support geojson, wkt polygon input on website#1132
Open
isaacbrodsky wants to merge 2 commits intouber:masterfrom
Open
support geojson, wkt polygon input on website#1132isaacbrodsky wants to merge 2 commits intouber:masterfrom
isaacbrodsky wants to merge 2 commits intouber:masterfrom
Conversation
ajfriend
reviewed
Mar 2, 2026
Comment on lines
+5489
to
+5497
| h3-js@4.4.0: | ||
| version "4.4.0" | ||
| resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-4.4.0.tgz#858586205d49fc2b164df8e2d1ab855565ee9e81" | ||
| integrity sha512-DvJh07MhGgY2KcC4OeZc8SSyA+ZXpdvoh6uCzGpoKvWtZxJB+g6VXXC1+eWYkaMIsLz7J/ErhOalHCpcs1KYog== | ||
|
|
||
| h3-js@^3.6.1: | ||
| version "3.7.2" | ||
| resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-3.7.2.tgz#61d4feb7bb42868ca9cdb2d5cf9d9dda94f9e5a3" | ||
| integrity sha512-LPjlHSwB9zQZrMqKloCZmmmt3yZzIK7nqPcXqwU93zT3TtYG6jP4tZBzAPouxut7lLjdFbMQ75wRBiKfpsnY7w== |
Collaborator
There was a problem hiding this comment.
Not sure how significant this is, but is it worth waiting on an update to geojson2h3 so that we only need to pull in one version of the h3-js library?
ajfriend
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supports pasting polygon geometries into the website. There is a default setting for the polygonToCells operation. It uses centroid containment mode (default) and targets the first resolution that produces 50 cells. We could make this configurable via UI that comes up when this mode is engaged.
This could go well with uber/geojson2h3#43 to support pasting point type geometries