geoblacklight 6.0.0.pre.alpha.2 → 6.0.0.pre.alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +1 -1
  3. data/app/components/blacklight/icons/arrow_circle_down_component.rb +1 -1
  4. data/app/components/blacklight/icons/book_component.rb +1 -1
  5. data/app/components/blacklight/icons/cd_rom_component.rb +1 -1
  6. data/app/components/blacklight/icons/child_item_component.rb +1 -1
  7. data/app/components/blacklight/icons/citation_component.rb +1 -1
  8. data/app/components/blacklight/icons/collection_component.rb +1 -1
  9. data/app/components/blacklight/icons/collections_component.rb +1 -1
  10. data/app/components/blacklight/icons/datasets_component.rb +4 -4
  11. data/app/components/blacklight/icons/dvd_rom_component.rb +1 -1
  12. data/app/components/blacklight/icons/email_component.rb +1 -1
  13. data/app/components/blacklight/icons/fire_solid_component.rb +1 -1
  14. data/app/components/blacklight/icons/globe_component.rb +1 -1
  15. data/app/components/blacklight/icons/home_component.rb +1 -1
  16. data/app/components/blacklight/icons/image_component.rb +1 -1
  17. data/app/components/blacklight/icons/imagery_component.rb +1 -1
  18. data/app/components/blacklight/icons/leaf_component.rb +1 -1
  19. data/app/components/blacklight/icons/lightbulb_solid_component.rb +1 -1
  20. data/app/components/blacklight/icons/line_component.rb +2 -2
  21. data/app/components/blacklight/icons/map_component.rb +1 -1
  22. data/app/components/blacklight/icons/map_marker_component.rb +1 -1
  23. data/app/components/blacklight/icons/maps_component.rb +1 -1
  24. data/app/components/blacklight/icons/metadata_component.rb +1 -1
  25. data/app/components/blacklight/icons/mixed_component.rb +3 -3
  26. data/app/components/blacklight/icons/multilinestring_component.rb +4 -4
  27. data/app/components/blacklight/icons/multipoint_component.rb +1 -1
  28. data/app/components/blacklight/icons/multipolygon_component.rb +4 -4
  29. data/app/components/blacklight/icons/pagelines_brands_component.rb +1 -1
  30. data/app/components/blacklight/icons/paper_map_component.rb +1 -1
  31. data/app/components/blacklight/icons/parent_item_component.rb +1 -1
  32. data/app/components/blacklight/icons/point_component.rb +1 -1
  33. data/app/components/blacklight/icons/polygon_component.rb +2 -2
  34. data/app/components/blacklight/icons/polyline_component.rb +4 -4
  35. data/app/components/blacklight/icons/public_component.rb +1 -1
  36. data/app/components/blacklight/icons/raster_component.rb +1 -1
  37. data/app/components/blacklight/icons/restricted_component.rb +1 -1
  38. data/app/components/blacklight/icons/table_component.rb +1 -1
  39. data/app/components/blacklight/icons/tags_component.rb +1 -1
  40. data/app/components/blacklight/icons/triangle_exclamation_solid_component.rb +1 -1
  41. data/app/components/blacklight/icons/web_services_component.rb +1 -1
  42. data/app/components/blacklight/icons/websites_component.rb +1 -1
  43. data/app/components/geoblacklight/attribute_table_component.html.erb +1 -1
  44. data/app/components/geoblacklight/download_links_component.html.erb +1 -1
  45. data/app/components/geoblacklight/download_links_component.rb +4 -1
  46. data/app/components/geoblacklight/homepage_feature_facet_component.rb +1 -1
  47. data/app/components/geoblacklight/index_map_inspect_component.html.erb +8 -1
  48. data/app/components/geoblacklight/index_map_legend_component.html.erb +3 -3
  49. data/app/components/geoblacklight/location_leaflet_map_component.rb +8 -1
  50. data/app/components/geoblacklight/web_services_link_component.rb +1 -1
  51. data/app/helpers/geoblacklight_helper.rb +4 -1
  52. data/app/javascript/geoblacklight/controllers/downloads_controller.js +3 -3
  53. data/app/javascript/geoblacklight/initializers/truncation.js +5 -3
  54. data/app/javascript/geoblacklight/leaflet/controls/geosearch.js +4 -2
  55. data/app/javascript/geoblacklight/leaflet/inspection.js +10 -5
  56. data/app/javascript/geoblacklight/leaflet/layer_index_map.js +15 -12
  57. data/app/javascript/geoblacklight/leaflet/utils.js +8 -2
  58. data/app/javascript/geoblacklight/openlayers/inspection.js +3 -5
  59. data/app/views/catalog/metadata/_markup.html.erb +1 -1
  60. data/app/views/catalog/metadata.html.erb +1 -1
  61. data/config/locales/geoblacklight.en.yml +31 -0
  62. data/geoblacklight.gemspec +3 -3
  63. data/lib/generators/geoblacklight/templates/settings.yml +286 -275
  64. data/lib/geoblacklight/configuration/leaflet_config.rb +22 -19
  65. data/lib/geoblacklight/configuration/leaflet_sleep_config.rb +1 -1
  66. data/lib/geoblacklight/engine.rb +1 -0
  67. data/lib/geoblacklight/metadata/base.rb +1 -1
  68. data/lib/geoblacklight/version.rb +1 -1
  69. data/lib/geoblacklight.rb +0 -1
  70. data/solr/conf/schema.xml +8 -7
  71. data/solr/conf/solrconfig.xml +1 -1
  72. data/spec/components/geoblacklight/download_links_component_spec.rb +4 -1
  73. data/spec/helpers/geoblacklight_helper_spec.rb +1 -1
  74. data/spec/lib/geoblacklight/configuration/leaflet_config_spec.rb +129 -0
  75. data/spec/lib/geoblacklight/configuration/settings_builder_spec.rb +110 -3
  76. data/spec/lib/geoblacklight/metadata/base_spec.rb +1 -1
  77. metadata +20 -20
  78. data/lib/geoblacklight/faraday_middleware/follow_redirects.rb +0 -179
