gb_mapfish_appserver 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/.gitignore +11 -0
  2. data/Gemfile +18 -0
  3. data/app/assets/images/gb_mapfish_appserver/.gitkeep +0 -0
  4. data/app/assets/javascripts/gb_mapfish_appserver/.gitkeep +0 -0
  5. data/app/assets/stylesheets/gb_mapfish_appserver/.gitkeep +0 -0
  6. data/app/controllers/print_controller.rb +5 -4
  7. data/app/models/layer.rb +6 -4
  8. data/app/models/topic.rb +14 -0
  9. data/app/views/topics/query.html.erb +1 -1
  10. data/gb_mapfish_appserver.gemspec +37 -0
  11. data/lib/gb_mapfish_appserver/version.rb +1 -1
  12. data/lib/generators/mapfish/install/install_generator.rb +4 -0
  13. data/lib/tasks/mapfile.rake +13 -9
  14. data/lib/tasks/templates/_infotable_auto.html.erb +0 -11
  15. data/script/rails +8 -0
  16. data/test/dummy/app/mailers/.gitkeep +0 -0
  17. data/test/dummy/app/models/.gitkeep +0 -0
  18. data/test/dummy/app/views/layers/custom/cascadingwms/_cascaded_info.html.erb +1 -1
  19. data/test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_info.html.erb +6 -17
  20. data/test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_legend.html.erb +2 -0
  21. data/test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_info.html.erb +0 -11
  22. data/test/dummy/app/views/layers/custom/naturalearth/auto/_countries_info.html.erb +0 -11
  23. data/test/dummy/app/views/topics/_query_header.html.erb +3 -0
  24. data/test/dummy/app/views/topics/custom/auto/_cascadingwms_legend.html.erb +4 -0
  25. data/test/dummy/lib/assets/.gitkeep +0 -0
  26. data/test/dummy/lib/tasks/.gitkeep +0 -0
  27. data/test/dummy/lib/tasks/templates/_infotable_auto.html.erb +0 -11
  28. data/test/dummy/log/.gitkeep +0 -0
  29. data/test/dummy/mapconfig/maps.example.com/cascadingwms.map +4 -4
  30. data/test/dummy/public/apps/.sencha/workspace/plugin.xml +3 -0
  31. data/test/dummy/public/apps/.sencha/workspace/sencha.cfg +8 -0
  32. data/test/dummy/test/fixtures/.gitkeep +0 -0
  33. data/test/dummy/test/functional/.gitkeep +0 -0
  34. data/test/dummy/test/integration/.gitkeep +0 -0
  35. data/test/dummy/test/unit/.gitkeep +0 -0
  36. metadata +340 -336
  37. data/app/controllers/print_controller.rb~ +0 -243
  38. data/app/models/layer.rb~ +0 -283
  39. data/lib/tasks/mapfile.rake~ +0 -279
  40. data/test/dummy/config/database.yml +0 -52
  41. data/test/dummy/config/geodatabase.yml +0 -18
  42. data/test/dummy/log/development.log +0 -6378
  43. data/test/dummy/mapconfig/maps.example.com/connection.inc +0 -3
  44. data/test/dummy/tmp/cache/056/E21/permitted_resource_ids-index-Topic-roles-1 +0 -1
  45. data/test/dummy/tmp/cache/072/9A1/permitted_resource_ids-query-Layer-roles-1 +0 -0
  46. data/test/dummy/tmp/cache/0AB/111/permitted_resource_ids-legend-Layer-roles-1 +0 -0
  47. data/test/dummy/tmp/cache/FE2/C90/permitted_resource_ids-edit-Layer-roles-1 +0 -0
  48. data/test/dummy/tmp/cache/FE4/170/permitted_resource_ids-edit-Topic-roles-1 +0 -0
  49. data/test/dummy/tmp/cache/FF2/740/permitted_resource_ids-edit-Group-roles-1 +0 -0
  50. data/test/dummy/tmp/cache/FFD/960/permitted_resource_ids-show-Layer-roles-1 +0 -1
  51. data/test/dummy/tmp/cache/FFF/E40/permitted_resource_ids-show-Topic-roles-1 +0 -1
  52. data/test/dummy/tmp/pids/server.pid +0 -1
File without changes
@@ -50,10 +50,10 @@ MAP
50
50
  "wms_format" "image/png"
51
51
  "wms_srs" "EPSG:4326 EPSG:21781"
52
52
  "wms_extent" "-180 -90 180 90"
53
- "wms_include_items" "sovereignt,sov_a3"
54
- "gml_include_items" "sovereignt,sov_a3"
55
- "gml_sovereignt_alias" "Country"
56
- "gml_sov_a3alias" "Short"
53
+ "wms_include_items" "ne:sovereignt,ne:sov_a3"
54
+ "gml_include_items" "ne:sovereignt,ne:sov_a3"
55
+ "gml_ne:sovereignt_alias" "Country"
56
+ "gml_ne:sov_a3_alias" "Short"
57
57
  END
58
58
  TEMPLATE "blank.html"
59
59
 
@@ -0,0 +1,3 @@
1
+ <project basedir=".">
2
+ <import file="${framework.config.dir}/plugin.xml"/>
3
+ </project>
@@ -0,0 +1,8 @@
1
+ # This configuration property (if set) is included by default in all compile commands
2
+ # executed according to this formulation:
3
+ #
4
+ # sencha compile -classpath=...,${framework.classpath},${workspace.classpath},${app.classpath}
5
+ #
6
+ workspace.classpath=${workspace.dir}/../lib/geoext2/src/GeoExt
7
+ workspace.build.dir=${workspace.dir}/${app.name}
8
+ ext.dir=${workspace.dir}/../lib/ext/ext-4.1.1a
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gb_mapfish_appserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-20 00:00:00.000000000 Z
12
+ date: 2013-11-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &13151320 !ruby/object:Gem::Requirement
16
+ requirement: &18404660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.2.13
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *13151320
24
+ version_requirements: *18404660
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: json
27
- requirement: &13162620 !ruby/object:Gem::Requirement
27
+ requirement: &18404240 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *13162620
35
+ version_requirements: *18404240
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: acts_as_tree
38
- requirement: &13158360 !ruby/object:Gem::Requirement
38
+ requirement: &18403600 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - =
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 0.2.0
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *13158360
46
+ version_requirements: *18403600
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: devise
49
- requirement: &13172880 !ruby/object:Gem::Requirement
49
+ requirement: &18419260 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - =
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 2.0.4
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *13172880
57
+ version_requirements: *18419260
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: cancan
60
- requirement: &13170200 !ruby/object:Gem::Requirement
60
+ requirement: &18417360 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - =
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 1.6.7
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *13170200
68
+ version_requirements: *18417360
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rails_admin
71
- requirement: &13167860 !ruby/object:Gem::Requirement
71
+ requirement: &18416340 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - =
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: 0.0.5
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *13167860
79
+ version_requirements: *18416340
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: fastercsv
82
- requirement: &13165800 !ruby/object:Gem::Requirement
82
+ requirement: &18415800 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ! '>='
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: '0'
88
88
  type: :runtime
