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 support for lonboard #588

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Add support for lonboard #588

merged 3 commits into from
Nov 6, 2023

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Nov 6, 2023

This PR adds support for lonboard for visualizing large vector datasets.

#581

import leafmap.deckgl as leafmap

m = leafmap.Map(height=600, show_tooltip=True)
m.add_vector('nyc_neighborhoods.shp', pickable=False)
m.add_vector('nyc_streets.shp', pickable=True)
m.add_vector('nyc_subway_stations.shp')
m
Peek.2023-11-05.22-47.mp4

Copy link

github-actions bot commented Nov 6, 2023

@github-actions github-actions bot temporarily deployed to pull request November 6, 2023 04:00 Inactive
@github-actions github-actions bot temporarily deployed to pull request November 6, 2023 04:30 Inactive
@giswqs giswqs merged commit c967575 into master Nov 6, 2023
12 checks passed
@giswqs giswqs deleted the lonboard branch November 6, 2023 04:32
sthagen pushed a commit to sthagen/giswqs-leafmap that referenced this pull request Jul 10, 2024
* Add support for lonboard

* Add lonboard notebook example

* Fix typo
kuzja111 pushed a commit to kuzja111/leafmap that referenced this pull request Jul 25, 2024
* Add support for lonboard

* Add lonboard notebook example

* Fix typo
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.

1 participant