@@ -1,294 +1,305 @@
1
- # ArcGIS Online Base URL
2
- arcgis_base_url: "https://www.arcgis.com/apps/mapviewer/index.html"
1
+ # These settings are used to configure GeoBlacklight.
2
+ # The values you see here are the defaults. If you want to override any of these,
3
+ # uncomment them and make any changes.
4
+ #
5
+ # Alternatively, you can use a config/initializers/geoblacklight.rb file to
6
+ # set these values directly on the GeoBlacklight::Configuration object.
7
+ # example:
8
+ # # config/initializers/geoblacklight.rb
9
+ # config = GeoBlacklight.configuration
10
+ # config.timeout_download = 10
3
11
 
4
- # Download path can be configured using this setting
5
- #download_path: "./tmp/cache/downloads"
12
+ # # ArcGIS Online Base URL
13
+ # arcgis_base_url: "https://www.arcgis.com/apps/mapviewer/index.html"
6
14
 
7
- # The bq boost value for spatial search matches within a bounding box
8
- bbox_within_boost: "10"
15
+ # # File path for downloads
16
+ # download_path: "<%= Rails.root.join('tmp', 'cache', 'downloads') %>"
9
17
 
10
- # The bf boost value for overlap ratio
11
- overlap_ratio_boost: "2"
18
+ # # The bq boost value for spatial search matches within a bounding box
19
+ # bbox_within_boost: "10"
12
20
 
13
- # Homepage Map Geometry
14
- # Leave null to default to entire world
15
- # Add a stringified GeoJSON object to scope initial render (example from UMass)
16
- homepage_map_geom: null
17
- # homepage_map_geom: '{"type":"Polygon","coordinates":[[[-73.58,42.93],[-73.58,41.20],[-69.90,41.20],[-69.90,42.93]]]}'
21
+ # # The bf boost value for overlap ratio
22
+ # overlap_ratio_boost: "2"
18
23
 
