Jivan Amara

Results 27 issues of Jivan Amara

A logging interface & initial implementation has been added to v0.5.0 with https://github.com/terranodo/tegola/pull/205. Current logging calls need to be replaced with this: - [ ] v0.6.0 - [ ] master

For providers to be reused effectively, their dependencies on the larger tegola project should be reduced. For example, the import section of the gpkg provider includes: - "github.com/terranodo/tegola" - "github.com/terranodo/tegola/basic"...

Update spec with a /search/ endpoint which accepts a POST request with a query in the body. Issues: * **Result** * Return feature collection directly or new virtual collection which...

Part 10: Search/Queries

No reason to reference the layer name in more than one place. As long as no handlers modify the layer name, this should be a quick fix.

The 'layer' argument to import handlers comes from UploadLayer.name and can be a number of different values, including a name, a path, a geoserver store:name combo. Let's normalize this to...

UploadLayer should only relate to UploadedData through UploadFile.

Create an import handler which will configure data from vector layers to be provided by tegola server. This handler should work without conflict with geoserver handlers for the same layeres.

During import: - Grab projection type, resolution via gdal. - Include that data along with file location in ImportLayer or as part of config passed to handlers. Add new django-mapproxy...

When importing layers from some gpkg files the map which is shown in the UI is a global map of the world instead of a map matching the bounding box...