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

Try to calculate center from bounds if not available in metadata #25

Open spadarian opened 2 years ago

spadarian commented 2 years ago

Sometimes center is not available in the metadata when setting default_longitude and default_latitude. This PR uses another fallback by trying to calculate it from the bounds (if available).