geoblacklight 4.0.0.pre.rc3 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c79db293440e20eec134b810891862224cc2ffd664c0e0b1899235bd6c577d52
4
- data.tar.gz: 20fd4af3b5cb75b5902370b464da4d50f0afdb081d143e566275fd6ec7f6ece6
3
+ metadata.gz: 19db4be6a3f942cdccdc7d36a079d5b9055c668b0963f57f87f71b4c2ee49356
4
+ data.tar.gz: a000aaa1cbb8691207e150e5e4e6a70c3a4d1bcac2d07b3134e353329b043f1f
5
5
  SHA512:
6
- metadata.gz: 814e2426bdd9024a0d68b4750f2a9b02ac45e8bdf52f8a0c1d54004ae1f3140bce2b93223982ebfc19e960561c6afaaef939f8c7909d91949f15cb1151d34a33
7
- data.tar.gz: 72113af4255d38766e2916ddeac83796daaf3f8079e6eeac631603e9768fb38fc213a12460b0151a0bf9943da33fa4bee9e4b902f0b43e58b299aa1dc19b2d10
6
+ metadata.gz: 52f9c326cd02d416cdc266d3456a8fc14f57d801fbca546c63e8d065a64c99bf3af3554a3343ba6eca0b6501290a5eb59e3abc81b34c45074084402140e0bc1e
7
+ data.tar.gz: 38fa50f6e96c57bdb7c988faa60021551ec951446512f077801bfdf57174ea3d7af55ff9fccc05930b52be8dc1895be8b49d732e36971cea88982abe7c99e886
@@ -25,18 +25,9 @@ jobs:
25
25
  strategy:
26
26
  matrix:
27
27
  ruby_version: ['3.0', 2.7]
28
- rails_version: [6.1]
28
+ rails_version: [7.0.2.2, 6.1]
29
29
  bundler_version: [2.1.1]
30
30
  faraday_version: ['>= 2', '~> 1.0']
31
- include:
32
- - ruby_version: 2.6
33
- rails_version: 6.1
34
- bundler_version: 2.1.1
35
- faraday_version: '~> 1.0'
36
- - ruby_version: '3.0'
37
- rails_version: '7.0.2.2'
38
- bundler_version: 2.1.1
39
- faraday_version: '>= 2'
40
31
 
41
32
  name: test ruby ${{ matrix.ruby_version }} / rails ${{ matrix.rails_version }} / faraday ${{ matrix.faraday_version }}
42
33
  steps:
data/.rubocop_todo.yml CHANGED
@@ -1,13 +1,13 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2021-02-24 20:30:24 UTC using RuboCop version 1.10.0.
3
+ # on 2022-09-13 13:23:36 UTC using RuboCop version 1.36.0.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
9
  # Offense count: 3
10
- # Cop supports --auto-correct.
10
+ # This cop supports safe autocorrection (--autocorrect).
11
11
  # Configuration parameters: EnforcedStyle, IndentationWidth.
12
12
  # SupportedStyles: with_first_argument, with_fixed_indentation
13
13
  Layout/ArgumentAlignment:
@@ -15,36 +15,33 @@ Layout/ArgumentAlignment:
15
15
  - 'app/controllers/download_controller.rb'
16
16
  - 'lib/geoblacklight/metadata/html.rb'
17
17
 
18
- # Offense count: 12
19
- # Cop supports --auto-correct.
18
+ # Offense count: 9
19
+ # This cop supports safe autocorrection (--autocorrect).
20
20
  Layout/EmptyLineAfterGuardClause:
21
21
  Exclude:
22
22
  - 'app/helpers/geoblacklight_helper.rb'
23
- - 'app/models/concerns/geoblacklight/solr_document.rb'
24
23
  - 'app/models/concerns/geoblacklight/solr_document/arcgis.rb'
25
24
  - 'app/models/concerns/geoblacklight/solr_document/carto.rb'
26
- - 'bin/coverage.rb'
27
25
  - 'lib/geoblacklight/bounding_box.rb'
28
26
  - 'lib/geoblacklight/download.rb'
29
27
  - 'lib/geoblacklight/item_viewer.rb'
30
28
  - 'lib/geoblacklight/metadata/base.rb'
31
29
  - 'lib/geoblacklight/references.rb'
32
30
 
33
- # Offense count: 141
34
- # Cop supports --auto-correct.
31
+ # Offense count: 148
32
+ # This cop supports safe autocorrection (--autocorrect).
35
33
  Layout/EmptyLineAfterMagicComment:
36
34
  Enabled: false
37
35
 
38
- # Offense count: 5
39
- # Cop supports --auto-correct.
36
+ # Offense count: 2
37
+ # This cop supports safe autocorrection (--autocorrect).
40
38
  # Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
41
39
  Layout/EmptyLineBetweenDefs:
42
40
  Exclude:
43
41
  - 'lib/geoblacklight/exceptions.rb'
44
- - 'lib/geoblacklight/metadata_transformer.rb'
45
42
 
46
43
  # Offense count: 3
47
- # Cop supports --auto-correct.
44
+ # This cop supports safe autocorrection (--autocorrect).
48
45
  # Configuration parameters: AllowAliasSyntax, AllowedMethods.
49
46
  # AllowedMethods: alias_method, public, protected, private
50
47
  Layout/EmptyLinesAroundAttributeAccessor:
@@ -54,7 +51,7 @@ Layout/EmptyLinesAroundAttributeAccessor:
54
51
  - 'lib/geoblacklight/relation/relation_response.rb'
55
52
 
56
53
  # Offense count: 1
57
- # Cop supports --auto-correct.
54
+ # This cop supports unsafe autocorrection (--autocorrect-all).
58
55
  Lint/BooleanSymbol:
59
56
  Exclude:
60
57
  - 'spec/features/metadata_panel_spec.rb'
@@ -74,15 +71,14 @@ Lint/MissingSuper:
74
71
  Exclude:
75
72
  - 'lib/geoblacklight/exceptions.rb'
76
73
 
77
- # Offense count: 4
78
- # Cop supports --auto-correct.
74
+ # Offense count: 2
75
+ # This cop supports safe autocorrection (--autocorrect).
79
76
  Lint/SendWithMixinArgument:
80
77
  Exclude:
81
- - 'lib/geoblacklight.rb'
82
78
  - 'lib/geoblacklight/engine.rb'
83
79
 
84
- # Offense count: 5
85
- # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
80
+ # Offense count: 7
81
+ # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
86
82
  Metrics/AbcSize:
87
83
  Max: 27
88
84
 
@@ -95,13 +91,13 @@ Naming/MemoizedInstanceVariableName:
95
91
 
96
92
  # Offense count: 2
97
93
  # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
98
- # AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
94
+ # AllowedNames: as, at, by, db, id, in, io, ip, of, on, os, pp, to
99
95
  Naming/MethodParameterName:
100
96
  Exclude:
101
97
  - 'lib/geoblacklight/references.rb'
102
98
 
103
99
  # Offense count: 5
104
- # Cop supports --auto-correct.
100
+ # This cop supports safe autocorrection (--autocorrect).
105
101
  # Configuration parameters: PreferredName.
106
102
  Naming/RescuedExceptionsVariableName:
107
103
  Exclude:
@@ -110,12 +106,23 @@ Naming/RescuedExceptionsVariableName:
110
106
  - 'lib/geoblacklight/metadata/base.rb'
111
107
  - 'lib/geoblacklight/wms_layer.rb'
112
108
 
113
- # Offense count: 133
114
- # Cop supports --auto-correct.
109
+ # Offense count: 162
110
+ # This cop supports safe autocorrection (--autocorrect).
115
111
  # Configuration parameters: EnabledMethods.
116
112
  RSpec/Capybara/FeatureMethods:
117
113
  Enabled: false
118
114
 
115
+ # Offense count: 19
116
+ # This cop supports safe autocorrection (--autocorrect).
117
+ RSpec/Capybara/SpecificFinders:
118
+ Exclude:
119
+ - 'spec/features/download_layer_spec.rb'
120
+ - 'spec/features/layer_inspection_spec.rb'
121
+ - 'spec/features/multiple_downloads_spec.rb'
122
+ - 'spec/features/search_results_map_spec.rb'
123
+ - 'spec/features/show_page_download_spec.rb'
124
+ - 'spec/features/split_view.html.erb_spec.rb'
125
+
119
126
  # Offense count: 18
120
127
  RSpec/Capybara/VisibilityMatcher:
121
128
  Exclude:
@@ -124,57 +131,55 @@ RSpec/Capybara/VisibilityMatcher:
124
131
  - 'spec/features/split_view.html.erb_spec.rb'
125
132
  - 'spec/features/tms_spec.rb'
126
133
 
127
- # Offense count: 13
128
- # Configuration parameters: Prefixes.
134
+ # Offense count: 16
135
+ # Configuration parameters: Prefixes, AllowedPatterns.
129
136
  # Prefixes: when, with, without
130
137
  RSpec/ContextWording:
131
138
  Exclude:
132
- - 'spec/helpers/geoblacklight_helper_spec.rb'
133
139
  - 'spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb'
140
+ - 'spec/helpers/geoblacklight_helper_spec.rb'
134
141
  - 'spec/lib/geoblacklight/item_viewer_spec.rb'
135
142
  - 'spec/lib/geoblacklight/reference_spec.rb'
136
143
  - 'spec/views/catalog/_show_downloads.html.erb_spec.rb'
137
144
 
138
145
  # Offense count: 2
146
+ # This cop supports unsafe autocorrection (--autocorrect-all).
139
147
  RSpec/EmptyExampleGroup:
140
148
  Exclude:
141
149
  - 'spec/views/catalog/_document_split.html.erb_spec.rb'
142
150
  - 'spec/views/catalog/_index_split.html.erb_spec.rb'
143
151
 
144
- # Offense count: 75
145
- # Cop supports --auto-correct.
152
+ # Offense count: 63
153
+ # This cop supports safe autocorrection (--autocorrect).
146
154
  # Configuration parameters: AllowConsecutiveOneLiners.
147
155
  RSpec/EmptyLineAfterExample:
148
156
  Enabled: false
149
157
 
150
158
  # Offense count: 77
151
- # Cop supports --auto-correct.
159
+ # This cop supports safe autocorrection (--autocorrect).
152
160
  RSpec/EmptyLineAfterExampleGroup:
153
161
  Enabled: false
154
162
 
155
- # Offense count: 65
156
- # Cop supports --auto-correct.
163
+ # Offense count: 61
164
+ # This cop supports safe autocorrection (--autocorrect).
157
165
  RSpec/EmptyLineAfterFinalLet:
158
166
  Enabled: false
159
167
 
160
- # Offense count: 17
161
- # Cop supports --auto-correct.
168
+ # Offense count: 13
169
+ # This cop supports safe autocorrection (--autocorrect).
170
+ # Configuration parameters: AllowConsecutiveOneLiners.
162
171
  RSpec/EmptyLineAfterHook:
163
172
  Exclude:
164
173
  - 'spec/features/configurable_basemap_spec.rb'
165
174
  - 'spec/features/empty_search_spec.rb'
166
175
  - 'spec/features/home_page_spec.rb'
167
- - 'spec/helpers/geoblacklight_helper_spec.rb'
168
176
  - 'spec/lib/geoblacklight/download_spec.rb'
169
- - 'spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb'
170
177
  - 'spec/lib/geoblacklight/metadata_spec.rb'
171
178
  - 'spec/lib/geoblacklight/metadata_transformer/base_spec.rb'
172
179
  - 'spec/lib/geoblacklight/references_spec.rb'
173
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
174
- - 'spec/views/catalog/_show_downloads.html.erb_spec.rb'
175
180
 
176
181
  # Offense count: 9
177
- # Cop supports --auto-correct.
182
+ # This cop supports safe autocorrection (--autocorrect).
178
183
  RSpec/EmptyLineAfterSubject:
179
184
  Exclude:
180
185
  - 'spec/lib/geoblacklight/document_presenter_spec.rb'
@@ -205,8 +210,10 @@ RSpec/FilePath:
205
210
  - 'spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb'
206
211
 
207
212
  # Offense count: 1
213
+ # Configuration parameters: AssignmentOnly.
208
214
  RSpec/InstanceVariable:
209
- Enabled: false
215
+ Exclude:
216
+ - 'spec/components/geoblacklight/homepage_feature_facet_component_spec.rb'
210
217
 
211
218
  # Offense count: 1
212
219
  RSpec/IteratedExpectation:
@@ -222,27 +229,27 @@ RSpec/LeakyConstantDeclaration:
222
229
  - 'spec/models/concerns/geoblacklight/solr_document/finder_spec.rb'
223
230
 
224
231
  # Offense count: 2
225
- # Cop supports --auto-correct.
232
+ # This cop supports safe autocorrection (--autocorrect).
226
233
  RSpec/LetBeforeExamples:
227
234
  Exclude:
228
235
  - 'spec/models/concerns/geoblacklight/solr_document_spec.rb'
229
236
 
230
- # Offense count: 48
237
+ # Offense count: 46
231
238
  # Configuration parameters: .
232
239
  # SupportedStyles: have_received, receive
233
240
  RSpec/MessageSpies:
234
241
  EnforcedStyle: receive
235
242
 
236
- # Offense count: 119
243
+ # Offense count: 126
237
244
  RSpec/MultipleExpectations:
238
- Max: 12
245
+ Max: 9
239
246
 
240
- # Offense count: 41
247
+ # Offense count: 67
241
248
  # Configuration parameters: AllowSubject.
242
249
  RSpec/MultipleMemoizedHelpers:
243
- Max: 12
250
+ Max: 11
244
251
 
245
- # Offense count: 29
252
+ # Offense count: 15
246
253
  # Configuration parameters: IgnoreSharedExamples.
247
254
  RSpec/NamedSubject:
248
255
  Exclude:
@@ -252,14 +259,19 @@ RSpec/NamedSubject:
252
259
  - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
253
260
  - 'spec/lib/geoblacklight/metadata_transformer_spec.rb'
254
261
  - 'spec/models/concerns/geoblacklight/solr_document/inspection_spec.rb'
255
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
256
262
 
257
263
  # Offense count: 3
264
+ # Configuration parameters: AllowedGroups.
258
265
  RSpec/NestedGroups:
259
266
  Max: 4
260
267
 
261
- # Offense count: 21
262
- # Cop supports --auto-correct.
268
+ # Offense count: 1
269
+ RSpec/NoExpectationExample:
270
+ Exclude:
271
+ - 'spec/features/layer_with_no_references_spec.rb'
272
+
273
+ # Offense count: 19
274
+ # This cop supports unsafe autocorrection (--autocorrect-all).
263
275
  # Configuration parameters: Strict, EnforcedStyle, AllowedExplicitMatchers.
264
276
  # SupportedStyles: inflected, explicit
265
277
  RSpec/PredicateMatcher:
@@ -279,25 +291,30 @@ RSpec/RepeatedExampleGroupDescription:
279
291
  Exclude:
280
292
  - 'spec/helpers/geoblacklight_helper_spec.rb'
281
293
 
282
- # Offense count: 34
294
+ # Offense count: 33
283
295
  RSpec/StubbedMock:
284
296
  Exclude:
285
297
  - 'spec/features/download_layer_spec.rb'
298
+ - 'spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb'
286
299
  - 'spec/helpers/geoblacklight_helper_spec.rb'
287
300
  - 'spec/lib/geoblacklight/download_spec.rb'
288
- - 'spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb'
289
301
  - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
290
302
  - 'spec/models/concerns/geoblacklight/solr_document/carto_spec.rb'
291
303
  - 'spec/models/concerns/geoblacklight/solr_document/inspection_spec.rb'
292
304
  - 'spec/models/concerns/geoblacklight/solr_document_spec.rb'
293
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
294
305
  - 'spec/views/catalog/_show_downloads.html.erb_spec.rb'
295
306
 
296
- # Offense count: 4
307
+ # Offense count: 2
297
308
  RSpec/SubjectStub:
298
309
  Exclude:
299
310
  - 'spec/models/concerns/geoblacklight/solr_document/inspection_spec.rb'
300
- - 'spec/models/concerns/geoblacklight/spatial_search_behavior_spec.rb'
311
+
312
+ # Offense count: 1
313
+ # This cop supports safe autocorrection (--autocorrect).
314
+ # Configuration parameters: SafeAutocorrect.
315
+ Rails/ActionControllerFlashBeforeRender:
316
+ Exclude:
317
+ - 'app/controllers/download_controller.rb'
301
318
 
302
319
  # Offense count: 10
303
320
  # Configuration parameters: EnforcedStyle.
@@ -311,23 +328,32 @@ Rails/FilePath:
311
328
  - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
312
329
  - 'spec/tasks/geoblacklight_spec.rb'
313
330
 
314
- # Offense count: 6
331
+ # Offense count: 7
315
332
  # Configuration parameters: Include.
316
333
  # Include: app/helpers/**/*.rb
317
334
  Rails/HelperInstanceVariable:
318
335
  Exclude:
319
336
  - 'app/helpers/blacklight_helper.rb'
320
- - 'app/helpers/geoblacklight_helper.rb'
321
337
  - 'app/helpers/geoblacklight/geoblacklight_helper_behavior.rb'
338
+ - 'app/helpers/geoblacklight_helper.rb'
322
339
 
323
- # Offense count: 6
340
+ # Offense count: 3
324
341
  Rails/OutputSafety:
325
342
  Exclude:
326
343
  - 'app/controllers/download_controller.rb'
327
344
  - 'app/helpers/geoblacklight_helper.rb'
328
345
 
329
- # Offense count: 5
330
- # Cop supports --auto-correct.
346
+ # Offense count: 7
347
+ # This cop supports safe autocorrection (--autocorrect).
348
+ Rails/RootPathnameMethods:
349
+ Exclude:
350
+ - 'spec/features/metadata_panel_spec.rb'
351
+ - 'spec/lib/geoblacklight/metadata_transformer/fgdc_spec.rb'
352
+ - 'spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb'
353
+ - 'spec/tasks/geoblacklight_spec.rb'
354
+
355
+ # Offense count: 4
356
+ # This cop supports safe autocorrection (--autocorrect).
331
357
  Style/ExpandPathArguments:
332
358
  Exclude:
333
359
  - 'lib/generators/geoblacklight/install_generator.rb'
@@ -335,14 +361,8 @@ Style/ExpandPathArguments:
335
361
  - 'spec/support/features.rb'
336
362
  - 'spec/test_app_templates/lib/generators/test_app_generator.rb'
337
363
 
338
- # Offense count: 2
339
- # Configuration parameters: MaxUnannotatedPlaceholdersAllowed, IgnoredMethods.
340
- # SupportedStyles: annotated, template, unannotated
341
- Style/FormatStringToken:
342
- EnforcedStyle: unannotated
343
-
344
364
  # Offense count: 1
345
- # Configuration parameters: MinBodyLength.
365
+ # Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
346
366
  Style/GuardClause:
347
367
  Exclude:
348
368
  - 'lib/generators/geoblacklight/assets_generator.rb'
@@ -354,20 +374,19 @@ Style/MissingRespondToMissing:
354
374
  - 'lib/geoblacklight/references.rb'
355
375
 
356
376
  # Offense count: 2
357
- # Cop supports --auto-correct.
377
+ # This cop supports safe autocorrection (--autocorrect).
358
378
  Style/RedundantAssignment:
359
379
  Exclude:
360
380
  - 'app/controllers/download_controller.rb'
361
381
 
362
- # Offense count: 6
363
- # Cop supports --auto-correct.
382
+ # Offense count: 2
383
+ # This cop supports safe autocorrection (--autocorrect).
364
384
  Style/RedundantRegexpEscape:
365
385
  Exclude:
366
- - 'app/models/concerns/geoblacklight/solr_document.rb'
367
386
  - 'lib/generators/geoblacklight/install_generator.rb'
368
387
 
369
388
  # Offense count: 1