19
- # Non-search-field GeoBlacklight application permitted params.
20
- # Values are left mixed-case on purpose: the uppercase symbols are WMS/OGC
21
- # request parameter names (BBOX, WIDTH, etc.) and must match what clients send.
22
- gbl_params:
23
- - :bbox
24
- - :email
25
- - :file
26
- - :format
27
- - :id
28
- - :logo
29
- - :provider
30
- - :type
31
- - :BBOX
32
- - :HEIGHT
33
- - :LAYERS
34
- - :QUERY_LAYERS
35
- - :URL
36
- - :WIDTH
37
- - :X
38
- - :Y
24
+ # # Homepage Map Geometry
25
+ # # Leave null to default to entire world
26
+ # # Add a stringified GeoJSON object to scope initial render (example from UMass)
27
+ # homepage_map_geom: null
28
+ # # homepage_map_geom: '{"type":"Polygon","coordinates":[[[-73.58,42.93],[-73.58,41.20],[-69.90,41.20],[-69.90,42.93]]]}'
39
29
 
40
- # Solr field mappings
41
- fields:
42
- access_rights: "dct_accessRights_s"
43
- alternative_title: "dct_alternative_sm"
44
- centroid: "dcat_centroid"
45
- creator: "dct_creator_sm"
46
- date_issued: "dct_issued_s"
47
- date_range: "gbl_dateRange_drsim"
48
- description: "dct_description_sm"
49
- display_note: "gbl_displayNote_sm"
50
- format: "dct_format_s"
51
- file_size: "gbl_fileSize_s"
52
- georeferenced: "gbl_georeferenced_b"
53
- id: "id"
54
- identifier: "dct_identifier_sm"
55
- index_year: "gbl_indexYear_im"
56
- is_part_of: "dct_isPartOf_sm"
57
- is_replaced_by: "dct_isReplacedBy_sm"
58
- theme: "dcat_theme_sm"
59
- keyword: "dcat_keyword_sm"
60
- language: "dct_language_sm"
61
- license: "dct_license_sm"
62
- member_of: "pcdm_memberOf_sm"
63
- metadata_version: "gbl_mdVersion_s"
64
- modified: "gbl_mdModified_dt"
65
- overlap_field: "solr_bboxtype"
66
- publisher: "dct_publisher_sm"
67
- provider: "schema_provider_s"
68
- references: "dct_references_s"
69
- relation: "dct_relation_sm"
70
- replaces: "dct_replaces_sm"
71
- resource_class: "gbl_resourceClass_sm"
72
- resource_type: "gbl_resourceType_sm"
73
- rights: "dct_rights_sm"
74
- rights_holder: "dct_rightsHolder_sm"
75
- source: "dct_source_sm"
76
- spatial_coverage: "dct_spatial_sm"
77
- geometry: "locn_geometry"
78
- subject: "dct_subject_sm"
79
- suppressed: "gbl_suppressed_b"
80
- temporal_coverage: "dct_temporal_sm"
81
- title: "dct_title_s"
82
- version: "dct_isVersionOf_sm"
83
- wxs_identifier: "gbl_wxsIdentifier_s"
30
+ # # Non-search-field GeoBlacklight application permitted params.
31
+ # # Values are left mixed-case on purpose: the uppercase symbols are WMS/OGC
32
+ # # request parameter names (BBOX, WIDTH, etc.) and must match what clients send.
33
+ # gbl_params:
34
+ # - :bbox
35
+ # - :email
36
+ # - :file
37
+ # - :format
38
+ # - :id
39
+ # - :logo
40
+ # - :provider
41
+ # - :type
42
+ # - :BBOX
43
+ # - :HEIGHT
44
+ # - :LAYERS
45
+ # - :QUERY_LAYERS
46
+ # - :URL
47
+ # - :WIDTH
48
+ # - :X
49
+ # - :Y
84
50
 
