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

Add FeatureSelection tool #271

Merged
merged 28 commits into from
Feb 1, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
aa1e751
extend EditableGeoJsonLayer to allow send an eventManager as a prop
padawannn Jan 11, 2022
2ac4f1d
minor changes
padawannn Jan 12, 2022
e340c32
bug fix
padawannn Jan 12, 2022
5f55f19
finish google maps compatibility and added the mask extension (#278)
padawannn Jan 24, 2022
04f1f9f
Merge branch 'master' into drawingTool-googleMaps-compatibility
padawannn Jan 24, 2022
224154a
refactor
padawannn Jan 24, 2022
6ee1a40
wip
padawannn Jan 24, 2022
e73fd6f
wip
padawannn Jan 24, 2022
74b97fd
test
padawannn Jan 25, 2022
cbafc72
wip
padawannn Jan 25, 2022
0b13376
add google map effect
padawannn Jan 25, 2022
3052490
wip
padawannn Jan 25, 2022
1cef257
new refactor
padawannn Jan 27, 2022
d745cc0
conflicts
padawannn Jan 27, 2022
f0bbb9a
changelog
padawannn Jan 27, 2022
aafbac8
mask layer
padawannn Jan 27, 2022
cd4c0ef
remove unused imports
padawannn Jan 27, 2022
2f5354e
Update FeatureSelectionLayer.js
padawannn Jan 28, 2022
fab0cf7
update deck gl version
padawannn Feb 1, 2022
30e7c45
change log
padawannn Feb 1, 2022
70056a0
Merge branch 'drawingTool-googleMaps-compatibility' of github.com:Car…
padawannn Feb 1, 2022
1c7484f
Update CHANGELOG.md
padawannn Feb 1, 2022
2f414d1
change log
padawannn Feb 1, 2022
396562c
change log
padawannn Feb 1, 2022
a5cfaab
update deck version in all packages
padawannn Feb 1, 2022
e7be25b
Modify changelog entries
VictorVelarde Feb 1, 2022
af39813
Add changelog entry
VictorVelarde Feb 1, 2022
52b48a7
Bump internal dependencies among packages
VictorVelarde Feb 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
padawannn committed Jan 27, 2022
commit f0bbb9a4d3983a2d6cd9abef3cfa01eb87c6cfc9
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Not released

- Upgrade storybook and fix custom-component stories [#303](https://github.com/CartoDB/carto-react/pull/303)
- Name refactor (DrawingTool for FeatureSelection)
- Add compatibility between Google Maps and FeatureSelectionLayer
- MaskExtension integration

## 1.2

Expand Down