370
- # Cop supports --auto-correct.
389
+ # This cop supports safe autocorrection (--autocorrect).
371
390
  # Configuration parameters: EnforcedStyle, AllowInnerSlashes.
372
391
  # SupportedStyles: slashes, percent_r, mixed
373
392
  Style/RegexpLiteral:
@@ -375,7 +394,7 @@ Style/RegexpLiteral:
375
394
  - 'lib/geoblacklight/reference.rb'
376
395
 
377
396
  # Offense count: 5
378
- # Cop supports --auto-correct.
397
+ # This cop supports safe autocorrection (--autocorrect).
379
398
  # Configuration parameters: EnforcedStyle.
380
399
  # SupportedStyles: implicit, explicit
381
400
  Style/RescueStandardError:
@@ -386,13 +405,14 @@ Style/RescueStandardError:
386
405
  - 'lib/geoblacklight/metadata_transformer/base.rb'
387
406
 
388
407
  # Offense count: 3
389
- # Cop supports --auto-correct.
408
+ # This cop supports unsafe autocorrection (--autocorrect-all).
390
409
  Style/SlicingWithRange:
391
410
  Exclude:
392
411
  - 'spec/helpers/geoblacklight_helper_spec.rb'
393
412
 
394
413
  # Offense count: 6
395
- # Cop supports --auto-correct.
414
+ # This cop supports unsafe autocorrection (--autocorrect-all).
415
+ # Configuration parameters: Mode.
396
416
  Style/StringConcatenation:
397
417
  Exclude:
398
418
  - 'app/controllers/download_controller.rb'
@@ -401,18 +421,17 @@ Style/StringConcatenation:
401
421
  - 'lib/geoblacklight/download.rb'
402
422
  - 'spec/lib/geoblacklight/document_presenter_spec.rb'
403
423
 
404
- # Offense count: 1
405
- # Cop supports --auto-correct.
424
+ # Offense count: 4
425
+ # This cop supports safe autocorrection (--autocorrect).
406
426
  # Configuration parameters: MinSize.
407
427
  # SupportedStyles: percent, brackets
408
428
  Style/SymbolArray:
409
429
  EnforcedStyle: brackets
410
430
 
411
- # Offense count: 6
412
- # Cop supports --auto-correct.
413
- # Configuration parameters: EnforcedStyle, MinSize, WordRegex.
431
+ # Offense count: 1
432
+ # This cop supports safe autocorrection (--autocorrect).
433
+ # Configuration parameters: WordRegex.
414
434
  # SupportedStyles: percent, brackets
415
435
  Style/WordArray:
416
- Exclude:
417
- - 'app/helpers/geoblacklight_helper.rb'
418
- - 'spec/models/concerns/geoblacklight/solr_document/finder_spec.rb'
436
+ EnforcedStyle: percent
437
+ MinSize: 3
data/.solr_wrapper CHANGED
@@ -1,4 +1,3 @@
1
- url: https://archive.apache.org/dist/lucene/solr/8.11.2/solr-8.11.2.tgz
2
1
  validate: false
3
2
  instance_dir: tmp/solr
4
3
  download_dir: tmp/solr
data/CODE_OF_CONDUCT.md CHANGED
@@ -42,7 +42,7 @@ behavior and are expected to take appropriate and fair corrective action in
42
42
  response to any instances of unacceptable behavior.
43
43
 
44
44
  Project maintainers have the right and responsibility to remove, edit, or
45
- reject comments, commits, code, wiki edits, issues, and other contributions
45
+ reject comments, commits, code, issues, and other contributions
46
46
  that are not aligned to this Code of Conduct, or to ban temporarily or
47
47
  permanently any contributor for other behaviors that they deem inappropriate,
48
48
  threatening, offensive, or harmful.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GeoBlacklight
2
2
 
