Skip to content

Commit

Permalink
use a local basemap (see #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van den Eijnden committed Oct 29, 2014
1 parent b9f3648 commit 0a4fa18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/wpsui.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ var extent = [-180, -90, 180, 90];
wps.backgroundLayer = new ol.layer.Tile({
extent: extent,
source: new ol.source.TileWMS({
url: "http://maps.opengeo.org/geowebcache/service/wms",
url: "/geoserver/wms",
params: {
'TILED': 'true',
'VERSION': '1.1.1',
'LAYERS': 'openstreetmap',
'LAYERS': 'sf:NE2_HR_LC_SR_W',
'FORMAT': 'image/png'
}
})
Expand Down

0 comments on commit 0a4fa18

Please sign in to comment.