metanomy / ehzrap

The Environmental Hazard Response, Analysis, and Planning framework is an experiment to use Open Source software, data standards, and web services to support the plannin and analysis functions of environmental hazard response.
0 stars 1 forks source link

Add support for vector tiling of geoJSON #1

Open rsignell-usgs opened 8 years ago

rsignell-usgs commented 8 years ago

As described in this awesome blog post geojson-vt will give us the capability to quickly render large geoJSON, regardless of type (e.g. triangular meshes or vector arrows). This for sure will be faster than repeated WMS requests.

metanomy commented 8 years ago

Please cross-post to TerriaJS, because this needs to be done server-side (e.g., defining a tiling cache as part of a category entry).