mikegough / 3D-Landscape-Simulator

A web based ST-Sim application with 3D visualization.
0 stars 1 forks source link

Preselected areas can be optimized. #21

Closed TaylorMutch closed 7 years ago

TaylorMutch commented 7 years ago

We can serve the pre-selected areas without having to clip them out every time. This would probably involve some changes to how we manage the rasters we clip out and have a method for indexing them.

TaylorMutch commented 7 years ago

We did this! We may move to a solution like Mapnik or another tiling-based solution for large raster datasets, but for now our solution works.