-
Notifications
You must be signed in to change notification settings - Fork 40
Select by bounding box #417
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
Merged
Merged
Changes from 34 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e8e4da4
prototype showing selection drawing on top of the map
isaacbrodsky 7db62b2
cleanup
isaacbrodsky 48d4d33
restyle
isaacbrodsky 22f79f7
[wip] select bbox on map
batpad add1a76
add pickobjects to pick selected objects
batpad 3244bcd
fix width calculation bug so that it picks objects correctly
batpad d726e75
add some (ugly) UI for user to trigger starting a selection and clear…
batpad 745e989
merge commit + slightly ugly code to get hover interaction working fo…
batpad 82ce22b
lint
batpad 0515769
send selected_bounds back to python after selection
batpad 813abc5
lintfix
batpad 0459aaa
convert lets that should be consts to consts
batpad 5310e8e
remove point layer when initially clicking since we now show box on h…
batpad 1ab3413
cleanups: remove unneeded point layer, move getPolygon to util, remov…
batpad 39dda64
minor, remove unused var
batpad 2245241
add selected bbox to each layer as well as the map
batpad 5b3c8b6
Merge branch 'main' into bbox-map-select
kylebarron b13c8d1
Use tuple on Python side
kylebarron aa0b556
Rename getPolygon to makePolygon
kylebarron c4080fa
Fix bbox map select feature (#567)
vgeorge f6ba0fc
Merge branch 'main' into bbox-map-select
vgeorge 011fd34
Replace reducer with XState
vgeorge 17ea88f
Fix type definitions for mouse events
vgeorge 1a22f5a
Apply selected_bounds to layers
vgeorge 0139e83
Replace rate limit with throttle
vgeorge 560868b
Define default value for environment variable
vgeorge 0ea37d8
Clear unused elements
vgeorge 91ed1ba
Add property selected_bounds to BaseArrowLayer
vgeorge b709c99
Setup NextUI component library and use icon on toolbar
vgeorge f17c416
Rename files to avoid naming conflict with existing state.ts file
vgeorge b83a91d
Allow cancel/clear bbox
vgeorge a24be14
Allow cancelling after first point was selected
vgeorge 90e4cfa
Merge branch 'main' into bbox-map-select
vgeorge cc67f65
lint fixes
vgeorge 0a4306a
Remove selected_bounds from BaseArrowLayer as it is already available…
vgeorge 127ac5e
Remove unnecessary state
vgeorge fd7dbc3
Update bbox bounds also when it is null
vgeorge 9724d6a
Clean up unused action
vgeorge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,3 +24,8 @@ static | |
| .pnp.loader.mjs | ||
| node_modules | ||
| *.h5 | ||
|
|
||
| # Ignore environment variable files | ||
| .env | ||
| .env.local | ||
| .env.*.local | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.