89
89
  prerelease: false
90
- version_requirements: *13165800
90
+ version_requirements: *18415800
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: GeoRuby
93
- requirement: &13180500 !ruby/object:Gem::Requirement
93
+ requirement: &18415240 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ! '>='
@@ -98,10 +98,10 @@ dependencies:
98
98
  version: 0.1.4
99
99
  type: :runtime
100
100
  prerelease: false
101
- version_requirements: *13180500
101
+ version_requirements: *18415240
102
102
  - !ruby/object:Gem::Dependency
103
103
  name: rgeo
104
- requirement: &13179860 !ruby/object:Gem::Requirement
104
+ requirement: &18414680 !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
107
107
  - - =
@@ -109,10 +109,10 @@ dependencies:
109
109
  version: 0.3.20
110
110
  type: :runtime
111
111
  prerelease: false
112
- version_requirements: *13179860
112
+ version_requirements: *18414680
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: rgeo-geojson
115
- requirement: &13178940 !ruby/object:Gem::Requirement
115
+ requirement: &18414000 !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements:
118
118
  - - =
@@ -120,10 +120,10 @@ dependencies:
120
120
  version: 0.2.1
121
121
  type: :runtime
122
122
  prerelease: false
123
- version_requirements: *13178940
123
+ version_requirements: *18414000
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: hpricot
126
- requirement: &13177740 !ruby/object:Gem::Requirement
126
+ requirement: &18413540 !ruby/object:Gem::Requirement
127
127
  none: false
128
128
  requirements:
129
129
  - - ! '>='
@@ -131,10 +131,10 @@ dependencies:
131
131
  version: '0'
132
132
  type: :runtime
133
133
  prerelease: false
134
- version_requirements: *13177740
134
+ version_requirements: *18413540
135
135
  - !ruby/object:Gem::Dependency
136
136
  name: pg
137
- requirement: &13176500 !ruby/object:Gem::Requirement
137
+ requirement: &18412980 !ruby/object:Gem::Requirement
138
138
  none: false
139
139
  requirements:
140
140
  - - =
@@ -142,10 +142,10 @@ dependencies:
142
142
  version: 0.14.0
143
143
  type: :runtime
144
144
  prerelease: false
145
- version_requirements: *13176500
145
+ version_requirements: *18412980
146
146
  - !ruby/object:Gem::Dependency
147
147
  name: activerecord-postgis-adapter
148
- requirement: &13174480 !ruby/object:Gem::Requirement
148
+ requirement: &18412480 !ruby/object:Gem::Requirement
149
149
  none: false
150
150
  requirements:
151
151
  - - =
@@ -153,7 +153,7 @@ dependencies:
153
153
  version: 0.4.1
154
154
  type: :runtime
155
155
  prerelease: false
156
- version_requirements: *13174480
156
+ version_requirements: *18412480
157
157
  description: Mapfish Appserver is a framework for web mapping applications using OGC
158
158
  standards and the Mapfish protocol.
159
159
  email:
@@ -162,244 +162,248 @@ executables: []
162
162
  extensions: []
163
163
  extra_rdoc_files: []
164
164
  files:
165
- - app/mailers/registrations.rb
166
- - app/views/registrations/confirm.html.erb
167
- - app/views/registrations/index.html.erb
168
- - app/views/registrations/group_user_registration_email.text.erb
169
- - app/views/registrations/edit.html.erb
170
- - app/views/registrations/new.html.erb
171
- - app/views/search/index.html.erb
172
- - app/views/devise/passwords/edit.html.erb
173
- - app/views/devise/passwords/new.html.erb
174
- - app/views/devise/registrations/edit.html.erb
175
- - app/views/devise/shared/_links.erb
176
- - app/views/devise/mailer/reset_password_instructions.html.erb
177
- - app/views/devise/mailer/unlock_instructions.html.erb
178
- - app/views/devise/mailer/confirmation_instructions.html.erb
179
- - app/views/devise/menu/_registration_items.html.erb
180
- - app/views/devise/menu/_login_items.html.erb
181
- - app/views/devise/sessions/new.html.erb
182
- - app/views/devise/unlocks/new.html.erb
183
- - app/views/devise/confirmations/new.html.erb
184
- - app/views/topics/_legend.html.erb
185
- - app/views/topics/legend.html.erb
186
- - app/views/topics/query.html.erb
187
- - app/views/topics/_print_disclaimer.txt
188
- - app/views/groups_users/index.html.erb
189
- - app/views/groups_users/edit.html.erb
190
- - app/views/groups_users/new.html.erb
191
- - app/views/groups_users/mails/_default.html.erb
192
- - app/views/groups_users/_form.html.erb
193
- - app/views/groups_users/show.html.erb
194
- - app/views/apps/_request_state.html.erb
195
- - app/views/layouts/embedded.html.erb
196
- - app/views/layouts/application.html.erb
197
- - app/controllers/print_controller.rb~
198
- - app/controllers/registrations_controller.rb
199
- - app/controllers/categories_controller.rb
165
+ - .gitignore
166
+ - Gemfile
167
+ - LICENSE
168
+ - README.md
169
+ - Rakefile
170
+ - app/assets/images/gb_mapfish_appserver/.gitkeep
171
+ - app/assets/javascripts/gb_mapfish_appserver/.gitkeep
172
+ - app/assets/stylesheets/gb_mapfish_appserver/.gitkeep
200
173
  - app/controllers/application_controller.rb
201
- - app/controllers/topics_controller.rb
202
- - app/controllers/wfs_controller.rb
174
+ - app/controllers/apps_controller.rb
175
+ - app/controllers/categories_controller.rb
176
+ - app/controllers/gbapplications_controller.rb
203
177
  - app/controllers/geo_controller.rb