85
- # Institution deployed at
86
- institution: "Stanford"
51
+ # # Solr field mappings
52
+ # fields:
53
+ # access_rights: "dct_accessRights_s"
54
+ # alternative_title: "dct_alternative_sm"
55
+ # centroid: "dcat_centroid"
56
+ # creator: "dct_creator_sm"
57
+ # date_issued: "dct_issued_s"
58
+ # date_range: "gbl_dateRange_drsim"
59
+ # description: "dct_description_sm"
60
+ # display_note: "gbl_displayNote_sm"
61
+ # format: "dct_format_s"
62
+ # file_size: "gbl_fileSize_s"
63
+ # georeferenced: "gbl_georeferenced_b"
64
+ # id: "id"
65
+ # identifier: "dct_identifier_sm"
66
+ # index_year: "gbl_indexYear_im"
67
+ # is_part_of: "dct_isPartOf_sm"
68
+ # is_replaced_by: "dct_isReplacedBy_sm"
69
+ # theme: "dcat_theme_sm"
70
+ # keyword: "dcat_keyword_sm"
71
+ # language: "dct_language_sm"
72
+ # license: "dct_license_sm"
73
+ # member_of: "pcdm_memberOf_sm"
74
+ # metadata_version: "gbl_mdVersion_s"
75
+ # modified: "gbl_mdModified_dt"
76
+ # overlap_field: "solr_bboxtype"
77
+ # publisher: "dct_publisher_sm"
78
+ # provider: "schema_provider_s"
79
+ # references: "dct_references_s"
80
+ # relation: "dct_relation_sm"
81
+ # replaces: "dct_replaces_sm"
82
+ # resource_class: "gbl_resourceClass_sm"
83
+ # resource_type: "gbl_resourceType_sm"
84
+ # rights: "dct_rights_sm"
85
+ # rights_holder: "dct_rightsHolder_sm"
86
+ # source: "dct_source_sm"
87
+ # spatial_coverage: "dct_spatial_sm"
88
+ # geometry: "locn_geometry"
89
+ # subject: "dct_subject_sm"
90
+ # suppressed: "gbl_suppressed_b"
91
+ # temporal_coverage: "dct_temporal_sm"
92
+ # title: "dct_title_s"
93
+ # version: "dct_isVersionOf_sm"
94
+ # wxs_identifier: "gbl_wxsIdentifier_s"
87
95
 
88
- # Metadata shown in tool panel
89
- metadata_shown:
90
- - "mods"
91
- - "fgdc"
92
- - "iso19139"
93
- - "html"
96
+ # # Institution deployed at
97
+ # institution: "Stanford"
94
98
 
95
- # (For external Download) timeout and open_timeout parameters for Faraday
96
- timeout_download: 180
99
+ # # Metadata shown in tool panel
100
+ # metadata_shown:
101
+ # - "mods"
102
+ # - "fgdc"
103
+ # - "iso19139"
104
+ # - "html"
97
105
 
98
- # (For WMS inspection) timeout and open_timeout parameters for Faraday
99
- timeout_wms: 4
106
+ # # (For external Download) timeout and open_timeout parameters for Faraday
107
+ # timeout_download: 180
100
108
 
101
- # Web services shown in tool panel
102
- webservices_shown:
103
- - "wms"
104
- - "tms"
105
- - "wfs"
106
- - "xyz"
107
- - "wmts"
108
- - "tilejson"
109
- - "iiif"
110
- - "feature_layer"
111
- - "tiled_map_layer"
112
- - "dynamic_map_layer"
113
- - "image_map_layer"
114
- - "cog"
115
- - "pmtiles"
109
+ # # (For WMS inspection) timeout and open_timeout parameters for Faraday
110
+ # timeout_wms: 4
116
111
 
117
- # Display Notes to display / Non-prefixed default bootstrap class is alert-secondary
118
- display_notes_shown:
119
- danger:
120
- bootstrap_alert_class: alert-danger
121
- icon: fire-solid
122
- note_prefix: "Danger: "
123
- info:
124
- bootstrap_alert_class: alert-info
125
- icon: circle-info-solid
126
- note_prefix: "Info: "
127
- tip:
128
- bootstrap_alert_class: alert-success
129
- icon: lightbulb-solid
130
- note_prefix: "Tip: "
131
- warning:
132
- bootstrap_alert_class: alert-warning
133
- icon: triangle-exclamation-solid
134
- note_prefix: "Warning: "
112
+ # # Web services shown in tool panel
113
+ # webservices_shown:
114
+ # - "wms"
115
+ # - "tms"
116
+ # - "wfs"
117
+ # - "xyz"
118
+ # - "wmts"
119
+ # - "tilejson"
120
+ # - "iiif"
121
+ # - "feature_layer"
122
+ # - "tiled_map_layer"
123
+ # - "dynamic_map_layer"
124
+ # - "image_map_layer"
125
+ # - "cog"
126
+ # - "pmtiles"
135
127
 
