You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Jivan Amara edited this page Feb 1, 2017
·
7 revisions
Refactor Issues
Normalize UploadLayer, UploadFile, UploadedData relations (esp remove key from UploadLayer->UploadData since it's related through UploadFile)
Pass UploadLayer id or instance to handlers instead of current arguments.
Remove UploadLayer.name: this value is passed as 'layer' to handlers and abused as sometimes is a layer name, sometimes a path, sometimes a store:layer combo.
Modularizing the time handling so it doesn't need to be special-cased in so many places.
Development Aims
Terranodo
User-input-free import of multiple multi-layer files from a .zip archive.
Handler to configure Mapproxy to serve geopackage tiles.
Handler to configure Tegola to serve geopackage vector layers.