Skip to content

Commit

Permalink
Merge pull request #61 from milafrerichs/nasa-layer-tiff
Browse files Browse the repository at this point in the history
Add first nasa layer from labs geonode
  • Loading branch information
jj0hns0n committed May 28, 2015
2 parents 098b74e + f6cf6bd commit fa3ced1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"dependencies": {
"underscore":"",
"jquery":"",
"angular-leaflet-directive":"",
"angular-openlayers-directive":"",
"d3":"",
"colorbrewer":""
Expand Down
9 changes: 6 additions & 3 deletions source/javascripts/components/layerListModel.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,12 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
displayed: false,
visible: false,
source: {
type: 'TileVector',
format: new ol.format.GeoJSON()
url: 'http://52.7.33.4/nasa/{z}/{x}/{y}.geojson'
type: 'ImageWMS',
url: 'http://45.55.174.20/geoserver/wms'
params: {
layers: "hazard:aria_dpm_alos2_f550_v05u_climmax07454_t1h1b0u0_dpmraw"
query_layers: "hazard:aria_dpm_alos2_f550_v05u_climmax07454_t1h1b0u0_dpmraw"
}
}
metadata: {
name: "Damages from NASA"
Expand Down

0 comments on commit fa3ced1

Please sign in to comment.