simonw / datasette-tiles

Mapping tile server for Datasette, serving tiles from MBTiles packages
https://datasette.io/plugins/datasette-tiles
8 stars 5 forks source link

Expose latitude longitude tile calculations as SQL functions? #18

Open simonw opened 3 years ago

simonw commented 3 years ago

Just a idea: would it be useful to expose these functions to SQL queries?

https://github.com/simonw/datasette-tiles/blob/main/datasette_tiles/utils.py#L56-L91

simonw commented 3 years ago

Likewise, SQL functions relating to the TMS stuff in #15 may be useful.