136
- # Relationships to display
137
- relationships_shown:
138
- member_of_ancestors:
139
- field: pcdm_memberOf_sm
140
- icon: parent-item
141
- inverse: :member_of_descendants
142
- label: geoblacklight.relations.member_of_ancestors
143
- query_type: ancestors
144
- member_of_descendants:
145
- field: pcdm_memberOf_sm
146
- icon: child-item
147
- inverse: :member_of_ancestors
148
- label: geoblacklight.relations.member_of_descendants
149
- query_type: descendants
150
- part_of_ancestors:
151
- field: dct_isPartOf_sm
152
- icon: parent-item
153
- inverse: :part_of_descendants
154
- label: geoblacklight.relations.part_of_ancestors
155
- query_type: ancestors
156
- part_of_descendants:
157
- field: dct_isPartOf_sm
158
- icon: child-item
159
- inverse: :part_of_ancestors
160
- label: geoblacklight.relations.part_of_descendants
161
- query_type: descendants
162
- relation_ancestors:
163
- field: dct_relation_sm
164
- icon: nil
165
- inverse: :relation_descendants
166
- label: geoblacklight.relations.relation_ancestors
167
- query_type: ancestors
168
- relation_descendants:
169
- field: dct_relation_sm
170
- icon: nil
171
- inverse: :relation_ancestors
172
- label: geoblacklight.relations.relation_descendants
173
- query_type: descendants
174
- replaces_ancestors:
175
- field: dct_replaces_sm
176
- icon: nil
177
- inverse: :replaces_descendants
178
- label: geoblacklight.relations.replaces_ancestors
179
- query_type: ancestors
180
- replaces_descendants:
181
- field: dct_replaces_sm
182
- icon: nil
183
- inverse: :replaces_ancestors
184
- label: geoblacklight.relations.replaces_descendants
185
- query_type: descendants
186
- source_ancestors:
187
- field: dct_source_sm
188
- icon: parent-item
189
- inverse: :source_descendants
190
- label: geoblacklight.relations.source_ancestors
191
- query_type: ancestors
192
- source_descendants:
193
- field: dct_source_sm
194
- icon: child-item
195
- inverse: :source_ancestors
196
- label: geoblacklight.relations.source_descendants
197
- query_type: descendants
198
- version_of_ancestors:
199
- field: dct_isVersionOf_sm
200
- icon: parent-item
201
- inverse: :version_of_descendants
202
- label: geoblacklight.relations.version_of_ancestors
203
- query_type: ancestors
204
- version_of_descendants:
205
- field: dct_isVersionOf_sm
206
- icon: child-item
207
- inverse: :version_of_ancestors
208
- label: geoblacklight.relations.version_of_descendants
209
- query_type: descendants
128
+ # # Display Notes to display / Non-prefixed default bootstrap class is alert-secondary
129
+ # display_notes_shown:
130
+ # danger:
131
+ # bootstrap_alert_class: alert-danger
132
+ # icon: fire-solid
133
+ # note_prefix: "Danger: "
134
+ # info:
135
+ # bootstrap_alert_class: alert-info
136
+ # icon: circle-info-solid
137
+ # note_prefix: "Info: "
138
+ # tip:
139
+ # bootstrap_alert_class: alert-success
140
+ # icon: lightbulb-solid
141
+ # note_prefix: "Tip: "
142
+ # warning:
143
+ # bootstrap_alert_class: alert-warning
144
+ # icon: triangle-exclamation-solid
145
+ # note_prefix: "Warning: "
210
146
 
