digidem / mapeo-map-server

Offline map style and tile server
MIT License
5 stars 2 forks source link

fix: delete deletable tilesets and tiles when deleting style #47

Closed achou11 closed 2 years ago

achou11 commented 2 years ago

Fixes #3

potentially running into an issue with the statements that I use to delete the tilesets. see https://github.com/WiseLibs/better-sqlite3/issues/842 for details

achou11 commented 2 years ago

yeah we already have something for that. not sure it deletes the tiles though at the moment. will look into it!

achou11 commented 2 years ago

yeah we already have something for that. not sure it deletes the tiles though at the moment. will look into it!

was wrong about this, we don't have an implementation for deleting tilesets. something to work on!

gmaclennan commented 2 years ago

I think this is good to go now.