comp500 / tinymap

A lightweight server-side stateless web map
MIT License
28 stars 6 forks source link

More efficient empty region querying #18

Open comp500 opened 2 years ago

comp500 commented 2 years ago

Have a way of indicating to the client that a whole region does not exist, and shouldn't be queried by the client. Could improve this further with a list or bloom filter of regions/chunks?