kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
7 stars 17 forks source link

Support metatiling #185

Open gubuntu opened 7 years ago

gubuntu commented 7 years ago

From @gubuntu on March 15, 2017 11:35

Support metatiling (via map proxy). As mentioned further above, metatiling is a valuable way to reduce / remove rendering artefacts when symbols extend beyond a tile edge. A metatile is an oversized map request that then gets split up into small tiles thus avoiding edge effects caused by multiple discrete tile requests. As above, if MapProxy is not integrated into the core of GeoNode upstream from our work, we propose to implement it in the docker orchestration layer.

_Copied from original issue: kartoza/geonode_qgisserver#15

gubuntu commented 6 years ago

@gustry has almost completed it. @boney-bun please merge and test when ready

boney-bun commented 6 years ago

ok @gubuntu this issue will be under my radar then.