Initial checklist for Merging TiFeatures and TiMVT into TiPG TiPG is intended to merge the features of TiFeatures and TiMVT into a project in order to reduce duplication between the two projects. - [x] Fork TiFeatures into TiPG - [x] Rename directories and references in code from tifeatures to tipg - [x] Rename environment variables from TIFEATURES to TIPG - [x] Make sure TiFeatures Tests Pass - [x] Move basic Table layers from TiMVT to TiPG - [x] Move TMS endpoints from TiMVT to TiPG - [x] Cherry Pick Functions work from https://github.com/developmentseed/tifeatures/pull/70 - [ ] Add tests for using Functions - [x] Update documentation to change references from TiFeatures to TiPG - [x] Move documentation from TiMVT and update to reference TiPG - [x] Make sure that endpoints for combined OGC Features / OGC Vector Tiles matches most recent OGC spec - [x] Make sure that all dependencies (including dev, test) are included and up to date
Initial checklist for Merging TiFeatures and TiMVT into TiPG
TiPG is intended to merge the features of TiFeatures and TiMVT into a project in order to reduce duplication between the two projects.