211
- # Vector data download formats to be displayed
212
- download_formats:
213
- vector:
214
- - "Shapefile"
215
- - "KMZ"
216
- - "GeoJSON"
217
- - "CSV"
147
+ # # Relationships to display
148
+ # relationships_shown:
149
+ # member_of_ancestors:
150
+ # field: pcdm_memberOf_sm
151
+ # icon: parent-item
152
+ # inverse: :member_of_descendants
153
+ # label: geoblacklight.relations.member_of_ancestors
154
+ # query_type: ancestors
155
+ # member_of_descendants:
156
+ # field: pcdm_memberOf_sm
157
+ # icon: child-item
158
+ # inverse: :member_of_ancestors
159
+ # label: geoblacklight.relations.member_of_descendants
160
+ # query_type: descendants
161
+ # part_of_ancestors:
162
+ # field: dct_isPartOf_sm
163
+ # icon: parent-item
164
+ # inverse: :part_of_descendants
165
+ # label: geoblacklight.relations.part_of_ancestors
166
+ # query_type: ancestors
167
+ # part_of_descendants:
168
+ # field: dct_isPartOf_sm
169
+ # icon: child-item
170
+ # inverse: :part_of_ancestors
171
+ # label: geoblacklight.relations.part_of_descendants
172
+ # query_type: descendants
173
+ # relation_ancestors:
174
+ # field: dct_relation_sm
175
+ # icon: nil
176
+ # inverse: :relation_descendants
177
+ # label: geoblacklight.relations.relation_ancestors
178
+ # query_type: ancestors
179
+ # relation_descendants:
180
+ # field: dct_relation_sm
181
+ # icon: nil
182
+ # inverse: :relation_ancestors
183
+ # label: geoblacklight.relations.relation_descendants
184
+ # query_type: descendants
185
+ # replaces_ancestors:
186
+ # field: dct_replaces_sm
187
+ # icon: nil
188
+ # inverse: :replaces_descendants
189
+ # label: geoblacklight.relations.replaces_ancestors
190
+ # query_type: ancestors
191
+ # replaces_descendants:
192
+ # field: dct_replaces_sm
193
+ # icon: nil
194
+ # inverse: :replaces_ancestors
195
+ # label: geoblacklight.relations.replaces_descendants
196
+ # query_type: descendants
197
+ # source_ancestors:
198
+ # field: dct_source_sm
199
+ # icon: parent-item
200
+ # inverse: :source_descendants
201
+ # label: geoblacklight.relations.source_ancestors
202
+ # query_type: ancestors
203
+ # source_descendants:
204
+ # field: dct_source_sm
205
+ # icon: child-item
206
+ # inverse: :source_ancestors
207
+ # label: geoblacklight.relations.source_descendants
208
+ # query_type: descendants
209
+ # version_of_ancestors:
210
+ # field: dct_isVersionOf_sm
211
+ # icon: parent-item
212
+ # inverse: :version_of_descendants
213
+ # label: geoblacklight.relations.version_of_ancestors
214
+ # query_type: ancestors
215
+ # version_of_descendants:
216
+ # field: dct_isVersionOf_sm
217
+ # icon: child-item
218
+ # inverse: :version_of_ancestors
219
+ # label: geoblacklight.relations.version_of_descendants
220
+ # query_type: descendants
218
221
 
219
- # WMS Parameters. Keys are OGC WMS request parameter names and are sent to
220
- # remote WMS servers, so they are intentionally left uppercase.
221
- wms_params:
222
- SERVICE: "WMS"
223
- VERSION: "1.1.1"
224
- REQUEST: "GetFeatureInfo"
225
- STYLES: ""
226
- SRS: "EPSG:4326"
227
- EXCEPTIONS: "application/json"
228
- INFO_FORMAT: "application/json"
222
+ # # Vector data download formats to be displayed
223
+ # download_formats:
224
+ # vector:
225
+ # - "Shapefile"
226
+ # - "KMZ"
227
+ # - "GeoJSON"
228
+ # - "CSV"
229
229
 