204
- - app/controllers/layers_controller.rb
205
- - app/controllers/upload_controller.rb
206
178
  - app/controllers/groups_users_controller.rb
207
- - app/controllers/wms_controller.rb
179
+ - app/controllers/layers_controller.rb
208
180
  - app/controllers/print_controller.rb
181
+ - app/controllers/registrations_controller.rb
209
182
  - app/controllers/search_controller.rb
210
- - app/controllers/apps_controller.rb
211
- - app/controllers/gbapplications_controller.rb
212
- - app/models/wms.rb
213
- - app/models/groups_user.rb
214
- - app/models/search_model.rb
215
- - app/models/categories_topic.rb
216
- - app/models/role.rb
183
+ - app/controllers/topics_controller.rb
184
+ - app/controllers/upload_controller.rb
185
+ - app/controllers/wfs_controller.rb
186
+ - app/controllers/wms_controller.rb
187
+ - app/helpers/application_helper.rb
188
+ - app/helpers/apps_helper.rb
189
+ - app/helpers/categories_helper.rb
190
+ - app/helpers/gbapplications_helper.rb
191
+ - app/helpers/groups_users_helper.rb
192
+ - app/helpers/layers_helper.rb
193
+ - app/helpers/maps_helper.rb
194
+ - app/helpers/print_helper.rb
195
+ - app/helpers/search_helper.rb
196
+ - app/helpers/topics_helper.rb
197
+ - app/helpers/wfs_helper.rb
198
+ - app/helpers/wms_helper.rb
199
+ - app/mailers/registrations.rb
200
+ - app/models/ability.rb
201
+ - app/models/access_filter.rb
217
202
  - app/models/attribute.rb
218
- - app/models/layer.rb
219
- - app/models/permission.rb
203
+ - app/models/categories_topic.rb
204
+ - app/models/category.rb
220
205
  - app/models/gbapplication.rb
206
+ - app/models/gbapplications_category.rb
221
207
  - app/models/geo_model.rb
222
- - app/models/category.rb
223
- - app/models/layer.rb~
224
- - app/models/wfs.rb
225
208
  - app/models/group.rb
226
- - app/models/user.rb
227
- - app/models/topic.rb
228
- - app/models/topics_layer.rb
229
- - app/models/sublayer_group.rb
230
- - app/models/access_filter.rb
209
+ - app/models/groups_user.rb
210
+ - app/models/layer.rb
231
211
  - app/models/organisation.rb
232
- - app/models/gbapplications_category.rb
233
- - app/models/ability.rb
212
+ - app/models/permission.rb
213
+ - app/models/role.rb
214
+ - app/models/search_model.rb
215
+ - app/models/sublayer_group.rb
234
216
  - app/models/tool.rb
235
- - app/helpers/gbapplications_helper.rb
236
- - app/helpers/apps_helper.rb
237
- - app/helpers/wfs_helper.rb
238
- - app/helpers/search_helper.rb
239
- - app/helpers/wms_helper.rb
240
- - app/helpers/groups_users_helper.rb
241
- - app/helpers/application_helper.rb
242
- - app/helpers/categories_helper.rb
243
- - app/helpers/maps_helper.rb
244
- - app/helpers/topics_helper.rb
245
- - app/helpers/print_helper.rb
246
- - app/helpers/layers_helper.rb
217
+ - app/models/topic.rb
218
+ - app/models/topics_layer.rb
219
+ - app/models/user.rb
220
+ - app/models/wfs.rb
221
+ - app/models/wms.rb
222
+ - app/views/apps/_request_state.html.erb
223
+ - app/views/devise/confirmations/new.html.erb
224
+ - app/views/devise/mailer/confirmation_instructions.html.erb
225
+ - app/views/devise/mailer/reset_password_instructions.html.erb
226
+ - app/views/devise/mailer/unlock_instructions.html.erb
227
+ - app/views/devise/menu/_login_items.html.erb
228
+ - app/views/devise/menu/_registration_items.html.erb
229
+ - app/views/devise/passwords/edit.html.erb
230
+ - app/views/devise/passwords/new.html.erb
231
+ - app/views/devise/registrations/edit.html.erb
232
+ - app/views/devise/sessions/new.html.erb
233
+ - app/views/devise/shared/_links.erb
234
+ - app/views/devise/unlocks/new.html.erb
235
+ - app/views/groups_users/_form.html.erb
236
+ - app/views/groups_users/edit.html.erb
237
+ - app/views/groups_users/index.html.erb
238
+ - app/views/groups_users/mails/_default.html.erb
239
+ - app/views/groups_users/new.html.erb
240
+ - app/views/groups_users/show.html.erb
241
+ - app/views/layouts/application.html.erb
242
+ - app/views/layouts/embedded.html.erb
243
+ - app/views/registrations/confirm.html.erb
244
+ - app/views/registrations/edit.html.erb
245
+ - app/views/registrations/group_user_registration_email.text.erb
246
+ - app/views/registrations/index.html.erb
247
+ - app/views/registrations/new.html.erb
248
+ - app/views/search/index.html.erb
249
+ - app/views/topics/_legend.html.erb
250
+ - app/views/topics/_print_disclaimer.txt
251
+ - app/views/topics/legend.html.erb
252
+ - app/views/topics/query.html.erb
247
253
  - config/initializers/devise.rb
248
254
  - config/initializers/geodb.rb
249
- - config/initializers/rails_admin.rb
250
255
  - config/initializers/mime_types.rb
256
+ - config/initializers/rails_admin.rb
251
257
  - config/initializers/rgeo.rb
252
258
  - config/routes.rb
253
- - db/seeds.rb
254
259
  - db/migrate/20130118151946_setup_mapfish_tables.rb
260
+ - db/seeds.rb
261
+ - gb_mapfish_appserver.gemspec
255
262
  - lib/gb_mapfish_appserver.rb
256
- - lib/tasks/mapfile.rake
257
- - lib/tasks/mapfish.rake
258
- - lib/tasks/mapfile.rake~
259
- - lib/tasks/templates/_infotable_horizontal.html.erb
260
- - lib/tasks/templates/themekl-default.gif
261
- - lib/tasks/templates/_infotable_auto.html.erb
262
- - lib/tasks/templates/_infotable_vertical.html.erb
263
- - lib/gb_mapfish_appserver/version.rb
264
263
  - lib/gb_mapfish_appserver/engine.rb
