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 to use geojson-vt in projecting from EPSG:4326 to EPSG:3826

abramhum opened this issue · comments

Since the projection in geojson-vt is from EPSG:4326 to EPSG:3857, and what if I use proj4leaflet.js to
project EPSG:4326 to EPSG:3826, or other coordinate system , is the geojson-vt can still work well?
And if not, how could I modify the source codes to meet that, thanks a lot.