230
- # Settings for leaflet
231
- leaflet:
232
- # Keys below are consumed by the JS viewer via the page value
233
- # ("INDEX" / "SHOW" / "STATIC_MAP"), so they are intentionally left uppercase.
234
- boundsoverlay:
235
- INDEX:
236
- color: "#3388ff"
237
- SHOW:
238
- color: "#3388ff"
239
- STATIC_MAP:
240
- color: "#3388ff"
241
- selected_color: "#2C7FB8"
242
- sleep:
243
- sleep: true # set to false to disable
244
- margin_distance: 100 # set to zero / false if you want to disable this check
245
- sleeptime: 750
246
- waketime: 750
247
- hovertowake: false
248
- message: "Click to Wake"
249
- background: "rgba(214, 214, 214, .7)"
250
- sidebar: false # set to true to display attribute table as sidebar on map
251
- layers:
252
- detect_retina: true
253
- index:
254
- # DEFAULT / UNAVAILABLE / SELECTED are consumed by the JS viewer and the
255
- # index-map legend, so they are intentionally left uppercase.
256
- DEFAULT: &default
257
- color: "#7FCDBB"
258
- weight: 1
259
- radius: 4
260
- sr_color_name: "Green"
261
- UNAVAILABLE:
262
- <<: *default
263
- color: "#EDF8B1"
264
- sr_color_name: "Yellow"
265
- SELECTED:
266
- <<: *default
267
- color: "#2C7FB8"
268
- sr_color_name: "Blue"
230
+ # # WMS Parameters. Keys are OGC WMS request parameter names and are sent to
231
+ # # remote WMS servers, so they are intentionally left uppercase.
232
+ # wms_params:
233
+ # SERVICE: "WMS"
234
+ # VERSION: "1.1.1"
235
+ # REQUEST: "GetFeatureInfo"
236
+ # STYLES: ""
237
+ # SRS: "EPSG:4326"
238
+ # EXCEPTIONS: "application/json"
239
+ # INFO_FORMAT: "application/json"
269
240
 
270
- # Toggle the help text feature that offers users context
271
- help_text:
272
- viewer_protocol:
273
- - "cog"
274
- - "dynamic_map_layer"
275
- - "feature_layer"
276
- - "iiif"
277
- - "iiif_manifest"
278
- - "image_map_layer"
279
- - "index_map"
280
- - "oembed"
281
- - "pmtiles"
282
- - "tiled_map_layer"
283
- - "tilejson"
284
- - "tms"
285
- - "wms"
286
- - "wmts"
287
- - "xyz"
241
+ # # Settings for leaflet
242
+ # leaflet:
243
+ # # Keys below are consumed by the JS viewer via the page value
244
+ # # ("INDEX" / "SHOW" / "STATIC_MAP"), so they are intentionally left uppercase.
245
+ # boundsoverlay:
246
+ # INDEX:
247
+ # color: "#3388ff"
248
+ # SHOW:
249
+ # color: "#3388ff"
250
+ # STATIC_MAP:
251
+ # color: "#3388ff"
252
+ # selected_color: "#2C7FB8"
253
+ # sleep:
254
+ # sleep: true # set to false to disable
255
+ # margin_distance: 100 # set to zero / false if you want to disable this check
256
+ # sleeptime: 750
257
+ # waketime: 750
258
+ # hovertowake: false
259
+ # message: "Click to Wake"
260
+ # background: "rgba(214, 214, 214, .7)"
261
+ # sidebar: false # set to true to display attribute table as sidebar on map
262
+ # layers:
263
+ # detect_retina: true
264
+ # index:
265
+ # # DEFAULT / UNAVAILABLE / SELECTED are consumed by the JS viewer and the
266
+ # # index-map legend, so they are intentionally left uppercase.
267
+ # DEFAULT: &default
268
+ # color: "#7FCDBB"
269
+ # weight: 1
270
+ # radius: 4
271
+ # sr_color_name: "Green"
272
+ # UNAVAILABLE:
273
+ # <<: *default
274
+ # color: "#EDF8B1"
275
+ # sr_color_name: "Yellow"
276
+ # SELECTED:
277
+ # <<: *default
278
+ # color: "#2C7FB8"
279
+ # sr_color_name: "Blue"
288
280
 
289
- # Enable catalog#show sidebar static map for items with the following viewer protocols
290
- sidebar_static_map:
291
- - "iiif"
292
- - "iiif_manifest"
281
+ # # Toggle the help text feature that offers users context
282
+ # help_text:
283
+ # viewer_protocol:
284
+ # - "cog"
285
+ # - "dynamic_map_layer"
286
+ # - "feature_layer"
287
+ # - "iiif"
288
+ # - "iiif_manifest"
289
+ # - "image_map_layer"
290
+ # - "index_map"
291
+ # - "oembed"
292
+ # - "pmtiles"
293
+ # - "tiled_map_layer"
294
+ # - "tilejson"
295
+ # - "tms"
296
+ # - "wms"
297
+ # - "wmts"
298
+ # - "xyz"
293
299
 