265
- - lib/generators/mapfish/viewer/viewer_generator.rb
266
- - lib/generators/mapfish/viewer/templates/viewer.html.erb
264
+ - lib/gb_mapfish_appserver/version.rb
267
265
  - lib/generators/mapfish/install/install_generator.rb
268
- - lib/generators/mapfish/install/templates/print.yml
269
- - lib/generators/mapfish/install/templates/search_rules.rb
270
266
  - lib/generators/mapfish/install/templates/geodatabase.yml
271
267
  - lib/generators/mapfish/install/templates/initializer.rb
272
- - LICENSE
273
- - Rakefile
274
- - README.md
275
- - test/dummy/public/favicon.ico
268
+ - lib/generators/mapfish/install/templates/print.yml
269
+ - lib/generators/mapfish/install/templates/search_rules.rb
270
+ - lib/generators/mapfish/viewer/templates/viewer.html.erb
271
+ - lib/generators/mapfish/viewer/viewer_generator.rb
272
+ - lib/tasks/mapfile.rake
273
+ - lib/tasks/mapfish.rake
274
+ - lib/tasks/templates/_infotable_auto.html.erb
275
+ - lib/tasks/templates/_infotable_horizontal.html.erb
276
+ - lib/tasks/templates/_infotable_vertical.html.erb
277
+ - lib/tasks/templates/themekl-default.gif
278
+ - script/rails
279
+ - test/dummy/README.rdoc
280
+ - test/dummy/Rakefile
281
+ - test/dummy/app/assets/javascripts/application.js
282
+ - test/dummy/app/assets/stylesheets/application.css
283
+ - test/dummy/app/mailers/.gitkeep
284
+ - test/dummy/app/models/.gitkeep
285
+ - test/dummy/app/views/apps/myviewer.html.erb
286
+ - test/dummy/app/views/layers/custom/cascadingwms/_cascaded_info.html.erb
287
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_info.html.erb
288
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_legend.html.erb
289
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_info.html.erb
290
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_legend.html.erb
291
+ - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_info.html.erb
292
+ - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_legend.html.erb
293
+ - test/dummy/app/views/topics/_query_header.html.erb
294
+ - test/dummy/app/views/topics/custom/_cascadingwms_info.html.erb
295
+ - test/dummy/app/views/topics/custom/_naturalearth_info.html.erb
296
+ - test/dummy/app/views/topics/custom/auto/_cascadingwms_legend.html.erb
297
+ - test/dummy/app/views/topics/custom/auto/_naturalearth_legend.html.erb
298
+ - test/dummy/config.ru
299
+ - test/dummy/config/application.rb
300
+ - test/dummy/config/boot.rb
301
+ - test/dummy/config/database.yml.example
302
+ - test/dummy/config/environment.rb
303
+ - test/dummy/config/environments/development.rb
304
+ - test/dummy/config/environments/production.rb
305
+ - test/dummy/config/environments/test.rb
306
+ - test/dummy/config/geodatabase.yml.example
307
+ - test/dummy/config/initializers/backtrace_silencers.rb
308
+ - test/dummy/config/initializers/inflections.rb
309
+ - test/dummy/config/initializers/mapfish.rb
310
+ - test/dummy/config/initializers/mime_types.rb
311
+ - test/dummy/config/initializers/search_rules.rb
312
+ - test/dummy/config/initializers/secret_token.rb
313
+ - test/dummy/config/initializers/session_store.rb
314
+ - test/dummy/config/initializers/wrap_parameters.rb
315
+ - test/dummy/config/locales/en.yml
316
+ - test/dummy/config/print.yml
317
+ - test/dummy/config/routes.rb
318
+ - test/dummy/db/migrate/20131120103839_setup_mapfish_tables.mapfish.rb
319
+ - test/dummy/db/schema.rb
320
+ - test/dummy/db/seeds.rb
321
+ - test/dummy/doc/README_FOR_APP
322
+ - test/dummy/lib/assets/.gitkeep
323
+ - test/dummy/lib/tasks/.gitkeep
324
+ - test/dummy/lib/tasks/templates/_infotable_auto.html.erb
325
+ - test/dummy/lib/tasks/templates/_infotable_horizontal.html.erb
326
+ - test/dummy/lib/tasks/templates/_infotable_vertical.html.erb
327
+ - test/dummy/lib/tasks/templates/themekl-default.gif
328
+ - test/dummy/log/.gitkeep
329
+ - test/dummy/mapconfig/maps.example.com/cascadingwms.map
330
+ - test/dummy/mapconfig/maps.example.com/connection.inc.example
331
+ - test/dummy/mapconfig/maps.example.com/naturalearth.map
332
+ - test/dummy/public/404.html
276
333
  - test/dummy/public/422.html
334
+ - test/dummy/public/500.html
335
+ - test/dummy/public/apps/.sencha/workspace/plugin.xml
336
+ - test/dummy/public/apps/.sencha/workspace/sencha.cfg
277
337
  - test/dummy/public/apps/myviewer/LICENSE
278
- - test/dummy/public/apps/myviewer/favicon.ico
279
- - test/dummy/public/apps/myviewer/src/gui.js
280
- - test/dummy/public/apps/myviewer/src/feature_info.js
281
- - test/dummy/public/apps/myviewer/src/config.js
282
- - test/dummy/public/apps/myviewer/src/topics.js
283
- - test/dummy/public/apps/myviewer/src/map.js
284
- - test/dummy/public/apps/myviewer/src/layers.js
285
- - test/dummy/public/apps/myviewer/src/viewer.css
286
- - test/dummy/public/apps/myviewer/src/translations.js
287
- - test/dummy/public/apps/myviewer/src/search.js
288
- - test/dummy/public/apps/myviewer/src/custom.css
289
- - test/dummy/public/apps/myviewer/src/url_params.js
290
338
  - test/dummy/public/apps/myviewer/README.md
291
- - test/dummy/public/apps/myviewer/lib/ol3/ol.js
292
- - test/dummy/public/apps/myviewer/lib/ol3/ol.css
293
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.js
294
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.js
295
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.css
296
- - test/dummy/public/apps/myviewer/lib/jquery/jquery-ui-1.9.2.custom.min.js
297
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.css
298
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.js
299
- - test/dummy/public/apps/myviewer/lib/jquery/images/ajax-loader.gif
300
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-white.png
301
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-black.png
302
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-white.png
303
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-black.png
304
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.min.js
305
- - test/dummy/public/apps/myviewer/data/topics.json
339
+ - test/dummy/public/apps/myviewer/data/get_feature_info_response.html
306
340
  - test/dummy/public/apps/myviewer/data/get_feature_info_response.xml