3
- ![CI](https://github.com/geoblacklight/geoblacklight/actions/workflows/ruby.yml/badge.svg) | [![Coverage Status](https://img.shields.io/badge/coverage-100%25-brightgreen)]() | [![Gem Version](https://img.shields.io/gem/v/geoblacklight.svg)](https://github.com/geoblacklight/geoblacklight/releases)
3
+ ![CI](https://github.com/geoblacklight/geoblacklight/actions/workflows/ruby.yml/badge.svg) | [![Coverage Status](https://img.shields.io/badge/coverage-100%25-brightgreen)]() | [![Gem Version](https://img.shields.io/gem/v/geoblacklight.svg)](https://github.com/geoblacklight/geoblacklight/releases) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5851664.svg)](https://zenodo.org/record/5851664#.YyIculLMK2A)
4
4
 
5
5
  GeoBlacklight is a world-class discovery platform for geospatial (GIS) holdings. It
6
6
  is an open collaborative project aiming to build off of the successes
@@ -8,29 +8,37 @@ of the Blacklight Solr-powered discovery interface and the
8
8
  multi-institutional [OpenGeoportal](http://opengeoportal.io/) and [OpenGeoMetadata](https://github.com/opengeometadata) federated metadata sharing
9
9
  communities. We're actively looking for community input and development partners.
10
10
 
11
- ### [Installation](https://github.com/geoblacklight/geoblacklight/wiki/Installation)
11
+ ### Installation
12
12
 
13
- In order to create a new GeoBlacklight application from the template, run the following:
13
+ Bootstrap a new GeoBlacklight Ruby on Rails application using the template script:
14
14
 
15
+ ```bash
16
+ DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/template.rb
15
17
  ```
16
- $ DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/template.rb
17
- ```
18
-
19
- To launch app:
18
+ Then run the `geoblacklight:server` rake task to run the application:
20
19
 
21
- ```
20
+ ```bash
22
21
  $ cd app-name
23
- $ rake geoblacklight:server
22
+ $ bundle exec rake geoblacklight:server
24
23
  ```
25
24
 
26
- Note that this method launches an application that does not have any fixture records to be examined. You may want to launch a test application that has fixture data loaded into a Solr core. If so, refer to the [development guide](https://github.com/geoblacklight/geoblacklight/wiki/Development). For further information on installing a blank app, see the [installation guide](https://github.com/geoblacklight/geoblacklight/wiki/Installation)
25
+ * Visit your GeoBlacklight application at: [http://localhost:3000](http://localhost:3000)
26
+ * Visit the Solr admin panel at: [http://localhost:8983/solr/#/blacklight-core](http://localhost:8983/solr/#/blacklight-core)
27
+
28
+ #### Index Example Data
29
+
30
+ Index the GeoBlacklight project's test fixtures via:
31
+
32
+ ```bash
33
+ $ bundle exec rake "geoblacklight:index:seed[:remote]"
34
+ ```
27
35
 
28
36
  ### Contributing
29
- Interested in contributing to GeoBlacklight? Please see our [contributing](CONTRIBUTING.md) guide.
30
37
 
31
- ### [Development](https://github.com/geoblacklight/geoblacklight/wiki/Development)
38
+ Interested in contributing to GeoBlacklight? Please see our [contributing](https://geoblacklight.org/docs/overview/contributing/) guide.
32
39
 
33
- See the [development guide](https://github.com/geoblacklight/geoblacklight/wiki/Development) on our wiki for more information about setting up your development environment.
40
+ ### Development
34
41
 
42
+ See the [Getting Started for Developers guide](https://geoblacklight.org/docs/installation/getting_started_developers/) for more information about setting up your development environment.
35
43
 
36
- Please see the full documentation hosted on our [Wiki](https://github.com/geoblacklight/geoblacklight/wiki)
44
+ For more information, please see the [GeoBlacklight Documentation](https://geoblacklight.org/docs/) site.
@@ -1,279 +1,311 @@
1
1
  {
2
2
  "selection": [
3
3
  {
4
- "order": 0,
4
+ "order": 7,
5
+ "name": "george-mason"
6
+ },
7
+ {
8
+ "order": 8,
5
9
  "name": "university-of-colorado-boulder"
6
10
  },
7
11
  {
8
- "order": 0,
12
+ "order": 9,
9
13
  "name": "wisconsin"
10
14
  },
11
15
  {
12
- "order": 0,
16
+ "order": 10,
13
17
  "name": "web_services"
14
18
  },
15
19
  {
16
- "order": 0,
20
+ "order": 11,
17
21
  "name": "uva"
18
22
  },
19
23
  {
20
- "order": 0,
24
+ "order": 12,
21
25
  "name": "ucla"
22
26
  },
23
27
  {
24
- "order": 0,
28
+ "order": 13,
25
29
  "name": "tufts"
26
30
  },
27
31
  {
28
- "order": 0,
32
+ "order": 14,
29
33
  "name": "texas"
30
34
  },
31
35
  {
32
- "order": 0,
36
+ "order": 15,
33
37
  "name": "tags"
34
38
  },
35
39
  {
36
- "order": 0,
40
+ "order": 16,
37
41
  "name": "table"
38
42
  },
39
43
  {
40
- "order": 0,
44
+ "order": 17,
41
45
  "name": "stanford"
42
46
  },
43
47
  {
44
- "order": 0,
48
+ "order": 18,
45
49
  "name": "sms"
46
50
  },
47
51
  {
48
- "order": 0,
52
+ "order": 19,
49
53
  "name": "restricted"
50
54
  },
51
55
  {
52
- "order": 0,
56
+ "order": 20,
53
57
  "name": "raster"
54
58
  },
55
59
  {
56
- "order": 0,
60
+ "order": 21,
57
61
  "name": "purdue"
58
62
  },
59
63
  {
60
- "order": 0,
64
+ "order": 22,
61
65
  "name": "public"
62
66
  },
63
67
  {
64
- "order": 0,
68
+ "order": 23,
65
69
  "name": "princeton"
66
70
  },
67
71
  {
68
- "order": 0,
72
+ "order": 24,
69
73
  "name": "polyline"
70
74
  },
71
75
  {
72
- "order": 0,
76
+ "order": 25,
73
77
  "name": "polygon"
74
78
  },
75
79
  {
76
- "order": 0,
80
+ "order": 26,
77
81
  "name": "point"
78
82
  },
79
83
  {
80
- "order": 0,
84
+ "order": 27,
81
85
  "name": "penn-state"
82
86
  },
83
87
  {
84
- "order": 0,
88
+ "order": 28,
85
89
  "name": "paper-map"
86
90
  },
87
91
  {
88
- "order": 0,
92
+ "order": 29,
89
93
  "name": "pagelines-brands"
90
94
  },
91
95
  {
92
- "order": 0,
96
+ "order": 30,
93
97
  "name": "ohio-state"
94
98
  },
95
99
  {
96
- "order": 0,
100
+ "order": 31,
97
101
  "name": "nyu"
98
102
  },
99
103
  {
100
- "order": 0,
104
+ "order": 32,
101
105
  "name": "multipolygon"
102
106
  },
103
107
  {
104
- "order": 0,
108
+ "order": 33,
105
109
  "name": "multipoint"
106
110
  },
107
111
  {
108
- "order": 0,
112
+ "order": 34,
109
113
  "name": "multilinestring"
110
114
  },
111
115
  {
112
- "order": 0,
116
+ "order": 35,
113
117
  "name": "mixed"
114
118
  },
115
119
  {
116
- "order": 0,
120
+ "order": 36,
117
121
  "name": "mit"
118
122
  },
119
123
  {
120
- "order": 0,
124
+ "order": 37,
121
125
  "name": "minnesota"
122
126
  },
123
127
  {
124
- "order": 0,
128
+ "order": 38,
125
129
  "name": "michigan"
126
130
  },
127
131
  {
128
- "order": 0,
132
+ "order": 39,
129
133
  "name": "michigan-state"
130
134
  },
131
135
  {
132
- "order": 0,
136
+ "order": 40,
133
137
  "name": "metadata"
134
138
  },
135
139
  {
136
- "order": 0,
140
+ "order": 41,
137
141
  "name": "massgis"
138
142
  },
139
143
  {
140
- "order": 0,
144
+ "order": 42,
141
145
  "name": "maryland"
142
146
  },
143
147
  {
144
- "order": 0,
148
+ "order": 43,
145
149
  "name": "map"
146
150
  },
147
151
  {
148
- "order": 0,
152
+ "order": 44,
149
153
  "name": "map-marker"
150
154
  },
151
155
  {
152
- "order": 0,
156
+ "order": 45,
153
157
  "name": "line"
154
158
  },
155
159
  {
156
- "order": 0,
160
+ "order": 46,
157
161
  "name": "lewis-clark"
158
162
  },
159
163
  {
160
- "order": 0,
164
+ "order": 47,
161
165
  "name": "leaf"
162
166
  },
163
167
  {
164
- "order": 0,
168
+ "order": 48,
165
169
  "name": "iowa"
166
170
  },
167
171
  {
168
- "order": 0,
172
+ "order": 49,
169
173
  "name": "indiana"
170
174
  },
171
175
  {
172
- "order": 0,
176
+ "order": 50,
173
177
  "name": "image"
174
178
  },
175
179
  {
176
- "order": 0,
180
+ "order": 51,
177
181
  "name": "illinois"
178
182
  },
179
183
  {
180
- "order": 0,
184
+ "order": 52,
181
185
  "name": "harvard"
182
186
  },
183
187
  {
184
- "order": 0,
188
+ "order": 53,
185
189
  "name": "globe"
186
190
  },
187
191
  {
188
- "order": 0,
192
+ "order": 54,
189
193
  "name": "esri-globe"
190
194
  },
191
195
  {
192
- "order": 0,
196
+ "order": 55,
193
197
  "name": "email"
194
198
  },
195
199
  {
196
- "order": 0,
200
+ "order": 56,
197
201
  "name": "dvd-rom"
198
202
  },
199
203
  {
200
- "order": 0,
204
+ "order": 57,
201
205
  "name": "cornell"
202
206
  },
203
207
  {
204
- "order": 0,
208
+ "order": 58,
205
209
  "name": "columbia"
206
210
  },
207
211
  {
208
- "order": 0,
212
+ "order": 59,
209
213
  "name": "chicago"
210
214
  },
211
215
  {
212
- "order": 0,
216
+ "order": 60,
213
217
  "name": "cd-rom"
214
218
  },
215
219
  {
216
- "order": 0,
220
+ "order": 61,
217
221
  "name": "bookmark"
218
222
  },
219
223
  {
220
- "order": 0,
224
+ "order": 62,
221
225
  "name": "book"
222
226
  },
223
227
  {
224
- "order": 0,
228
+ "order": 63,
225
229
  "name": "baruch-cuny"
226
230
  },
227
231
  {
228
- "order": 0,
232
+ "order": 64,
229
233
  "name": "berkeley"
230
234
  },
231
235
  {
232
- "order": 0,
236
+ "order": 65,
233
237
  "name": "logo"
234
238
  },
235
239
  {
236
- "order": 0,
240
+ "order": 66,
237
241
  "name": "arrow-circle-down"
238
242
  },
239
243
  {
240
- "order": 0,
244
+ "order": 67,
241
245
  "name": "home"
242
246
  }
243
247
  ],
244
248
  "metadata": {
245
249
  "name": "geoblacklight-icons",
246
250
  "importSize": {
247
- "width": 60,
248
- "height": 58
251
+ "width": 1024,
252
+ "height": 1024
249
253
  },
250
- "iconsHash": 673880221
254
+ "iconsHash": 2136029298
251
255
  },
252
256
  "height": 1024,
253
257
  "prevSize": 32,
254
258
  "icons": [
255
259
  {
256
260
  "paths": [
257
- "M842.667 1024h-408.889l-145.778-144v-108.444h-144l-144-144v-483.556l144-144h483.556l144 144v108.444h288v266.667h-71.111v360.889l-145.778 144zM442.667 1000.889h391.111l131.556-129.778v-373.333h71.111v-222.222h-288v-122.667l-129.778-129.778h-465.778l-129.778 129.778v464l131.556 129.778h156.444v124.444l131.556 129.778zM782.222 312.889v504.889h-288v-108.444h108.444l108.444-108.444v-144h-144v106.667h-71.111v-250.667h-218.667v144h71.111v106.667h-144v-359.111h360.889v108.444h145.778v-144l-108.444-108.444h-433.778l-108.444 108.444v432l108.444 108.444h179.556v144l110.222 108.444h359.111l110.222-108.444v-394.667h71.111v-144c-1.778-1.778-216.889-1.778-216.889-1.778z"
261
+ "M1026.803 19.195l81.437-147.195c-19.359 18.143-28.799 23.839-47.039 36.159-98.461 67.582-219.641 83.677-341.365 183.802-82.557 67.966-120.732 166.459-120.732 166.459s110.845-124.796 278.487-186.618c67.614-25.055 114.78-38.815 149.211-52.222z",
262
+ "M983.349 98.297c-88.253 28.159-193.338 54.91-301.015 127.58-83.837 56.638-132.572 153.179-132.572 153.179s118.268-118.268 290.167-158.651l87.997-20.543 55.486-101.565zM885.112 281.459c-42.239 3.84-130.492 11.712-233.689 69.182-67.902 37.759-121.436 89.501-121.436 89.501l-0.16 0.32-0.096-0.064c-20.159 37.823-48.062 100.701-75.422 168.315l-136.092-248.408h-178.458l57.022 57.086v420.339l-57.022 56.958h195.194l-57.982-57.022v-326.39l127.452 228.153-40.223 132.316 41.055-47.999s33.279-158.555 164.539-314.23v332.566l-57.054 53.886h226.041l-49.15-57.086v-444.146c118.844-94.205 195.674-113.276 195.194-113.276z"
258
263
  ],
259
264
  "attrs": [
265
+ {
266
+ "fill": "rgb(108, 117, 125)"
267
+ },
260
268
  {
261
269
  "fill": "rgb(108, 117, 125)"
262
270
  }
263
271
  ],
264
- "width": 1060,
265
272
  "grid": 0,
266
273
  "tags": [
267
- "university-of-colorado-boulder"
274
+ "george-mason"
268
275
  ],
269
276
  "colorPermutations": {
270
277
  "110811712512052052051255255255177186109189791": [
278
+ {
279
+ "f": 2
280
+ },
271
281
  {
272
282
  "f": 2
273
283
  }
274
284
  ]
275
285
  }
276
286
  },
287
+ {
288
+ "paths": [
289
+ "M842.667 1024h-408.889l-145.778-144v-108.444h-144l-144-144v-483.556l144-144h483.556l144 144v108.444h288v266.667h-71.111v360.889l-145.778 144zM442.667 1000.889h391.111l131.556-129.778v-373.333h71.111v-222.222h-288v-122.667l-129.778-129.778h-465.778l-129.778 129.778v464l131.556 129.778h156.444v124.444l131.556 129.778zM782.222 312.889v504.889h-288v-108.444h108.444l108.444-108.444v-144h-144v106.667h-71.111v-250.667h-218.667v144h71.111v106.667h-144v-359.111h360.889v108.444h145.778v-144l-108.444-108.444h-433.778l-108.444 108.444v432l108.444 108.444h179.556v144l110.222 108.444h359.111l110.222-108.444v-394.667h71.111v-144c-1.778-1.778-216.889-1.778-216.889-1.778z"
290
+ ],
291
+ "width": 1060,
292
+ "attrs": [
293
+ {
294
+ "fill": "rgb(108, 117, 125)"
295
+ }
296
+ ],
297
+ "colorPermutations": {
298
+ "110811712512052052051255255255177186109189791": [
299
+ {
300
+ "f": 2
301
+ }
302
+ ]
303
+ },
304
+ "tags": [
305
+ "university-of-colorado-boulder"
306
+ ],
307
+ "grid": 0
308
+ },
277
309
  {
278
310
  "paths": [
279
311
  "M320.64 1023.68c-0.64 0-0.96-0.64-0.64-0.96s0-0.64-0.32-0.64c-1.28 0-6.4-4.8-10.24-9.6l-3.52-4.8-7.68-1.92c-60.058-18.149-110.491-53.053-147.382-99.247l-0.458-0.593c-25.6-30.72-45.12-60.8-66.24-103.36-47.029-95.050-77.073-206.21-83.116-323.712l-0.084-2.048-0.96-16.32c-0.158-4.474-0.247-9.732-0.247-15.010 0-14.431 0.671-28.706 1.983-42.794l-0.136 1.805c0.32-21.12 5.76-66.24 11.52-94.72 19.2-96 57.6-165.12 112-201.6 24.411-17.022 54.697-27.198 87.359-27.2l0.001-0c0.96 0 2.56-2.24 4.48-6.4 6.4-13.44 20.16-22.4 40-27.2 4.16-0.64 7.36-1.6 7.68-1.92l2.56-5.44c3.84-8.96 8.64-15.68 15.36-22.4 8.32-8.32 16.64-12.8 26.88-15.040 2.24-0.32 3.84-0.96 3.2-1.28s1.6-0.64 4.48-0.64c5.76-0.64 16 0 15.040 0.64l4.8 1.6c17.28 4.16 33.28 18.88 40.96 37.76 1.92 4.48 3.2 5.76 4.8 5.76 4.16 0 16 3.84 23.36 7.36 6.4 3.2 8.64 4.8 13.44 9.6 4.48 4.48 6.4 6.72 8.64 11.52 1.6 3.2 3.2 6.080 4.16 6.4l7.040 0.32c17.92 0 42.24 6.4 61.12 16 55.36 26.88 96.96 85.44 121.6 171.52 12.502 43.518 20.458 93.765 22.057 145.614l0.023 0.946 0.32 26.88c0.046 2.021 0.072 4.402 0.072 6.789 0 10.341-0.491 20.568-1.451 30.657l0.099-1.287c-5.725 124.246-38.080 239.703-91.444 342.503l2.164-4.583c-28.939 57.499-68.273 105.734-115.958 143.987l-0.842 0.653c-27.643 21.45-60.415 37.799-96.072 46.957l-1.848 0.403-5.12 5.76c-2.24 2.88-5.44 6.080-6.72 7.040l-1.92 1.92c0.96 0-1.92 1.28-2.88 0.96h-1.92zM327.040 1011.84c8-8.64 16-24.64 18.56-36.48 1.28-6.4 1.6-17.28 0.64-23.36-0.64-5.12-2.56-8-7.36-10.88-10.24-6.080-27.2-5.12-35.2 1.92-4.16 3.2-4.8 5.76-5.44 14.72-0.96 16.64 3.84 32 15.040 48.32 4.8 7.040 6.4 8.32 9.6 8.32 1.6 0 2.56-0.64 4.48-2.56zM299.2 995.2c-0.293-2.952-0.972-5.663-1.991-8.2l0.071 0.2c-2.524-6.777-4.237-14.621-4.786-22.783l-0.014-0.257c0-5.44-0.64-6.4-4.8-8-19.075-7.361-35.531-16.189-50.691-26.749l0.771 0.509c-1.28 0-7.68 6.4-11.52 11.2-4.16 5.44-8.64 12.8-8.32 14.72 22.543 17.692 49.14 31.429 78.070 39.611l1.61 0.389 1.6-0.64zM353.92 993.92c28.223-9.479 52.719-22.4 74.65-38.595l-0.73 0.515c0.64-0.96-2.56-7.040-6.4-12.16-3.637-5.444-8.105-10.014-13.277-13.651l-0.163-0.109c-15.668 10.737-33.617 20.119-52.659 27.267l-1.741 0.573c-0.617 1.88-0.974 4.043-0.974 6.289 0 0.264 0.005 0.527 0.015 0.789l-0.001-0.038c-0.64 8.32-2.24 15.040-4.8 22.4-3.2 9.6-3.2 9.6 6.4 6.72zM216.96 949.44c3.2-5.44 8.32-12.16 12.8-16.64 2.24-2.24 3.84-4.16 3.84-4.8s-2.88-3.2-6.4-6.4c-15.36-11.52-38.4-33.6-52.48-50.56-22.234-26.761-42.134-56.886-58.561-89.080l-1.279-2.76-1.28-1.6-5.44 1.6c-3.2 0.64-8.96 3.2-13.44 5.12-6.72 3.2-7.68 4.16-7.68 5.44 19.349 41.261 42.107 76.822 68.821 108.979l-0.661-0.819c9.28 11.52 32 34.56 41.6 42.56 9.28 8 16 13.12 17.28 13.12l3.2-3.84zM440.64 946.88c49.808-41.748 89.508-93.855 116.041-153.142l1.079-2.698c0-2.56-14.080-9.6-23.040-11.84-2.88-0.96-3.52-0.96-4.48 0l-6.4 11.52c-27.771 54.436-65.484 100.025-111.138 135.985l-0.862 0.655 4.16 5.44c5.44 5.76 9.28 10.56 12.16 16 1.6 2.88 2.88 4.16 3.52 4.16s4.8-2.88 8.96-6.4zM292.8 950.080c2.24-8 5.76-12.16 12.48-15.36 11.2-4.8 23.36-4.8 34.24 0 7.040 3.2 10.88 7.68 12.16 13.76 0.32 1.92 0.96 2.24 2.24 2.24 16.74-5.473 31.282-13.086 44.256-22.694l-0.416 0.294c0-0.96-1.92-3.2-4.16-4.8-6.4-5.12-18.24-17.92-23.36-24.32-5.12-7.040-9.6-14.080-12.48-21.12-1.28-2.88-2.56-5.44-3.2-5.44s-4.16 1.6-7.68 3.84c-8.32 4.8-22.4 11.52-24.32 11.52s-18.24-8-24.96-11.84c-1.729-1.277-3.759-2.267-5.955-2.852l-0.125-0.028c-0.64 0-1.92 1.92-3.2 5.12-2.88 6.4-7.040 13.12-12.8 21.12-5.12 7.040-17.6 19.84-23.68 24.64-3.52 2.88-4.48 4.16-3.84 5.12s14.080 8.96 22.72 13.12c15.040 7.36 21.44 9.6 22.080 7.36zM249.6 922.24c15.36-12.8 28.48-28.8 35.2-43.2 4.16-8.64 4.16-8.64-4.8-15.36-29.44-21.44-62.72-60.8-88.64-104-3.2-5.44-4.8-7.68-5.76-7.68-1.754 0.652-3.25 1.633-4.479 2.879l-0.001 0.001c-16.053 12.76-35.502 21.968-56.762 26.104l-0.838 0.136c24.654 51.593 58.419 95.083 99.609 130.103l0.551 0.457c8.96 7.36 19.2 14.72 20.16 14.72l5.76-4.16zM409.28 921.28c39.68-28.48 76.8-72.64 107.84-129.28 5.12-9.6 5.44-11.2 2.56-11.84-10.945-2.686-20.226-5.756-29.184-9.451l1.344 0.491c-9.778-3.885-18.224-8.73-25.852-14.586l0.252 0.186c-3.2-2.56-6.4-4.8-7.040-4.8s-3.2 3.84-6.080 8.64c-12.16 20.16-27.52 41.6-41.6 58.56-13.44 16-33.28 35.2-48 46.4-5.12 3.52-5.44 3.84-4.8 6.080 9.001 22.466 23.906 40.977 42.811 54.144l0.389 0.256c0.64 0 3.84-2.24 7.36-4.8zM277.44 794.56l20.8-133.44 20.48-133.12 25.92 131.2 26.24 133.76 0.64 2.24h6.4c3.84 0 6.080-0.32 6.4-0.96 0.64-0.64 20.16-87.68 43.52-193.92 28.48-128.96 43.2-193.92 43.84-194.88 2.24-3.2 4.48-4.16 9.6-4.8l5.44-0.32v-23.68h-67.2v23.68l5.12-0.32c9.28-0.32 13.12 2.88 13.44 10.88 0 3.84-50.56 224-51.2 223.040l-30.72-144.32c-22.4-106.88-30.4-144.32-31.36-145.28-1.92-1.92-10.88-1.6-11.84 0.32l-22.4 143.040-22.4 142.080-25.6-108.16c-26.56-114.24-25.92-112-23.36-117.12 1.92-3.52 4.48-4.8 9.6-4.8 3.2 0 4.48-0.32 4.8-1.28 0.96-1.28 0.96-19.2 0-20.8-0.64-1.28-1.6-1.28-37.12-1.28-30.4 0-36.8 0-37.44 0.96-0.64 0.64-0.64 4.16-0.64 11.2v10.24l4.48 1.6c5.44 1.92 7.36 3.2 8.64 6.080 0.64 1.28 21.44 88.64 46.080 194.56l45.44 193.28c0.64 0.96 13.76 1.28 14.4 0.32zM564.8 777.28c45.075-97.58 71.363-211.759 71.363-332.078 0-0.816-0.001-1.633-0.004-2.449l0 0.127c0-41.6-0.64-56.64-2.88-57.92-1.92-1.6-14.4 0.64-22.4 3.2l-4.48 1.6 0.32 13.44c0.601 11.384 0.943 24.714 0.943 38.123 0 116.744-25.94 227.429-72.372 326.606l1.989-4.729c-3.52 7.68-4.8 10.88-4.16 11.52 0.32 0.64 2.88 1.92 5.44 2.56 5.44 1.6 14.080 5.76 17.28 8 3.84 2.56 4.48 1.92 8.96-8zM94.080 781.44l12.8-5.12c3.52-0.96 4.8-1.6 4.8-2.56-15.949-32.147-30.664-70.175-41.991-109.637l-1.209-4.923c-19.515-66.485-30.742-142.865-30.742-221.868 0-11.554 0.24-23.051 0.716-34.488l-0.054 1.635c0.64-9.6 0.64-13.44 0-14.080-2.24-2.88-25.6-7.36-27.2-5.44-1.542 18.541-2.421 40.129-2.421 61.923 0 45.258 3.79 89.631 11.070 132.818l-0.649-4.661c10.56 63.68 28.16 125.76 52.16 182.080 7.040 17.28 12.8 28.16 13.76 28.16l8.96-3.52zM129.92 776c15.040-3.84 30.4-10.24 40.32-16.64 7.040-4.48 13.76-9.92 13.76-11.52l-3.84-8c-1.92-3.84-7.36-13.12-11.2-21.12-4.16-8-7.68-14.4-8.32-14.4s-1.6 1.6-3.2 3.2c-2.443 4.231-6.065 7.544-10.417 9.541l-0.143 0.059c-10.24 4.8-18.24 3.84-24.64-2.88-2.924-2.724-4.76-6.584-4.8-10.873l-0-0.007c0-8.64 7.68-16.64 14.72-15.36 3.52 0.64 7.68 4.48 7.36 6.4-0.32 2.56-2.24 2.88-4.8 0.64-1.6-1.28-2.88-1.6-4.16-1.28-5.76 1.28-8 9.6-3.84 15.040 6.72 8.96 23.68 3.2 27.2-9.28 2.56-8.96-1.92-18.24-10.88-23.040-3.52-1.92-4.48-2.24-11.2-2.24-6.4 0-7.36 0-11.2 2.24-5.12 2.56-11.52 8.64-13.76 13.12-6.72 13.12-5.76 34.88 2.56 60.8 4.16 11.84 8.96 24 10.88 26.56 0.96 1.28 2.24 0.96 9.6-0.96zM527.68 771.2c3.84-8.32 9.92-26.88 12.16-37.12 3.2-14.080 3.52-28.16 1.28-37.44-2.363-8.892-8.301-16.085-16.142-20.078l-0.178-0.082c-2.868-1.624-6.299-2.581-9.953-2.581-0.326 0-0.651 0.008-0.973 0.023l0.046-0.002c-5.44 0-6.4 0-9.6 1.6-4.796 2.18-8.713 5.583-11.457 9.816l-0.063 0.104c-1.6 3.2-1.92 4.16-1.92 8.96 0 6.080 0.64 8 4.8 12.48 2.56 3.2 9.6 6.4 13.12 6.4 1.6 0 4.16-0.64 5.76-1.28 7.36-3.84 8.32-14.72 1.28-17.92-1.6-0.96-2.24-0.96-4.16 0l-2.56 1.92c0 0.32-0.64 0.64-1.6 0.64-2.24-0.32-2.24-3.52 0-5.76 4.16-4.16 10.88-3.84 15.68 0.96 4.8 5.12 5.76 11.52 3.2 17.6-2.796 6.243-8.954 10.513-16.11 10.513-1.092 0-2.161-0.099-3.198-0.29l0.108 0.016c-8.282-1.303-15.296-5.9-19.776-12.382l-0.064-0.098c-0.96-1.6-2.24-2.88-2.88-2.88s-3.2 4.8-6.4 11.2c-7.141 14.923-12.689 25.515-18.491 35.946l1.851-3.626c0 3.2 12.16 11.52 24.64 17.6 8.64 4.16 16.64 7.36 27.2 10.24 11.2 3.2 10.56 3.2 14.4-4.48zM96 710.4c0-8.96 1.6-16 5.12-23.36 5.12-11.2 14.4-17.6 26.88-19.2 5.12-0.96 7.040-0.64 16.32 1.6 1.28 0.32 1.6 0 1.6-0.64l-4.48-14.72c-15.532-45.643-25.344-98.318-27.176-153.014l-0.024-0.906-0.64-15.040-2.24-3.2c-2.705-4.516-6.648-8.047-11.361-10.176l-0.159-0.064c-4.299-2.115-9.357-3.353-14.704-3.353-1.132 0-2.252 0.055-3.356 0.164l0.14-0.011c-15.040 0.96-26.88 8.32-33.28 21.44-3.2 6.4-3.2 8-1.28 26.24 6.72 67.2 20.48 129.28 42.24 189.76 5.12 13.76 6.4 14.72 6.4 4.16zM82.56 648l-1.92-5.76 1.28-3.2c2.241-4.561 5.915-8.132 10.426-10.185l0.134-0.055c6.4-3.2 11.52-4.16 18.56-3.84 8 0.64 8.64 0.96 11.52 8.32l2.56 6.72-3.2-2.24c-3.2-3.84-6.4-4.48-14.72-3.84-5.926 0.169-11.35 2.186-15.751 5.491l0.071-0.051c-4.8 3.52-6.4 5.76-6.4 10.56l-0.64 4.16-1.92-6.080zM72 604.16c-0.442-1.722-0.695-3.698-0.695-5.734 0-0.572 0.020-1.139 0.059-1.701l-0.004 0.076c1.28-4.48 8.64-10.88 15.36-12.8 1.6-0.64 6.4-0.96 10.56-0.96 6.4 0 8.64 0 10.88 1.28 2.56 1.28 2.88 1.92 4.8 7.68l2.24 7.040c0 0.64-1.28-0.32-3.2-2.56-2.56-3.2-3.2-3.52-7.040-4.16-6.4-1.6-15.040-0.64-20.16 1.92-7.36 3.52-10.24 7.040-10.24 11.84 0 1.92 0 3.2-0.64 3.2s-1.28-2.24-1.92-5.12zM64 565.76l-0.96-7.040-0.64-4.8 4.48-4.16c3.2-3.2 5.76-4.8 8.96-6.080 8.32-3.2 25.28-1.92 28.16 1.6 0.96 0.96 3.84 13.76 3.2 14.080l-2.24-2.88c-2.88-4.16-5.44-5.12-13.76-5.76-0.965-0.117-2.081-0.184-3.214-0.184-5.573 0-10.767 1.619-15.139 4.412l0.113-0.068c-4.48 3.2-6.4 5.44-7.36 9.6l-1.28 3.52-0.64-2.24zM59.2 524.16l-0.96-7.040-0.32-4.16 3.2-3.52c6.080-7.040 16-9.92 26.88-8.64 6.4 0.96 10.88 2.56 12.48 4.16 1.28 1.28 4.16 14.72 3.2 14.72l-2.56-3.2c-3.2-5.12-6.4-6.4-17.6-6.4-8.32 0-8.96 0-13.12 2.24-4.8 2.24-8.96 6.080-8.96 8l-0.96 3.84-0.96 2.56-0.32-2.56zM552.64 712.96c22.366-59.811 38.551-129.269 45.498-201.428l0.262-3.372c0.96-11.2 0.96-12.8-2.24-19.52-7.36-14.72-26.24-23.040-43.52-19.52-8.216 1.785-15.015 6.805-19.126 13.628l-0.074 0.132c-1.92 3.2-2.24 4.48-2.24 10.56-1.565 60.354-12.338 117.678-30.96 171.332l1.2-3.972c-2.56 7.040-2.56 9.28-0.32 8.64l6.080-1.6c9.6-2.24 22.4 1.6 30.4 9.6 7.36 7.36 10.88 16.96 11.52 30.4 0.64 9.6 1.28 10.56 3.84 5.12zM560.32 649.6v-4.16l-3.84-4.16c-4.608-4.54-10.935-7.348-17.918-7.36l-0.002-0c-8.96-0.64-11.52 0-15.040 3.84-0.911 1.004-1.966 1.856-3.138 2.527l-0.062 0.033s4.16-11.52 5.44-12.8c3.2-3.84 19.2-3.2 27.2 0.64 4.16 2.24 8.96 7.040 10.56 10.56l1.6 3.2-1.6 5.76c-2.56 7.040-3.2 7.36-3.2 1.92zM571.2 608c-0.204-1.094-0.321-2.354-0.321-3.64 0-0.070 0-0.141 0.001-0.211l-0 0.011c0-2.56-2.56-5.44-6.72-8.32-4.777-2.729-10.499-4.338-16.597-4.338-2.624 0-5.178 0.298-7.631 0.862l0.228-0.044c-3.2 0.64-4.16 1.28-7.040 4.48l-3.2 3.2 1.28-4.16c2.88-9.6 3.2-10.24 6.4-11.52 6.4-2.56 17.92-2.24 25.6 0.96 3.2 1.6 8.64 6.4 10.56 9.6 1.28 3.2 1.28 3.2 0 8.64l-1.92 6.080-0.64-1.6zM580.16 565.12c-0.314-1.58-0.757-2.973-1.332-4.294l0.052 0.134c-2.452-3.338-5.691-5.961-9.451-7.621l-0.149-0.059c-4.16-2.24-4.48-2.24-12.8-2.24-11.2 0-13.76 1.28-17.6 8-1.28 2.24-0.96 0 0.32-6.4 1.28-4.48 2.24-7.040 3.2-7.68 4.48-3.52 19.2-4.16 27.2-1.28 5.12 1.92 9.6 5.76 11.84 9.28 1.6 2.88 1.6 3.2 0.96 8.64-0.32 3.2-0.96 5.76-1.28 6.080s-0.64-0.96-0.96-2.56zM586.24 526.72l-1.92-5.12c-1.28-4.16-1.6-4.8-5.76-7.36-5.44-3.52-9.92-4.8-18.88-4.16-9.6 0.64-12.8 1.92-15.68 6.4-1.28 1.92-2.24 3.2-2.24 2.56 0-2.24 2.24-12.8 2.88-13.76 0.96-1.28 8-3.52 12.8-4.48 6.4-0.96 13.76 0 19.2 2.88 4.8 1.92 9.6 6.72 10.56 9.6 0.018 0.57 0.029 1.241 0.029 1.914 0 3.96-0.36 7.837-1.048 11.598l0.060-0.392zM51.84 475.2c16-15.68 41.6-17.92 57.28-5.12 3.84 3.2 4.8 3.2 4.8-3.2 0-7.040 1.28-22.4 2.88-35.2 0.64-6.4 1.28-11.52 0.96-11.84l-8.32-1.28c-21.592-2.535-41.275-8.176-59.47-16.504l1.23 0.504c-5.12-2.88-6.4-2.56-7.040 0.64s-0.64 72.64 0 74.88c0.32 1.28 0.96 1.92 1.6 1.92s3.2-2.24 6.080-4.8zM600.64 475.52c0.64-5.12 0.64-63.36 0-69.76-0.32-4.8-0.64-4.8-2.24-4.8-0.96 0-5.76 1.92-10.56 3.84-15.36 6.4-32.96 11.2-51.2 13.76l-9.28 0.96v3.2l1.28 12.48 2.24 23.36c0.64 10.88 0.96 14.080 1.6 14.080s2.24-1.28 3.84-2.56c6.72-5.44 15.040-8 24.32-8 12.8 0 23.68 4.16 32.64 12.8 3.2 2.88 5.76 5.12 6.4 5.12s0.64-2.24 0.96-4.48zM119.040 415.040l2.56-12.16c6.386-36.295 20.079-68.545 39.556-96.461l-0.516 0.781c6.4-8.32 17.28-19.52 24-24.96 2.56-1.92 4.8-4.16 4.8-4.8s-3.2-3.2-9.28-6.72c-30.427-17.366-55.108-41.636-72.462-70.777l-0.498-0.903c-2.56 0-13.44 16.96-22.72 36.16-23.026 46.938-37.143 101.958-38.709 160.109l-0.011 0.531c0.64 1.6 9.92 6.080 21.12 9.92 20.48 7.68 50.24 12.8 52.16 9.6zM538.88 415.36c20.046-2.861 38.156-8.237 55.026-15.873l-1.266 0.513 7.36-3.52-0.32-7.040c-4.16-62.080-21.44-125.12-46.4-168.32-4.293-8.418-9.299-15.672-15.126-22.177l0.086 0.097c-17.609 29.551-41.97 53.399-71.045 69.901l-0.955 0.499-10.88 7.68c34.356 29.343 58.376 69.896 66.391 115.944l0.169 1.176 3.2 15.68c1.28 7.36 0.64 7.36 13.44 5.44zM39.040 385.92l2.24-15.040c5.249-68.635 27.196-131.222 61.747-184.933l-0.947 1.573c0.96-3.2-18.88-19.52-23.68-19.52-2.56 0-15.040 20.16-24.96 40.96-7.36 15.68-11.84 26.56-17.92 45.12-11.96 35.777-20.481 77.362-23.882 120.388l-0.118 1.852-0.32 4.48 8 1.28c4.48 0.64 10.24 1.92 13.12 2.88 6.4 1.92 6.080 1.92 6.72 0.96zM625.6 381.76l7.68-0.96 0.32-2.88c-3.415-53.549-14.859-103.451-33.16-149.901l1.16 3.341c-7.36-18.56-20.16-43.52-30.080-58.56-2.56-3.52-3.84-4.8-5.12-4.8-3.84 0-23.36 15.36-23.36 18.88l3.2 6.4c12.8 18.56 25.92 45.12 35.2 71.040 11.2 33.6 19.2 71.040 23.040 110.4 0.32 6.080 1.28 10.88 1.6 11.2s3.2 0 6.4-1.28l12.8-2.88zM462.4 268.8c28.16-17.28 51.2-38.4 64.64-58.56 2.24-3.84 5.44-8.96 6.4-11.52l2.24-4.48-3.2-3.84c-4.48-6.4-17.92-19.84-24.96-25.6-17.551-14.853-39.754-24.718-64.146-27.16l-0.494-0.040c-9.6-0.96-17.6-0.32-24.32 1.92-9.6 3.2-16 8.64-20.8 18.56-8 16-6.080 43.52 4.8 59.84 6.4 10.24 13.76 15.040 22.4 14.4 11.52-0.96 19.2-16 19.2-37.44 0-14.72-4.16-25.6-11.84-30.72-5.44-3.52-12.8-0.96-16.32 5.76-3.2 5.44-3.84 16.64-1.28 24.96 1.6 4.8 5.44 9.28 8.64 9.28 1.6 0 2.56-0.64 3.52-2.24 1.28-1.92 1.28-3.2 1.28-8.32 0-4.8-0.64-6.4-1.92-8-1.92-2.88-1.6-4.8 0.32-5.12 4.48-0.32 7.68 7.68 7.040 17.28-0.96 17.28-8.64 24-16.96 15.040-7.040-7.68-10.56-24-8.32-37.76 1.92-11.2 6.4-17.92 12.8-21.12 4.48-2.56 8.64-2.56 12.8 0 16.32 9.6 21.44 48.96 9.6 73.6-3.2 6.4-6.4 10.56-10.88 12.8-3.2 1.6-3.84 1.6-20.8 1.6-11.2 0-19.2-0.32-22.4-0.96-17.564-2.027-32.973-9.966-44.465-21.745l-0.015-0.015c-4.556-5.888-8.078-12.835-10.143-20.385l-0.097-0.415c-1.112-4.229-1.75-9.085-1.75-14.089 0-1.461 0.054-2.909 0.161-4.342l-0.011 0.191c-0.012-0.576-0.019-1.256-0.019-1.937 0-22.090 7.083-42.526 19.103-59.16l-0.204 0.297c5.12-7.040 16-17.28 22.4-21.44s6.72-5.44 1.92-7.68c-1.967-1.040-4.299-1.651-6.774-1.651-0.432 0-0.859 0.019-1.281 0.055l0.055-0.004c-6.483 0.221-12.37 2.601-17.007 6.438l0.047-0.038c-9.6 6.4-22.4 22.4-25.92 31.68-1.92 5.12-3.2 5.12-5.44-0.32-5.12-12.8-20.48-29.12-32.96-35.2-3.191-1.536-6.938-2.434-10.895-2.434-1.807 0-3.57 0.187-5.271 0.543l0.167-0.029c-2.88 0.64-6.4 3.2-6.4 4.16l6.4 4.48c7.68 5.12 18.56 16 23.68 24 16 23.68 22.080 57.6 14.4 80.32-3.2 8.96-5.44 13.12-12.48 19.84-6.4 6.4-11.84 9.92-20.16 13.12-13.44 5.44-26.24 7.36-46.080 6.72-12.8 0-14.72-0.32-17.28-1.6-16.96-7.68-24-49.6-12.16-73.92 2.465-5.448 6.305-9.905 11.085-13.049l0.115-0.071c7.36-3.52 16 0.64 20.8 9.92 9.28 17.92 2.24 51.2-10.88 53.76-1.92 0.32-2.56 0-4.8-2.24-7.040-7.040-8-27.2-1.6-32.96 3.2-3.2 5.44 0.64 2.56 4.48-1.28 1.6-1.6 2.88-1.6 7.68 0 7.040 1.6 10.24 4.8 10.24s5.76-2.24 8-6.72c1.6-3.2 1.92-5.12 2.24-11.52 0.32-12.16-2.24-18.56-8.32-21.76-4.16-1.92-7.36-1.92-10.56 0-8 5.44-11.84 15.68-11.84 31.36 0 10.88 1.6 18.24 4.8 24.96 4.16 8.32 8.96 12.16 16 12.16 12.8 0 24.64-14.72 28.8-35.2 1.92-8 1.92-23.68 0-30.080-2.47-11.222-9.501-20.454-19.005-25.819l-0.195-0.101c-5.76-3.2-10.88-4.16-21.12-3.84-28.16 0-54.4 10.88-79.040 32.96-8.32 7.36-21.44 22.4-21.44 24.32s4.16 9.6 8.96 16.96c10.88 16 26.88 31.68 47.68 46.4 9.6 6.72 25.6 16.64 26.88 16.64l10.24-4.48c19.52-9.6 36.48-13.44 57.28-12.8 13.44 0.32 19.2 1.28 40.64 6.72 21.12 5.44 21.44 5.44 41.6 0l22.4-4.8c9.6-1.92 27.2-2.56 36.16-1.28 14.4 1.6 31.68 7.040 44.16 14.080 3.2 1.6 6.080 2.88 6.4 2.56l10.24-5.76zM256.96 229.44c15.268-1.117 28.734-8.028 38.362-18.518l0.038-0.042c7.040-9.6 9.6-17.92 9.6-32 0.64-34.56-19.2-66.88-48.96-81.28-12.508-5.576-27.103-8.823-42.456-8.823-3.643 0-7.242 0.183-10.791 0.54l0.447-0.036c-42.334 3.557-79.435 23.441-105.441 53.254l-0.159 0.186c-8 8.96-16.32 19.52-16.32 21.12 0 0.64 1.92 2.24 5.12 4.48 3.2 1.92 8 6.080 11.52 8.96s6.4 5.76 7.040 5.76c0.64 0 2.24-1.6 3.84-3.52 19.494-25.753 47.13-44.44 79.032-52.279l0.968-0.201c9.92-1.92 26.88-2.56 33.6-0.96 13.76 3.2 24.32 11.52 30.72 24.96 7.68 15.68 8.64 34.24 2.88 53.12-2.24 6.4-5.76 13.76-9.28 18.56-2.56 3.84-2.88 5.76-0.96 6.72 1.6 0.96 3.84 0.96 11.52 0zM399.040 229.76c2.56-0.64 2.56-2.56-0.64-7.040-17.92-26.56-16.64-64.96 2.88-84.48 5.44-5.44 10.56-8.64 18.56-11.52 5.44-1.92 25.92-1.92 35.2 0 18.24 3.52 36.16 11.84 52.16 24 12.262 9.719 23.068 20.322 32.668 31.956l0.292 0.364c0.64 0 3.2-2.24 6.4-5.12 4.8-4.16 10.56-8.64 16.96-12.48 1.92-0.96 0.96-2.56-6.4-11.84-21.236-27.552-50.179-48.219-83.592-58.868l-1.208-0.332c-11.554-3.434-24.829-5.41-38.566-5.41-8.763 0-17.339 0.804-25.657 2.343l0.863-0.133c-39.583 8.429-68.844 43.096-68.844 84.598 0 0.971 0.016 1.939 0.048 2.903l-0.004-0.14c0 11.2 0 12.16 1.92 17.6 0.96 3.2 2.56 7.040 3.84 8.96 4.8 8.32 14.4 16 24.64 20.16 8.96 3.2 23.68 5.76 28.48 4.48zM327.040 111.040c13.44-23.36 32-35.84 48.64-33.28 5.76 0.96 12.48 3.84 16 7.040l2.88 2.56 4.16-1.28 12.16-2.56c3.33-0.426 6.354-1.326 9.146-2.639l-0.186 0.079c1.6-1.6-2.24-8-8.64-14.4-4.8-4.8-6.72-6.4-12.8-9.28-6.673-3.617-14.571-5.84-22.966-6.078l-0.074-0.002c-11.84-0.64-21.76 1.92-31.040 8-8.32 5.76-15.36 14.4-19.2 24l-2.56 4.48-1.92-3.2c-2.996-7.010-6.869-13.037-11.576-18.304l0.056 0.064c-6.4-6.4-14.080-11.2-22.72-13.44-6.72-1.92-21.44-1.92-28.8 0s-16 6.4-21.12 10.88c-4.8 4.16-10.88 12.16-11.52 15.68-0.32 2.24-0.32 2.24 6.72 3.2l11.84 2.88 7.36 1.92 3.2-2.56c5.372-4.443 12.33-7.138 19.919-7.138 0.873 0 1.738 0.036 2.593 0.106l-0.112-0.007c5.44 0.32 11.84 2.88 17.28 5.76 7.68 4.8 17.6 16 24.64 27.84 3.52 6.4 4.8 6.4 8.64-0.32zM325.76 72.64c5.12-8.64 12.16-15.36 21.76-20.48 6.4-3.2 6.4-4.16 1.92-6.72-2.88-1.6-4.16-1.6-8.96-1.6-7.040 0-11.2 1.6-15.36 5.76l-2.56 2.88-3.2-3.2c-3.795-3.47-8.833-5.636-14.375-5.76l-0.025-0c-6.4 0-13.76 3.2-12.8 5.44 0 0.64 3.2 2.24 6.080 3.84 6.72 3.2 15.040 10.88 19.52 17.92 4.16 6.4 5.44 6.4 8 1.92zM288 43.84c4.876-5.34 11.867-8.678 19.638-8.678 3.896 0 7.596 0.839 10.929 2.346l-0.167-0.068c4.16 1.6 4.48 1.6 7.040 0.32 10.88-4.8 22.4-2.88 30.72 5.44l3.52 3.84 4.8-0.96c1.885-0.166 3.622-0.621 5.227-1.322l-0.107 0.042c1.6-1.6-5.76-16-11.84-23.040-8.936-9.378-21.521-15.209-35.468-15.209-7.823 0-15.217 1.835-21.777 5.097l0.285-0.128c-10.24 5.12-21.12 17.92-24.64 28.8-1.28 4.48-0.96 4.8 3.2 5.76 5.12 0.96 5.76 0.96 8.64-2.24z"
@@ -0,0 +1,4 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
+ <path fill="#6c757d" d="M32.088 0.6l2.545-4.6c-0.605 0.567-0.9 0.745-1.47 1.13-3.077 2.112-6.864 2.615-10.668 5.744-2.58 2.124-3.773 5.202-3.773 5.202s3.464-3.9 8.703-5.832c2.113-0.783 3.587-1.213 4.663-1.632z"></path>
3
+ <path fill="#6c757d" d="M30.73 3.072c-2.758 0.88-6.042 1.716-9.407 3.987-2.62 1.77-4.143 4.787-4.143 4.787s3.696-3.696 9.068-4.958l2.75-0.642 1.734-3.174zM27.66 8.796c-1.32 0.12-4.078 0.366-7.303 2.162-2.122 1.18-3.795 2.797-3.795 2.797l-0.005 0.010-0.003-0.002c-0.63 1.182-1.502 3.147-2.357 5.26l-4.253-7.763h-5.577l1.782 1.784v13.136l-1.782 1.78h6.1l-1.812-1.782v-10.2l3.983 7.13-1.257 4.135 1.283-1.5s1.040-4.955 5.142-9.82v10.393l-1.783 1.684h7.064l-1.536-1.784v-13.88c3.714-2.944 6.115-3.54 6.1-3.54z"></path>
4
+ </svg>
@@ -135,6 +135,7 @@ en:
135
135
  cornell: Cornell University
136
136
  dvd-rom: DVD-Rom
137
137
  esri-globe: Esri Global
138
+ george-mason: George Mason University
138
139
  harvard: Harvard University
139
140
  illinois: University of Illinois
140
141
  indiana: Indiana University
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Geoblacklight
3
- VERSION = '4.0.0-rc3'
3
+ VERSION = '4.0.0'
4
4
  end
@@ -39,10 +39,27 @@ namespace :geoblacklight do
39
39
  end
40
40
  end
41
41
 
42
+ # Local fixtures: bundle exec rake "geoblacklight:index:seed"
43
+ # Remote fixtures: bundle exec rake "geoblacklight:index:seed[:remote]"
42
44
  namespace :index do
43
- desc 'Put sample data into solr'
44
- task :seed => :environment do
45
- docs = Dir['spec/fixtures/solr_documents/*.json'].map { |f| JSON.parse File.read(f) }.flatten
45
+ desc 'Index GBL test fixture metadata into Solr'
46
+ task :seed, [:remote] => :environment do |t, args|
47
+ docs = []
48
+
49
+ if args.remote
50
+ puts 'Indexing - Remote test fixtures'
51
+ JSON.load(
52
+ URI.open("https://api.github.com/repos/geoblacklight/geoblacklight/contents/spec/fixtures/solr_documents")
53
+ ).each do |fixture|
54
+ if fixture['name'].include?('.json')
55
+ docs << JSON.load(URI.open(fixture['download_url']))
56
+ end
57
+ end
58
+ else
59
+ puts 'Indexing - Local test fixtures'
60
+ docs = Dir['spec/fixtures/solr_documents/*.json'].map { |f| JSON.parse File.read(f) }.flatten
61
+ end
62
+
46
63
  Blacklight.default_index.connection.add docs
47
64
  Blacklight.default_index.connection.commit
48
65
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-04/schema#",
3
- "description": "Schema for GeoBlacklight. See https://github.com/geoblacklight/geoblacklight/wiki/Schema for more details.",
3
+ "description": "Schema for GeoBlacklight. See https://opengeometadata.org/docs/gbl-1.0 for more details.",
4
4
  "id": "http://geoblacklight.org/v1.0/schema",
5
5
  "title": "GeoBlacklight Schema - v1.0",
6
6
  "definitions": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dc_identifier_s": {
26
26
  "type": "string",
27
- "description": "Unique identifier for layer as a URI. It should be globally unique across all institutions, assumed not to be end-user visible, and is usually of the form `http://institution/id`. See https://github.com/geoblacklight/geoblacklight/wiki/Schema for more detailed documentation.",
27
+ "description": "Unique identifier for layer as a URI. It should be globally unique across all institutions, assumed not to be end-user visible, and is usually of the form `http://institution/id`. See https://opengeometadata.org/docs/gbl-1.0#identifier for more detailed documentation.",
28
28
  "example": "http://purl.stanford.edu/vr593vj7147"
29
29
  },
30
30
  "dc_title_s": {
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "layer_slug_s": {
88
88
  "type": "string",
89
- "description": "Identifies a layer in human-readable keywords. Note this value is visible to the user, and used for Permalinks. The value should be alpha-numeric characters separated by dashes, and is typically of the form `institution-keyword1-keyword2`. It should also be globally unique across all institutions in *your* GeoBlacklight index. See https://github.com/geoblacklight/geoblacklight/wiki/Schema for more detailed documentation.",
89
+ "description": "Identifies a layer in human-readable keywords. Note this value is visible to the user, and used for Permalinks. The value should be alpha-numeric characters separated by dashes, and is typically of the form `institution-keyword1-keyword2`. It should also be globally unique across all institutions in *your* GeoBlacklight index. See https://opengeometadata.org/docs/gbl-1.0#slug for more detailed documentation.",
90
90
  "pattern": "^[-a-zA-Z0-9]+$",
91
91
  "example": "stanford-andhra-pradesh-village-boundaries"
92
92
  },
data/schema/readme.md ADDED
@@ -0,0 +1,8 @@
1
+ #about the schema directory
2
+
3
+ This directory contains two [JSON schema vocabulary](http://json-schema.org) files. These are provided for documentation and testing purposes.
4
+
5
+ * geoblacklight-schema-1.0.json : This document is formatted in the [GeoBlacklight 1.0 Metadata version schema](https://opengeometadata.org/docs/gbl-1.0), compatible with Geoblacklight versions 2.0 to 3.7.
6
+ * geoblacklight-schema-aardvark.json : This document is formatted in the [OpenGeoMetadata, version Aardvark schema](https://opengeometadata.org/docs/ogm-aardvark), compatible with Geoblacklight version 4.0.
7
+
8
+ For more information on the metadata schemas for GeoBlacklight, see [opengeometadata.org](https://opengeometadata.org)
data/template.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  gem 'blacklight', '~> 7.0'
3
- gem 'geoblacklight', '~> 4.0'
3
+ gem 'geoblacklight', '~> 4.0.0.pre.rc3'
4
4
  gem 'sprockets', '< 4.0' # Use sprockets less than 4.0, let webpacker users set this up themselves
5
5
 
6
6
  # Hack for https://github.com/rails/rails/issues/35153
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoblacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.pre.rc3
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Graves
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2022-07-13 00:00:00.000000000 Z
14
+ date: 2022-09-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -402,6 +402,7 @@ files:
402
402
  - app/assets/images/blacklight/email.svg
403
403
  - app/assets/images/blacklight/esri-globe.svg
404
404
  - app/assets/images/blacklight/geoblacklight-icons.json
405
+ - app/assets/images/blacklight/george-mason.svg
405
406
  - app/assets/images/blacklight/globe.svg
406
407
  - app/assets/images/blacklight/harvard.svg
407
408
  - app/assets/images/blacklight/home.svg
@@ -642,6 +643,7 @@ files:
642
643
  - package.json
643
644
  - schema/geoblacklight-schema-1.0.json
644
645
  - schema/geoblacklight-schema-aardvark.json
646
+ - schema/readme.md
645
647
  - setupJest.js
646
648
  - solr/conf/_rest_managed.json
647
649
  - solr/conf/admin-extra.html