294
- iiif_drag_drop_link: "@manifest?manifest=@manifest"
300
+ # # Enable catalog#show sidebar static map for items with the following viewer protocols
301
+ # sidebar_static_map:
302
+ # - "iiif"
303
+ # - "iiif_manifest"
304
+
305
+ # iiif_drag_drop_link: "@manifest?manifest=@manifest"
@@ -13,37 +13,40 @@ module Geoblacklight
13
13
  attribute :sidebar, :boolean, default: false
14
14
  attribute :selected_color, :string, default: "#2C7FB8"
15
15
 
16
- DEFAULT_LAYERS_CONFIG = {
17
- index: {
18
- DEFAULT: LayerConfig.new(
19
- color: "#7FCDBB",
20
- sr_color_name: "Green"
21
- ),
22
- UNAVAILABLE: LayerConfig.new(
23
- color: "#EDF8B1",
24
- sr_color_name: "Yellow"
25
- ),
26
- SELECTED: LayerConfig.new(
27
- color: "#2C7FB8",
28
- sr_color_name: "Blue"
29
- )
30
- }
31
- }.freeze
32
-
33
16
  DEFAULT_SLEEP_CONFIG = {
34
17
  sleep: true, # set to false to disable
35
18
  margin_distance: 100, # set to zero / false if you want to disable this check
36
19
  sleeptime: 750,
37
20
  waketime: 750,
38
21
  hovertowake: false,
39
- message: "Click to Wake",
40
22
  background: "rgba(214, 214, 214, .7)"
41
23
  }.freeze
42
24
 
25
+ # Built lazily (rather than as a frozen constant) so the sr_color_name
26
+ # values pick up the current I18n locale each time a config is built.
27
+ def self.default_layers_config
28
+ {
29
+ index: {
30
+ DEFAULT: LayerConfig.new(
31
+ color: "#7FCDBB",
32
+ sr_color_name: I18n.t("geoblacklight.map.legend.colors.default")
33
+ ),
34
+ UNAVAILABLE: LayerConfig.new(
35
+ color: "#EDF8B1",
36
+ sr_color_name: I18n.t("geoblacklight.map.legend.colors.unavailable")
37
+ ),
38
+ SELECTED: LayerConfig.new(
39
+ color: "#2C7FB8",
40
+ sr_color_name: I18n.t("geoblacklight.map.legend.colors.selected")
41
+ )
42
+ }
43
+ }
44
+ end
45
+
43
46
  def initialize
44
47
  super
45
48
  @sleep = LeafletSleepConfig.new(DEFAULT_SLEEP_CONFIG)
46
- @layers = LeafletLayersConfig.new(DEFAULT_LAYERS_CONFIG)
49
+ @layers = LeafletLayersConfig.new(self.class.default_layers_config)
47
50
  end
48
51
 
49
52
  def sleep=(attributes)
@@ -9,7 +9,7 @@ module Geoblacklight
9
9
  attribute :sleeptime, :integer, default: 750
10
10
  attribute :waketime, :integer, default: 750
11
11
  attribute :hovertowake, :boolean, default: false
12
- attribute :message, :string, default: "Click to Wake"
12
+ attribute :message, :string, default: -> { I18n.t("geoblacklight.map.sleep.click_to_wake") }
13
13
  attribute :background, :string, default: "rgba(214, 214, 214, .7)"
14
14
 
15
15
  def to_h
@@ -4,6 +4,7 @@ require "blacklight"
4
4
  require "coderay"
5
5
  require "config"
6
6
  require "faraday"
7
+ require "faraday/follow_redirects"
7
8
  require "geoblacklight/version"
8
9
  require "nokogiri"
9
10
  require "mime/types"
@@ -48,7 +48,7 @@ module Geoblacklight
48
48
  # connection error
49
49
  def retrieve_metadata
50
50
  connection = Faraday.new(url: @reference.endpoint) do |conn|
51
- conn.use Geoblacklight::FaradayMiddleware::FollowRedirects
51
+ conn.response :follow_redirects
52
52
  conn.adapter Faraday.default_adapter
53
53
  end
54
54
  begin
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Geoblacklight
4
- VERSION = "6.0.0-alpha.2"
4
+ VERSION = "6.0.0-alpha.3"
5
5
  end