307
- - test/dummy/public/apps/myviewer/data/layers/layers_geo_admin_pk.json
308
341
  - test/dummy/public/apps/myviewer/data/layers/layers_background_test.json
309
342
  - test/dummy/public/apps/myviewer/data/layers/layers_basisplan_av_farbig.json
310
- - test/dummy/public/apps/myviewer/data/get_feature_info_response.html
311
- - test/dummy/public/apps/myviewer/index.html
312
- - test/dummy/public/apps/myviewer/img/grundplan_av_farbig.png
343
+ - test/dummy/public/apps/myviewer/data/layers/layers_geo_admin_pk.json
344
+ - test/dummy/public/apps/myviewer/data/topics.json
345
+ - test/dummy/public/apps/myviewer/favicon.ico
346
+ - test/dummy/public/apps/myviewer/img/app_icon.png
347
+ - test/dummy/public/apps/myviewer/img/click.svg
313
348
  - test/dummy/public/apps/myviewer/img/compass.svg
314
- - test/dummy/public/apps/myviewer/img/positioning_off.png
315
- - test/dummy/public/apps/myviewer/img/winterthur_logo.png
316
349
  - test/dummy/public/apps/myviewer/img/geo_admin_pk.png
317
- - test/dummy/public/apps/myviewer/img/share.png
318
- - test/dummy/public/apps/myviewer/img/app_icon.png
319
- - test/dummy/public/apps/myviewer/img/grundplan_av.png
320
350
  - test/dummy/public/apps/myviewer/img/glarus_logo.png
321
- - test/dummy/public/apps/myviewer/img/properties.png
351
+ - test/dummy/public/apps/myviewer/img/grundplan_av.png
352
+ - test/dummy/public/apps/myviewer/img/grundplan_av_farbig.png
353
+ - test/dummy/public/apps/myviewer/img/layer.png
354
+ - test/dummy/public/apps/myviewer/img/layers.png
322
355
  - test/dummy/public/apps/myviewer/img/layers.svg
323
356
  - test/dummy/public/apps/myviewer/img/location.svg
324
- - test/dummy/public/apps/myviewer/img/layer.png
325
- - test/dummy/public/apps/myviewer/img/uster_logo.png
357
+ - test/dummy/public/apps/myviewer/img/positioning_off.png
326
358
  - test/dummy/public/apps/myviewer/img/positioning_on.png
327
- - test/dummy/public/apps/myviewer/img/click.svg
328
- - test/dummy/public/apps/myviewer/img/search.png
359
+ - test/dummy/public/apps/myviewer/img/properties.png
329
360
  - test/dummy/public/apps/myviewer/img/properties.svg
330
- - test/dummy/public/apps/myviewer/img/layers.png
331
- - test/dummy/public/robots.txt
332
- - test/dummy/public/images/custom/naturalearth/countries0.png
333
- - test/dummy/public/images/custom/themekl-naturalearth.gif
361
+ - test/dummy/public/apps/myviewer/img/search.png
362
+ - test/dummy/public/apps/myviewer/img/share.png
363
+ - test/dummy/public/apps/myviewer/img/uster_logo.png
364
+ - test/dummy/public/apps/myviewer/img/winterthur_logo.png
365
+ - test/dummy/public/apps/myviewer/index.html
366
+ - test/dummy/public/apps/myviewer/lib/jquery/images/ajax-loader.gif
367
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-black.png
368
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-white.png
369
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-black.png
370
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-white.png
371
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery-ui-1.9.2.custom.min.js
372
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.css
373
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.js
374
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.css
375
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.js
376
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.js
377
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.min.js
378
+ - test/dummy/public/apps/myviewer/lib/ol3/ol.css
379
+ - test/dummy/public/apps/myviewer/lib/ol3/ol.js
380
+ - test/dummy/public/apps/myviewer/src/config.js
381
+ - test/dummy/public/apps/myviewer/src/custom.css
382
+ - test/dummy/public/apps/myviewer/src/feature_info.js
383
+ - test/dummy/public/apps/myviewer/src/gui.js
384
+ - test/dummy/public/apps/myviewer/src/layers.js
385
+ - test/dummy/public/apps/myviewer/src/map.js
386
+ - test/dummy/public/apps/myviewer/src/search.js
387
+ - test/dummy/public/apps/myviewer/src/topics.js
388
+ - test/dummy/public/apps/myviewer/src/translations.js
389
+ - test/dummy/public/apps/myviewer/src/url_params.js
390
+ - test/dummy/public/apps/myviewer/src/viewer.css
391
+ - test/dummy/public/favicon.ico
334
392
  - test/dummy/public/images/custom/cascadingwms/countries0.png
393
+ - test/dummy/public/images/custom/naturalearth/countries0.png
335
394
  - test/dummy/public/images/custom/themekl-cascadingwms.gif
336
- - test/dummy/public/500.html
337
- - test/dummy/public/404.html
338
- - test/dummy/README.rdoc
339
- - test/dummy/app/views/topics/custom/auto/_naturalearth_legend.html.erb
340
- - test/dummy/app/views/topics/custom/auto/_cascadingwms_legend.html.erb
341
- - test/dummy/app/views/topics/custom/_cascadingwms_info.html.erb
342
- - test/dummy/app/views/topics/custom/_naturalearth_info.html.erb
343
- - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_legend.html.erb
344
- - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_info.html.erb
345
- - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_legend.html.erb
346
- - test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_info.html.erb
347
- - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_info.html.erb
348
- - test/dummy/app/views/layers/custom/cascadingwms/_cascaded_info.html.erb
349
- - test/dummy/app/views/apps/myviewer.html.erb
350
- - test/dummy/app/assets/stylesheets/application.css
351
- - test/dummy/app/assets/javascripts/application.js
352
- - test/dummy/config/print.yml
353
- - test/dummy/config/geodatabase.yml.example
354
- - test/dummy/config/initializers/search_rules.rb
355
- - test/dummy/config/initializers/inflections.rb
356
- - test/dummy/config/initializers/mime_types.rb
357
- - test/dummy/config/initializers/backtrace_silencers.rb
358
- - test/dummy/config/initializers/mapfish.rb
359
- - test/dummy/config/initializers/wrap_parameters.rb
360
- - test/dummy/config/initializers/session_store.rb
361
- - test/dummy/config/initializers/secret_token.rb
362
- - test/dummy/config/routes.rb
363
- - test/dummy/config/database.yml.example
364
- - test/dummy/config/geodatabase.yml
365
- - test/dummy/config/boot.rb
366
- - test/dummy/config/environment.rb
367
- - test/dummy/config/database.yml
368
- - test/dummy/config/environments/development.rb
369
- - test/dummy/config/environments/test.rb
370
- - test/dummy/config/environments/production.rb
371
- - test/dummy/config/application.rb
372
- - test/dummy/config/locales/en.yml
373
- - test/dummy/lib/tasks/templates/_infotable_horizontal.html.erb
374
- - test/dummy/lib/tasks/templates/themekl-default.gif
375
- - test/dummy/lib/tasks/templates/_infotable_auto.html.erb
376
- - test/dummy/lib/tasks/templates/_infotable_vertical.html.erb
377
- - test/dummy/config.ru
378
- - test/dummy/mapconfig/maps.example.com/connection.inc
379
- - test/dummy/mapconfig/maps.example.com/connection.inc.example
380
- - test/dummy/mapconfig/maps.example.com/cascadingwms.map
381
- - test/dummy/mapconfig/maps.example.com/naturalearth.map
382
- - test/dummy/Rakefile
395
+ - test/dummy/public/images/custom/themekl-naturalearth.gif
396
+ - test/dummy/public/robots.txt
383
397
  - test/dummy/script/rails
