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
+4 -2
View File
@@ -22,7 +22,8 @@ var map4326 = new ol.Map({
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
}
})
}),
@@ -42,7 +43,8 @@ var map3857 = new ol.Map({
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
}
})
}),