Geello
Geello (GeO_Vello) try to render geo data through GEO and VELLO
[!WARNING] Geello is a testing project in an alpha state.
As a library
Geello can be used as a library to render geo data into a texture.
render_to_texture
As a server
Geello can be used as a server to provide map render (real-time/cache) services like WMTS/WMS.
WMTS LIKE
/wmts/real-time?data=/path/to/json&style=/path/to/render_option&x={x}&y={y}&z={z}&format=png
/wmts/cache?data=/path/to/json&style=/path/to/render_option&x={x}&y={y}&z={z}
WMS LIKE
/wms/real-time?data=/path/to/json&style=/path/to/render_option&format=png&width=360&height=1800