384
- - test/dummy/tmp/cache/056/E21/permitted_resource_ids-index-Topic-roles-1
385
- - test/dummy/tmp/cache/FF2/740/permitted_resource_ids-edit-Group-roles-1
386
- - test/dummy/tmp/cache/0AB/111/permitted_resource_ids-legend-Layer-roles-1
387
- - test/dummy/tmp/cache/FFD/960/permitted_resource_ids-show-Layer-roles-1
388
- - test/dummy/tmp/cache/FFF/E40/permitted_resource_ids-show-Topic-roles-1
389
- - test/dummy/tmp/cache/FE4/170/permitted_resource_ids-edit-Topic-roles-1
390
- - test/dummy/tmp/cache/072/9A1/permitted_resource_ids-query-Layer-roles-1
391
- - test/dummy/tmp/cache/FE2/C90/permitted_resource_ids-edit-Layer-roles-1
392
- - test/dummy/tmp/pids/server.pid
398
+ - test/dummy/test/fixtures/.gitkeep
399
+ - test/dummy/test/functional/.gitkeep
400
+ - test/dummy/test/integration/.gitkeep
393
401
  - test/dummy/test/performance/browsing_test.rb
394
402
  - test/dummy/test/test_helper.rb
395
- - test/dummy/log/development.log
396
- - test/dummy/doc/README_FOR_APP
397
- - test/dummy/db/seeds.rb
398
- - test/dummy/db/migrate/20131120103839_setup_mapfish_tables.mapfish.rb
399
- - test/dummy/db/schema.rb
400
- - test/test_helper.rb
401
- - test/integration/navigation_test.rb
403
+ - test/dummy/test/unit/.gitkeep
402
404
  - test/gb_mapfish_appserver_test.rb
405
+ - test/integration/navigation_test.rb
406
+ - test/test_helper.rb
403
407
  homepage: http://mapfish-appserver.github.io/
404
408
  licenses: []
405
409
  post_install_message:
@@ -414,7 +418,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
414
418
  version: '0'
415
419
  segments:
416
420
  - 0
417
- hash: 1323398281182653454
421
+ hash: 846968108135594134
418
422
  required_rubygems_version: !ruby/object:Gem::Requirement
419
423
  none: false
420
424
  requirements:
@@ -423,7 +427,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
423
427
  version: '0'
424
428
  segments:
425
429
  - 0
426
- hash: 1323398281182653454
430
+ hash: 846968108135594134
427
431
  requirements: []
428
432
  rubyforge_project:
429
433
  rubygems_version: 1.8.11
@@ -431,131 +435,131 @@ signing_key:
431
435
  specification_version: 3
432
436
  summary: Mapfish application server.
433
437
  test_files:
434
- - test/dummy/public/favicon.ico
438
+ - test/dummy/README.rdoc
439
+ - test/dummy/Rakefile
440
+ - test/dummy/app/assets/javascripts/application.js
441
+ - test/dummy/app/assets/stylesheets/application.css
442
+ - test/dummy/app/mailers/.gitkeep
443
+ - test/dummy/app/models/.gitkeep
444
+ - test/dummy/app/views/apps/myviewer.html.erb
445
+ - test/dummy/app/views/layers/custom/cascadingwms/_cascaded_info.html.erb
446
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_info.html.erb
447
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_legend.html.erb
448
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_info.html.erb
449
+ - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_legend.html.erb
450
+ - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_info.html.erb
451
+ - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_legend.html.erb
452
+ - test/dummy/app/views/topics/_query_header.html.erb
453
+ - test/dummy/app/views/topics/custom/_cascadingwms_info.html.erb
454
+ - test/dummy/app/views/topics/custom/_naturalearth_info.html.erb
455
+ - test/dummy/app/views/topics/custom/auto/_cascadingwms_legend.html.erb
456
+ - test/dummy/app/views/topics/custom/auto/_naturalearth_legend.html.erb
457
+ - test/dummy/config.ru
458
+ - test/dummy/config/application.rb
459
+ - test/dummy/config/boot.rb
460
+ - test/dummy/config/database.yml.example
461
+ - test/dummy/config/environment.rb
462
+ - test/dummy/config/environments/development.rb
463
+ - test/dummy/config/environments/production.rb
464
+ - test/dummy/config/environments/test.rb
465
+ - test/dummy/config/geodatabase.yml.example
466
+ - test/dummy/config/initializers/backtrace_silencers.rb
467
+ - test/dummy/config/initializers/inflections.rb
468
+ - test/dummy/config/initializers/mapfish.rb
469
+ - test/dummy/config/initializers/mime_types.rb
470
+ - test/dummy/config/initializers/search_rules.rb
471
+ - test/dummy/config/initializers/secret_token.rb
472
+ - test/dummy/config/initializers/session_store.rb
473
+ - test/dummy/config/initializers/wrap_parameters.rb
474
+ - test/dummy/config/locales/en.yml
475
+ - test/dummy/config/print.yml
476
+ - test/dummy/config/routes.rb
477
+ - test/dummy/db/migrate/20131120103839_setup_mapfish_tables.mapfish.rb
478
+ - test/dummy/db/schema.rb
479
+ - test/dummy/db/seeds.rb
480
+ - test/dummy/doc/README_FOR_APP
481
+ - test/dummy/lib/assets/.gitkeep
482
+ - test/dummy/lib/tasks/.gitkeep
483
+ - test/dummy/lib/tasks/templates/_infotable_auto.html.erb
484
+ - test/dummy/lib/tasks/templates/_infotable_horizontal.html.erb
485
+ - test/dummy/lib/tasks/templates/_infotable_vertical.html.erb
486
+ - test/dummy/lib/tasks/templates/themekl-default.gif
487
+ - test/dummy/log/.gitkeep
488
+ - test/dummy/mapconfig/maps.example.com/cascadingwms.map
489
+ - test/dummy/mapconfig/maps.example.com/connection.inc.example
490
+ - test/dummy/mapconfig/maps.example.com/naturalearth.map
491
+ - test/dummy/public/404.html
435
492
  - test/dummy/public/422.html
