File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,8 @@ module.exports = function (grunt) {
322
322
'bower_components/filesaver/FileSaver.js' ,
323
323
'bower_components/backbone.marionette/lib/core/amd/backbone.marionette.min.js' ,
324
324
'bower_components/backbone.wreqr/lib/amd/backbone.wreqr.min.js' ,
325
- 'bower_components/backbone.babysitter/lib/amd/backbone.babysitter.min.js' ,
325
+ 'bower_components/backbone.babysitter/lib/backbone.babysitter.min.js' ,
326
+ 'bower_components/backbone.babysitter/lib/backbone.babysitter.map' ,
326
327
'bower_components/requirejs-text/text.js' ,
327
328
'bower_components/require-handlebars-plugin/Handlebars.js' ,
328
329
'bower_components/require-handlebars-plugin/hbs/i18nprecompile.js' ,
Original file line number Diff line number Diff line change 70
70
}
71
71
],
72
72
"products" : [
73
- {
74
- "name" : " SPOT 4 View" ,
75
- "visible" : false ,
76
- "timeSlider" : true ,
77
- "timeSliderProtocol" : " WPS" ,
78
- "color" :" blue" ,
79
- "view" :
80
- {
81
- "id" : " SPOT4_View" ,
82
- "protocol" : " WMS" ,
83
- "urls" : [
84
- " http://demo.v-manip.eox.at/browse/ows"
85
- ],
86
- "style" : " default" ,
87
- "format" : " image/png"
88
- },
89
- "download" : {
90
- "id" : " SPOT4_View" ,
91
- "protocol" : " EOWCS" ,
92
- "url" : " http://demo.v-manip.eox.at/browse/ows"
93
- }
94
- },
95
73
{
96
74
"name" : " PanEuropean Fractional Snow Cover" ,
97
75
"visible" : false ,
131
109
"protocol" : " EOWCS" ,
132
110
"url" : " http://neso.cryoland.enveo.at/cryoland/ows"
133
111
}
134
- },
135
- {
136
- "name" : " SRTM" ,
137
- "visible" : false ,
138
- "timeSlider" : false ,
139
- "view" : {
140
- "id" : " SRTM8bit_mosaic" ,
141
- "protocol" : " WMS" ,
142
- "urls" : [
143
- " http://earthserver.eox.at/open/ows"
144
- ],
145
- "style" : " default"
146
- },
147
- "download" : {
148
- "id" : " SRTM_mosaic" ,
149
- "protocol" : " EOWCS" ,
150
- "url" : " http://earthserver.eox.at/open/ows"
151
- }
152
112
}
153
113
],
154
114
"overlays" : [
You can’t perform that action at this time.
0 commit comments