VectorTileLayer support for ipyleaflet
See original GitHub issueDescription
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:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@giswqs I think we can mark this one as complete 🥳
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.