systemapic / wu

Systemapic web server and API
https://systemapic.com
2 stars 3 forks source link

Version 1.6 Roadmap #493

Open knutole opened 8 years ago

knutole commented 8 years ago

Scripts, tools

knutole commented 8 years ago

Image optimizing: http://mapnik.org/node-mapnik/documentation/3.5/#blend (see https://github.com/mapbox/node-blend for better docs)

knutole commented 8 years ago

Status

cube datatype implemented in [pile] API. Current endpoints are:

/v2/cubes/create
/v2/cubes/get
/v2/cubes/add
/v2/cubes/remove
/v2/cubes/update
/v2/cubes/* (for tile requests)

This implementation is raster tiles from raster data (no vectorization or vector tiles).

Added tests. To run, do docker exec -it dev_pile_1 mocha test/datacube.test.js.

Updated nginx config to tunnel /v2/cubes routes to pile.

Todo:

Files: cubes.js server.js datacube.test.js

Commits: https://github.com/systemapic/pile/commit/ac030b69bb945db59a723e0458c15815634acd97 https://github.com/systemapic/pile/commit/37a7dd9dacfaf100225b0f3fd41e83cd4a08034d https://github.com/systemapic/pile/commit/6c769ee471418e2e4a3dae6150c69e4e2972ec97 https://github.com/systemapic/docker-systemapic/commit/f56262e9b9cb6f644761741e36b9f22f1a7aee7a https://github.com/systemapic/configs/commit/4047c2c3102017b08ebecda75b7392423b4e384e https://github.com/systemapic/configs/commit/7da040f3637c43b110ba9a3cf6c6b9d90b42403b