mapbox / geojson-vt

Slice GeoJSON into vector tiles on the fly in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How I use geojson-vt in mapbox gl js ,I need some examples!

gis-lizhi opened this issue · comments

why geojson-vt can be used in ol,leaflet etc .but can't used in mapbox gl js? if it can be used in mapbox ,can I get some examples?

geojson-vt is used in GL JS internally any time you use a GeoJSON source. It was created specifically for this purpose.

ok,I got ,thank you