question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VectorTileLayer support for ipyleaflet

See original GitHub issue

Description

Thanks for putting this together! this seems to have a great collection of tools required for geospatial analysis. I was wondering if vector tile layer (https://ipyleaflet.readthedocs.io/en/latest/api_reference/vector_tile.html#) can be added to this?

Source code

# may be something like this
m = leafmap.Map()
m.add_vector_tile_layer(url="https://tile.nextzen.org/tilezen/vector/v1/512/all/{z}/{x}/{y}.mvt?api_key={apiKey}", name="VectorTileLayer")

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
nahidpervezcommented, Jun 10, 2021

@giswqs I think we can mark this one as complete 🥳

1reaction
giswqscommented, Jun 10, 2021

v0.2.0 was just released a few days ago. I plan to add a few more new features and make a new release sometime next week. For the time being, you can run leafmap.update_package() within Jupyter to install the latest version from GitHub.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vector Tile Layer — ipyleaflet documentation - Read the Docs
Attributes and methods# ... VectorTileLayer class, with Layer as parent class. Vector tile layer. ... Url to the vector tile service. ... Vector...
Read more >
Add style callbacks for VectorTileLayer · Issue #744 - GitHub
The Leaflet VectorGrid plugin does support function callbacks for more dynamic styling as described here: https://leaflet.github.io/Leaflet.
Read more >
17 vector tile layer - leafmap
Adding a vector tile layer to the map ... This notebook example requires the ipyleaflet plotting backend. Folium is not supported. In [2]:....
Read more >
leaflet-vector-tile-layer - npm
VectorTileLayer also supports two options min/maxDetailZoom which are subtly different from VectorGrid 's min/maxNativeZoom .
Read more >
What is coming in PostGIS 3.1
with 2d TINS and Polyhedralsurfaces now supported in PostGIS proper ... In [ ]: from ipyleaflet import Map, VectorTileLayer, basemaps, LayersControl.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found