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 overture data #876

Merged
merged 4 commits into from
Aug 22, 2024
Merged

Add support for overture data #876

merged 4 commits into from
Aug 22, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Aug 22, 2024

import leafmap.maplibregl as leafmap
m = leafmap.Map(
    center=[-74.0095, 40.7046], zoom=16, pitch=60, bearing=-17, style="positron"
)
m.add_basemap("OpenStreetMap.Mapnik")
m.add_basemap("Esri.WorldImagery", visible=False)
m.add_overture_3d_buildings(release="2024-07-22", template="simple")
m.add_layer_control()
m

Copy link

github-actions bot commented Aug 22, 2024

@github-actions github-actions bot temporarily deployed to pull request August 22, 2024 00:44 Inactive
@giswqs giswqs merged commit 54e512a into master Aug 22, 2024
14 checks passed
@giswqs giswqs deleted the overture branch August 22, 2024 04:25
@github-actions github-actions bot temporarily deployed to pull request August 22, 2024 04:34 Inactive
giswqs added a commit that referenced this pull request Sep 1, 2024
* Add support for overture data

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add add_overture_data method

* Add image

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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