Conversation
* Align zoom and tilt between 3D google maps and others * Align zoom and tilt between 3D google maps and others * create showProviderSelector property to control of the visibilty for map provider on the common header * refactor: replace useCameraActions/useNavigation hooks with direct MapViewState camera control in examples * refactor: rename MarkerFromProps to Marker in CirclePage example and update js-sdk-react submodule * fix: prevent camera desync during paired fly-to animation in CameraSyncPage * feat: add drop animation support to marker animation example * fix: correctly detect current branch name for git push in commit-all.sh * feat: display live camera and visible region details on VisibleRegionPage * feat: add draggable radius handle to CirclePage and mark unsupported provider pages * (wip) implementing overlays * Detect inside or outside of polygon * Update example * Update example * feat: add react-icons package and marker icon examples Add @mapconductor/react-icons workspace package with custom marker icons (circle, flag, info bubbles), a new MarkerIconsPage example showcasing icon variants, and rework the info bubble example pages to demonstrate click-to-open/close bubble interactions. * feat: add react-geojson-layer, react-heatmap, and react-marker-clustering packages with example pages * Initial commit * Spin-out react-heatmap react-geojson-layer react-marker-clustering * ci: add GitHub Pages deployment workflow and fix base URL for static assets
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.
Align zoom and tilt between 3D google maps and others
Align zoom and tilt between 3D google maps and others
create showProviderSelector property to control of the visibilty for map provider on the common header
refactor: replace useCameraActions/useNavigation hooks with direct MapViewState camera control in examples
refactor: rename MarkerFromProps to Marker in CirclePage example and update js-sdk-react submodule
fix: prevent camera desync during paired fly-to animation in CameraSyncPage
feat: add drop animation support to marker animation example
fix: correctly detect current branch name for git push in commit-all.sh
feat: display live camera and visible region details on VisibleRegionPage
feat: add draggable radius handle to CirclePage and mark unsupported provider pages
(wip) implementing overlays
Detect inside or outside of polygon
Update example
Update example
feat: add react-icons package and marker icon examples
Add @mapconductor/react-icons workspace package with custom marker icons (circle, flag, info bubbles), a new MarkerIconsPage example showcasing icon variants, and rework the info bubble example pages to demonstrate click-to-open/close bubble interactions.
feat: add react-geojson-layer, react-heatmap, and react-marker-clustering packages with example pages
Initial commit
Spin-out react-heatmap react-geojson-layer react-marker-clustering
ci: add GitHub Pages deployment workflow and fix base URL for static assets