Skip to content

Commit

Permalink
Adapted grunt process to copy updated bower components. Updated confi…
Browse files Browse the repository at this point in the history
…g to only contain product available currently
  • Loading branch information
santilland committed Nov 10, 2014
1 parent 1abbf21 commit 45886c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ module.exports = function (grunt) {
'bower_components/filesaver/FileSaver.js',
'bower_components/backbone.marionette/lib/core/amd/backbone.marionette.min.js',
'bower_components/backbone.wreqr/lib/amd/backbone.wreqr.min.js',
'bower_components/backbone.babysitter/lib/amd/backbone.babysitter.min.js',
'bower_components/backbone.babysitter/lib/backbone.babysitter.min.js',
'bower_components/backbone.babysitter/lib/backbone.babysitter.map',
'bower_components/requirejs-text/text.js',
'bower_components/require-handlebars-plugin/Handlebars.js',
'bower_components/require-handlebars-plugin/hbs/i18nprecompile.js',
Expand Down
40 changes: 0 additions & 40 deletions app/scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,6 @@
}
],
"products": [
{
"name": "SPOT 4 View",
"visible": false,
"timeSlider": true,
"timeSliderProtocol": "WPS",
"color":"blue",
"view":
{
"id": "SPOT4_View",
"protocol": "WMS",
"urls": [
"http://demo.v-manip.eox.at/browse/ows"
],
"style": "default",
"format": "image/png"
},
"download": {
"id": "SPOT4_View",
"protocol": "EOWCS",
"url": "http://demo.v-manip.eox.at/browse/ows"
}
},
{
"name": "PanEuropean Fractional Snow Cover",
"visible": false,
Expand Down Expand Up @@ -131,24 +109,6 @@
"protocol": "EOWCS",
"url": "http://neso.cryoland.enveo.at/cryoland/ows"
}
},
{
"name": "SRTM",
"visible": false,
"timeSlider": false,
"view": {
"id": "SRTM8bit_mosaic",
"protocol": "WMS",
"urls": [
"http://earthserver.eox.at/open/ows"
],
"style": "default"
},
"download": {
"id": "SRTM_mosaic",
"protocol": "EOWCS",
"url": "http://earthserver.eox.at/open/ows"
}
}
],
"overlays": [
Expand Down

0 comments on commit 45886c1

Please sign in to comment.