493
+ - test/dummy/public/500.html
494
+ - test/dummy/public/apps/.sencha/workspace/plugin.xml
495
+ - test/dummy/public/apps/.sencha/workspace/sencha.cfg
436
496
  - test/dummy/public/apps/myviewer/LICENSE
437
- - test/dummy/public/apps/myviewer/favicon.ico
438
- - test/dummy/public/apps/myviewer/src/gui.js
439
- - test/dummy/public/apps/myviewer/src/feature_info.js
440
- - test/dummy/public/apps/myviewer/src/config.js
441
- - test/dummy/public/apps/myviewer/src/topics.js
442
- - test/dummy/public/apps/myviewer/src/map.js
443
- - test/dummy/public/apps/myviewer/src/layers.js
444
- - test/dummy/public/apps/myviewer/src/viewer.css
445
- - test/dummy/public/apps/myviewer/src/translations.js
446
- - test/dummy/public/apps/myviewer/src/search.js
447
- - test/dummy/public/apps/myviewer/src/custom.css
448
- - test/dummy/public/apps/myviewer/src/url_params.js
449
497
  - test/dummy/public/apps/myviewer/README.md
450
- - test/dummy/public/apps/myviewer/lib/ol3/ol.js
451
- - test/dummy/public/apps/myviewer/lib/ol3/ol.css
452
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.js
453
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.js
454
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.css
455
- - test/dummy/public/apps/myviewer/lib/jquery/jquery-ui-1.9.2.custom.min.js
456
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.css
457
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.js
458
- - test/dummy/public/apps/myviewer/lib/jquery/images/ajax-loader.gif
459
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-white.png
460
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-black.png
461
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-white.png
462
- - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-black.png
463
- - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.min.js
464
- - test/dummy/public/apps/myviewer/data/topics.json
498
+ - test/dummy/public/apps/myviewer/data/get_feature_info_response.html
465
499
  - test/dummy/public/apps/myviewer/data/get_feature_info_response.xml
466
- - test/dummy/public/apps/myviewer/data/layers/layers_geo_admin_pk.json
467
500
  - test/dummy/public/apps/myviewer/data/layers/layers_background_test.json
468
501
  - test/dummy/public/apps/myviewer/data/layers/layers_basisplan_av_farbig.json
469
- - test/dummy/public/apps/myviewer/data/get_feature_info_response.html
470
- - test/dummy/public/apps/myviewer/index.html
471
- - test/dummy/public/apps/myviewer/img/grundplan_av_farbig.png
502
+ - test/dummy/public/apps/myviewer/data/layers/layers_geo_admin_pk.json
503
+ - test/dummy/public/apps/myviewer/data/topics.json
504
+ - test/dummy/public/apps/myviewer/favicon.ico
505
+ - test/dummy/public/apps/myviewer/img/app_icon.png
506
+ - test/dummy/public/apps/myviewer/img/click.svg
472
507
  - test/dummy/public/apps/myviewer/img/compass.svg
473
- - test/dummy/public/apps/myviewer/img/positioning_off.png
474
- - test/dummy/public/apps/myviewer/img/winterthur_logo.png
475
508
  - test/dummy/public/apps/myviewer/img/geo_admin_pk.png
476
- - test/dummy/public/apps/myviewer/img/share.png
477
- - test/dummy/public/apps/myviewer/img/app_icon.png
478
- - test/dummy/public/apps/myviewer/img/grundplan_av.png
479
509
  - test/dummy/public/apps/myviewer/img/glarus_logo.png
480
- - test/dummy/public/apps/myviewer/img/properties.png
510
+ - test/dummy/public/apps/myviewer/img/grundplan_av.png
511
+ - test/dummy/public/apps/myviewer/img/grundplan_av_farbig.png
512
+ - test/dummy/public/apps/myviewer/img/layer.png
513
+ - test/dummy/public/apps/myviewer/img/layers.png
481
514
  - test/dummy/public/apps/myviewer/img/layers.svg
482
515
  - test/dummy/public/apps/myviewer/img/location.svg
483
- - test/dummy/public/apps/myviewer/img/layer.png
484
- - test/dummy/public/apps/myviewer/img/uster_logo.png
516
+ - test/dummy/public/apps/myviewer/img/positioning_off.png
485
517
  - test/dummy/public/apps/myviewer/img/positioning_on.png
486
- - test/dummy/public/apps/myviewer/img/click.svg
487
- - test/dummy/public/apps/myviewer/img/search.png
518
+ - test/dummy/public/apps/myviewer/img/properties.png
488
519
  - test/dummy/public/apps/myviewer/img/properties.svg
