LocalData / localdata-tiles

A tileserver for LocalData
5 stars 2 forks source link

Tile server should not freak out for large tiles #101

Closed prashtx closed 10 years ago

prashtx commented 10 years ago

Nodetiles buffers the tile area before requesting data. For very large tiles, we're creating invalid geometries when we buffer.

Ideally we'd be able to configure the buffer amount in nodetiles. We should also potentially sanity-check the bounding box before making the MongoDB query.

prashtx commented 10 years ago

The buffer configuration has been added by #108.