mapbox / geojson-vt

Slice GeoJSON into vector tiles on the fly in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geojson linestring

aparzi opened this issue · comments

This library support geojson which include linestring only?

thank you

@mourner
I uploaded a linestring geojson to the debug page but it doesn't render. The geojson file is correct

@mourner
my problem is that I have to zoom a lot to see the linestrings. Do you know why?

@aparzi geojson-vt filters out very small lines as a part of its simplification routine. You can disable the latter by passing tolerance: 0 in the options.

@mourner thanks.
Can I attach events (e.g. click) on features rendered by geojson-vt on openlayers?