Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
600 stars 194 forks source link

Any way to render .pbf vector tiles using tm2 styles ? #6

Closed nouryf closed 8 years ago

nouryf commented 8 years ago

It would pretty handy if rendering 'protobuf vector tiles' in leaflet would display data using mapbox .tm2 styles ? Any plan to add such support in future ?

for ex. Mapbox 'osm-bright: https://github.com/mapbox/mapbox-studio-osm-bright.tm2

Thanks

IvanSanchez commented 8 years ago

Nope. This is only for reading vector tiles and rendering them using Leaflet styling rules. Feel free to develop something that translate .tm2 styles and symbolizers into Leaflet style rules for L.Paths.