Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
daveism authored May 9, 2018
1 parent 215d0b0 commit 9c096c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

map.on('load', function() {

//add nfwf with correct srs update
//add nfwf with correct srs update with bbox
map.addLayer({
'id': 'wms-test-layer',
'type': 'raster',
'source': {
'type': 'raster',
'tiles': [
'https://gis.nemac.org/nfwf?format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:4326&width=256&height=256&layers=NA_ExposureIndex'
'https://gis.nemac.org/nfwf?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:4326&width=256&height=256&layers=NA_ExposureIndex'
],
'tileSize': 256
},
Expand Down

0 comments on commit 9c096c2

Please sign in to comment.