Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Development Trajectory Discussion

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

  1. User-input-free import of multiple multi-layer files from a .zip archive.
  2. Handler to configure Mapproxy to serve geopackage tiles.
  3. Handler to configure Tegola to serve geopackage vector layers.
Clone this wiki locally