Use GeoServer/GWC caching when possible

This commit is contained in:
Andreas Hocevar
2017-03-21 16:17:09 +01:00
parent 14c78a138a
commit 2dcecb9d59
4 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ var layers = [
source: new ol.source.TileWMS({
url: 'https://ahocevar.com/geoserver/wms',
params: {
'LAYERS': 'ne:NE1_HR_LC_SR_W_DR'
'LAYERS': 'ne:NE1_HR_LC_SR_W_DR',
'TILED': true
}
})
})