489
- - test/dummy/public/apps/myviewer/img/layers.png
490
- - test/dummy/public/robots.txt
491
- - test/dummy/public/images/custom/naturalearth/countries0.png
492
- - test/dummy/public/images/custom/themekl-naturalearth.gif
520
+ - test/dummy/public/apps/myviewer/img/search.png
521
+ - test/dummy/public/apps/myviewer/img/share.png
522
+ - test/dummy/public/apps/myviewer/img/uster_logo.png
523
+ - test/dummy/public/apps/myviewer/img/winterthur_logo.png
524
+ - test/dummy/public/apps/myviewer/index.html
525
+ - test/dummy/public/apps/myviewer/lib/jquery/images/ajax-loader.gif
526
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-black.png
527
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-18-white.png
528
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-black.png
529
+ - test/dummy/public/apps/myviewer/lib/jquery/images/icons-36-white.png
530
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery-ui-1.9.2.custom.min.js
531
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.css
532
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.js
533
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.css
534
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.mobile-1.3.1.min.js
535
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.js
536
+ - test/dummy/public/apps/myviewer/lib/jquery/jquery.ui.touch-punch.min.js
537
+ - test/dummy/public/apps/myviewer/lib/ol3/ol.css
538
+ - test/dummy/public/apps/myviewer/lib/ol3/ol.js
539
+ - test/dummy/public/apps/myviewer/src/config.js
540
+ - test/dummy/public/apps/myviewer/src/custom.css
541
+ - test/dummy/public/apps/myviewer/src/feature_info.js
542
+ - test/dummy/public/apps/myviewer/src/gui.js
543
+ - test/dummy/public/apps/myviewer/src/layers.js
544
+ - test/dummy/public/apps/myviewer/src/map.js
545
+ - test/dummy/public/apps/myviewer/src/search.js
546
+ - test/dummy/public/apps/myviewer/src/topics.js
547
+ - test/dummy/public/apps/myviewer/src/translations.js
548
+ - test/dummy/public/apps/myviewer/src/url_params.js
549
+ - test/dummy/public/apps/myviewer/src/viewer.css
550
+ - test/dummy/public/favicon.ico
493
551
  - test/dummy/public/images/custom/cascadingwms/countries0.png
552
+ - test/dummy/public/images/custom/naturalearth/countries0.png
494
553
  - test/dummy/public/images/custom/themekl-cascadingwms.gif
495
- - test/dummy/public/500.html
496
- - test/dummy/public/404.html
497
- - test/dummy/README.rdoc
498
- - test/dummy/app/views/topics/custom/auto/_naturalearth_legend.html.erb
499
- - test/dummy/app/views/topics/custom/auto/_cascadingwms_legend.html.erb
500
- - test/dummy/app/views/topics/custom/_cascadingwms_info.html.erb
501
- - test/dummy/app/views/topics/custom/_naturalearth_info.html.erb
502
- - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_legend.html.erb
503
- - test/dummy/app/views/layers/custom/naturalearth/auto/_countries_info.html.erb
504
- - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_legend.html.erb
505
- - test/dummy/app/views/layers/custom/cascadingwms/auto/_cascaded_info.html.erb
506
- - test/dummy/app/views/layers/custom/cascadingwms/auto/_countries_info.html.erb
507
- - test/dummy/app/views/layers/custom/cascadingwms/_cascaded_info.html.erb
508
- - test/dummy/app/views/apps/myviewer.html.erb
509
- - test/dummy/app/assets/stylesheets/application.css
510
- - test/dummy/app/assets/javascripts/application.js
511
- - test/dummy/config/print.yml
512
- - test/dummy/config/geodatabase.yml.example
513
- - test/dummy/config/initializers/search_rules.rb
514
- - test/dummy/config/initializers/inflections.rb
515
- - test/dummy/config/initializers/mime_types.rb
516
- - test/dummy/config/initializers/backtrace_silencers.rb
517
- - test/dummy/config/initializers/mapfish.rb
518
- - test/dummy/config/initializers/wrap_parameters.rb
519
- - test/dummy/config/initializers/session_store.rb
520
- - test/dummy/config/initializers/secret_token.rb
521
- - test/dummy/config/routes.rb
522
- - test/dummy/config/database.yml.example
523
- - test/dummy/config/geodatabase.yml
524
- - test/dummy/config/boot.rb
525
- - test/dummy/config/environment.rb
526
- - test/dummy/config/database.yml
527
- - test/dummy/config/environments/development.rb
528
- - test/dummy/config/environments/test.rb
529
- - test/dummy/config/environments/production.rb
530
- - test/dummy/config/application.rb
531
- - test/dummy/config/locales/en.yml
532
- - test/dummy/lib/tasks/templates/_infotable_horizontal.html.erb
533
- - test/dummy/lib/tasks/templates/themekl-default.gif
534
- - test/dummy/lib/tasks/templates/_infotable_auto.html.erb
535
- - test/dummy/lib/tasks/templates/_infotable_vertical.html.erb
536
- - test/dummy/config.ru
537
- - test/dummy/mapconfig/maps.example.com/connection.inc
538
- - test/dummy/mapconfig/maps.example.com/connection.inc.example
539
- - test/dummy/mapconfig/maps.example.com/cascadingwms.map
540
- - test/dummy/mapconfig/maps.example.com/naturalearth.map
541
- - test/dummy/Rakefile
554
+ - test/dummy/public/images/custom/themekl-naturalearth.gif
555
+ - test/dummy/public/robots.txt
542
556
  - test/dummy/script/rails
543
- - test/dummy/tmp/cache/056/E21/permitted_resource_ids-index-Topic-roles-1
544
- - test/dummy/tmp/cache/FF2/740/permitted_resource_ids-edit-Group-roles-1
545
- - test/dummy/tmp/cache/0AB/111/permitted_resource_ids-legend-Layer-roles-1
546
- - test/dummy/tmp/cache/FFD/960/permitted_resource_ids-show-Layer-roles-1
547
- - test/dummy/tmp/cache/FFF/E40/permitted_resource_ids-show-Topic-roles-1
548
- - test/dummy/tmp/cache/FE4/170/permitted_resource_ids-edit-Topic-roles-1
549
- - test/dummy/tmp/cache/072/9A1/permitted_resource_ids-query-Layer-roles-1
550
- - test/dummy/tmp/cache/FE2/C90/permitted_resource_ids-edit-Layer-roles-1
551
- - test/dummy/tmp/pids/server.pid
557
+ - test/dummy/test/fixtures/.gitkeep
558
+ - test/dummy/test/functional/.gitkeep
559
+ - test/dummy/test/integration/.gitkeep
552
560
  - test/dummy/test/performance/browsing_test.rb
553
561
  - test/dummy/test/test_helper.rb
554
- - test/dummy/log/development.log
555
- - test/dummy/doc/README_FOR_APP
556
- - test/dummy/db/seeds.rb
557
- - test/dummy/db/migrate/20131120103839_setup_mapfish_tables.mapfish.rb
558
- - test/dummy/db/schema.rb
559
- - test/test_helper.rb
560
- - test/integration/navigation_test.rb
562
+ - test/dummy/test/unit/.gitkeep
561
563
  - test/gb_mapfish_appserver_test.rb
564
+ - test/integration/navigation_test.rb
565
+ - test/test_helper.rb