geoblacklight 3.8.0 → 4.0.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +98 -22
  3. data/.gitignore +0 -1
  4. data/.rubocop.yml +5 -1
  5. data/.solr_wrapper +0 -1
  6. data/README.md +1 -1
  7. data/app/assets/images/blacklight/geoblacklight-icons.json +66 -102
  8. data/app/assets/images/blacklight/michigan-state-university.svg +1 -0
  9. data/app/assets/images/blacklight/pennsylvania-state-university.svg +1 -0
  10. data/app/assets/images/blacklight/purdue-university.svg +1 -0
  11. data/app/assets/images/blacklight/the-ohio-state-university.svg +1 -0
  12. data/app/assets/images/blacklight/university-of-chicago.svg +1 -0
  13. data/app/assets/images/blacklight/university-of-illinois-urbana-champaign.svg +1 -0
  14. data/app/assets/images/blacklight/university-of-iowa.svg +1 -0
  15. data/app/assets/images/blacklight/university-of-maryland.svg +1 -0
  16. data/app/assets/images/blacklight/university-of-michigan.svg +1 -0
  17. data/app/assets/images/blacklight/university-of-minnesota.svg +1 -0
  18. data/app/assets/images/blacklight/university-of-nebraska-lincoln.svg +1 -0
  19. data/app/assets/images/blacklight/university-of-wisconsin-madison.svg +1 -0
  20. data/app/assets/javascripts/geoblacklight/viewers/tms.js +2 -2
  21. data/app/assets/javascripts/geoblacklight/viewers/wms.js +2 -2
  22. data/app/models/concerns/geoblacklight/solr_document/citation.rb +2 -2
  23. data/app/models/concerns/geoblacklight/solr_document.rb +4 -4
  24. data/app/models/concerns/geoblacklight/spatial_search_behavior.rb +3 -3
  25. data/app/views/catalog/_header_icons.html.erb +1 -1
  26. data/app/views/catalog/_home_text.html.erb +2 -2
  27. data/app/views/relation/_relations.html.erb +15 -0
  28. data/app/views/relation/index.html.erb +4 -16
  29. data/app/views/relation/index.json.jbuilder +6 -2
  30. data/bin/coverage.rb +36 -0
  31. data/config/initializers/rails_config.rb +0 -8
  32. data/config/locales/geoblacklight.en.yml +8 -8
  33. data/geoblacklight.gemspec +4 -4
  34. data/lib/generators/geoblacklight/assets_generator.rb +1 -1
  35. data/lib/generators/geoblacklight/templates/catalog_controller.rb +78 -36
  36. data/lib/generators/geoblacklight/templates/settings.gbl_v1.yml +195 -0
  37. data/lib/generators/geoblacklight/templates/settings.yml +81 -25
  38. data/lib/geoblacklight/constants.rb +0 -3
  39. data/lib/geoblacklight/download/geojson_download.rb +1 -1
  40. data/lib/geoblacklight/download/geotiff_download.rb +1 -1
  41. data/lib/geoblacklight/download/hgl_download.rb +1 -1
  42. data/lib/geoblacklight/download/kmz_download.rb +1 -1
  43. data/lib/geoblacklight/download/shapefile_download.rb +1 -1
  44. data/lib/geoblacklight/engine.rb +3 -4
  45. data/lib/geoblacklight/item_viewer.rb +1 -13
  46. data/lib/geoblacklight/metadata/base.rb +1 -2
  47. data/lib/geoblacklight/references.rb +1 -1
  48. data/lib/geoblacklight/relation/ancestors.rb +4 -3
  49. data/lib/geoblacklight/relation/descendants.rb +4 -3
  50. data/lib/geoblacklight/relation/relation_response.rb +21 -6
  51. data/lib/geoblacklight/version.rb +1 -1
  52. data/schema/{geoblacklight-schema.json → geoblacklight-schema-1.0.json} +1 -1
  53. data/schema/geoblacklight-schema-aardvark.json +211 -0
  54. data/solr/conf/schema.xml +38 -30
  55. data/solr/conf/solrconfig.xml +18 -18
  56. data/spec/components/geoblacklight/homepage_feature_facet_component_spec.rb +1 -1
  57. data/spec/config/initializers/rails_config_spec.rb +5 -8
  58. data/spec/controllers/catalog_controller_spec.rb +6 -6
  59. data/spec/features/download_layer_spec.rb +1 -1
  60. data/spec/features/esri_viewer_spec.rb +0 -1
  61. data/spec/features/home_page_spec.rb +4 -4
  62. data/spec/features/missing_metadata_spec.rb +2 -2
  63. data/spec/features/relations_spec.rb +2 -2
  64. data/spec/features/search_results_map_spec.rb +2 -1
  65. data/spec/features/search_results_overlap_ratio_spec.rb +2 -2
  66. data/spec/features/split_view.html.erb_spec.rb +16 -12
  67. data/spec/features/tms_spec.rb +1 -1
  68. data/spec/features/web_services_modal_spec.rb +0 -33
  69. data/spec/fixtures/solr_documents/README.md +48 -36
  70. data/spec/fixtures/solr_documents/actual-papermap1.json +41 -18
  71. data/spec/fixtures/solr_documents/actual-point1.json +47 -27
  72. data/spec/fixtures/solr_documents/actual-polygon1.json +43 -18
  73. data/spec/fixtures/solr_documents/actual-raster1.json +52 -23
  74. data/spec/fixtures/solr_documents/all-relationships.json +48 -0
  75. data/spec/fixtures/solr_documents/baruch_ancestor1.json +62 -37
  76. data/spec/fixtures/solr_documents/baruch_ancestor2.json +62 -37
  77. data/spec/fixtures/solr_documents/baruch_documentation_download.json +60 -34
  78. data/spec/fixtures/solr_documents/bbox-spans-180.json +34 -16
  79. data/spec/fixtures/solr_documents/cornell_html_metadata.json +46 -26
  80. data/spec/fixtures/solr_documents/esri-dynamic-layer-all-layers.json +43 -25
  81. data/spec/fixtures/solr_documents/esri-dynamic-layer-single-layer.json +45 -28
  82. data/spec/fixtures/solr_documents/esri-feature-layer.json +44 -34
  83. data/spec/fixtures/solr_documents/esri-image-map-layer.json +45 -31
  84. data/spec/fixtures/solr_documents/esri-tiled_map_layer.json +42 -17
  85. data/spec/fixtures/solr_documents/esri-wms-layer.json +46 -21
  86. data/spec/fixtures/solr_documents/harvard_raster.json +55 -36
  87. data/spec/fixtures/solr_documents/iiif-eastern-hemisphere.json +35 -22
  88. data/spec/fixtures/solr_documents/index-map-polygon-no-downloadurl.json +48 -27
  89. data/spec/fixtures/solr_documents/index-map-polygon.json +48 -27
  90. data/spec/fixtures/solr_documents/index-map-stanford.json +54 -25
  91. data/spec/fixtures/solr_documents/index_map_point.json +54 -26
  92. data/spec/fixtures/solr_documents/metadata_no_geom.json +27 -0
  93. data/spec/fixtures/solr_documents/metadata_no_provider.json +39 -0
  94. data/spec/fixtures/solr_documents/multiple-downloads.json +33 -20
  95. data/spec/fixtures/solr_documents/no_locn_geometry.json +25 -0
  96. data/spec/fixtures/solr_documents/no_spatial.json +37 -19
  97. data/spec/fixtures/solr_documents/oembed.json +34 -17
  98. data/spec/fixtures/solr_documents/princeton-child1.json +45 -28
  99. data/spec/fixtures/solr_documents/princeton-child2.json +45 -28
  100. data/spec/fixtures/solr_documents/princeton-child3.json +45 -28
  101. data/spec/fixtures/solr_documents/princeton-child4.json +45 -28
  102. data/spec/fixtures/solr_documents/princeton-parent.json +46 -23
  103. data/spec/fixtures/solr_documents/public_direct_download.json +48 -21
  104. data/spec/fixtures/solr_documents/public_iiif_princeton.json +49 -24
  105. data/spec/fixtures/solr_documents/public_polygon_mit.json +31 -15
  106. data/spec/fixtures/solr_documents/restricted-line.json +52 -21
  107. data/spec/fixtures/solr_documents/the-related-record.json +27 -0
  108. data/spec/fixtures/solr_documents/tms.json +33 -17
  109. data/spec/fixtures/solr_documents/umn_metro_result1.json +44 -28
  110. data/spec/fixtures/solr_documents/umn_state_result1.json +44 -26
  111. data/spec/fixtures/solr_documents/umn_state_result2.json +45 -24
  112. data/spec/fixtures/solr_documents/uva_slug_colon.json +43 -20
  113. data/spec/lib/geoblacklight/download/geojson_download_spec.rb +1 -1
  114. data/spec/lib/geoblacklight/download/geotiff_download_spec.rb +1 -1
  115. data/spec/lib/geoblacklight/download/hgl_download_spec.rb +1 -1
  116. data/spec/lib/geoblacklight/download/kmz_download_spec.rb +1 -1
  117. data/spec/lib/geoblacklight/download/shapefile_download_spec.rb +1 -1
  118. data/spec/lib/geoblacklight/download_spec.rb +1 -1
  119. data/spec/lib/geoblacklight/metadata/base_spec.rb +0 -18
  120. data/spec/lib/geoblacklight/references_spec.rb +2 -2
  121. data/spec/lib/geoblacklight/relation/ancestors_spec.rb +3 -3
  122. data/spec/lib/geoblacklight/relation/descendants_spec.rb +3 -3
  123. data/spec/lib/geoblacklight/relation/relation_response_spec.rb +32 -17
  124. data/spec/models/concerns/geoblacklight/solr_document_spec.rb +4 -4
  125. data/spec/spec_helper.rb +0 -5
  126. data/spec/test_app_templates/Gemfile.extra +0 -1
  127. data/spec/views/catalog/_results_pagination.html.erb_spec.rb +1 -1
  128. data/spec/views/catalog/_show_downloads.html.erb_spec.rb +1 -1
  129. metadata +43 -74
  130. data/app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg +0 -26
  131. data/app/assets/images/blacklight/arizona.svg +0 -4
  132. data/app/assets/images/blacklight/george-mason.svg +0 -4
  133. data/app/assets/images/blacklight/nebraska.svg +0 -4
  134. data/app/assets/images/blacklight/rutgers.svg +0 -5
  135. data/app/assets/javascripts/geoblacklight/viewers/tilejson.js +0 -33
  136. data/app/assets/javascripts/geoblacklight/viewers/wmts.js +0 -85
  137. data/app/assets/javascripts/geoblacklight/viewers/xyz.js +0 -10
  138. data/app/views/relation/_ancestors.html.erb +0 -8
  139. data/app/views/relation/_descendants.html.erb +0 -15
  140. data/config/initializers/new_gbl_settings_defaults_3_3.yml +0 -10
  141. data/lib/geoblacklight/faraday_middleware/follow_redirects.rb +0 -176
  142. data/schema/format-values.md +0 -50
  143. data/schema/geoblacklight-schema-deprecated.md +0 -39
  144. data/schema/geoblacklight-schema.md +0 -323
  145. data/schema/geometry-type-values.md +0 -11
  146. data/schema/references.md +0 -23
  147. data/schema/schema-commentary.md +0 -198
  148. data/schema/subjects.md +0 -41
  149. data/schema/type-values.md +0 -10
  150. data/spec/features/tilejson_spec.rb +0 -22
  151. data/spec/features/wmts_spec.rb +0 -34
  152. data/spec/features/xyz_spec.rb +0 -10
  153. data/spec/fixtures/manifests/tilejson.json +0 -21
  154. data/spec/fixtures/manifests/wmts-multiple.xml +0 -813
  155. data/spec/fixtures/manifests/wmts-single.xml +0 -126
  156. data/spec/fixtures/solr_documents/metadata_no_dct_provenance_s.json +0 -30
  157. data/spec/fixtures/solr_documents/metadata_no_layer_geom_type_s.json +0 -17
  158. data/spec/fixtures/solr_documents/metadata_no_solr_geom.json +0 -23
  159. data/spec/fixtures/solr_documents/tilejson.json +0 -38
  160. data/spec/fixtures/solr_documents/wmts-multiple.json +0 -32
  161. data/spec/fixtures/solr_documents/wmts-single-layer.json +0 -38
  162. data/spec/fixtures/solr_documents/xyz.json +0 -29
@@ -1,126 +0,0 @@
1
- <Capabilities xmlns="http://www.opengis.net/wmts/1.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" version="1.0.0">
2
- <ows:ServiceIdentification>
3
- <ows:Title>"Mosaic"</ows:Title>
4
- <ows:ServiceType>OGC WMTS</ows:ServiceType>
5
- <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
6
- </ows:ServiceIdentification>
7
- <ows:OperationsMetadata>
8
- <ows:Operation name="GetCapabilities">
9
- <ows:DCP>
10
- <ows:HTTP>
11
- <ows:Get xlink:href="https://map-tiles-staging.princeton.edu/mosaicjson/WMTSCapabilities.xml?url=s3%3A%2F%2Ffiggy-geo-staging%2F2a%2F91%2Fd8%2F2a91d82c541c426cb787cc62afe8f248%2Fmosaic-6c5b32bfe4cb8e4fb07d32cd6656d024.json&amp;rescale=0%2C255">
12
- <ows:Constraint name="GetEncoding">
13
- <ows:AllowedValues>
14
- <ows:Value>RESTful</ows:Value>
15
- </ows:AllowedValues>
16
- </ows:Constraint>
17
- </ows:Get>
18
- </ows:HTTP>
19
- </ows:DCP>
20
- </ows:Operation>
21
- <ows:Operation name="GetTile">
22
- <ows:DCP>
23
- <ows:HTTP>
24
- <ows:Get xlink:href="https://map-tiles-staging.princeton.edu/mosaicjson/WMTSCapabilities.xml?url=s3%3A%2F%2Ffiggy-geo-staging%2F2a%2F91%2Fd8%2F2a91d82c541c426cb787cc62afe8f248%2Fmosaic-6c5b32bfe4cb8e4fb07d32cd6656d024.json&amp;rescale=0%2C255">
25
- <ows:Constraint name="GetEncoding">
26
- <ows:AllowedValues>
27
- <ows:Value>RESTful</ows:Value>
28
- </ows:AllowedValues>
29
- </ows:Constraint>
30
- </ows:Get>
31
- </ows:HTTP>
32
- </ows:DCP>
33
- </ows:Operation>
34
- </ows:OperationsMetadata>
35
- <Contents>
36
- <Layer>
37
- <ows:Title>Mosaic</ows:Title>
38
- <ows:Identifier>mosaic</ows:Identifier>
39
- <ows:Abstract>Mosaic</ows:Abstract>
40
- <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84">
41
- <ows:LowerCorner>19.22222222200001 39.74997750505241</ows:LowerCorner>
42
- <ows:UpperCorner>29.356941715411907 43.083333000050004</ows:UpperCorner>
43
- </ows:WGS84BoundingBox>
44
- <Style isDefault="true">
45
- <ows:Identifier>default</ows:Identifier>
46
- </Style>
47
- <Format>image/png</Format>
48
- <TileMatrixSetLink>
49
- <TileMatrixSet>WebMercatorQuad</TileMatrixSet>
50
- </TileMatrixSetLink>
51
- <ResourceURL format="image/png" resourceType="tile" template="https://map-tiles-staging.princeton.edu/mosaicjson/tiles/WebMercatorQuad/{TileMatrix}/{TileCol}/{TileRow}@1x.png?url=s3%3A%2F%2Ffiggy-geo-staging%2F2a%2F91%2Fd8%2F2a91d82c541c426cb787cc62afe8f248%2Fmosaic-6c5b32bfe4cb8e4fb07d32cd6656d024.json&amp;rescale=0%2C255"/>
52
- </Layer>
53
- <TileMatrixSet>
54
- <ows:Identifier>WebMercatorQuad</ows:Identifier>
55
- <ows:SupportedCRS>EPSG:3857</ows:SupportedCRS>
56
-
57
-
58
- <TileMatrix>
59
- <ows:Identifier>8</ows:Identifier>
60
- <ScaleDenominator>2183915.09386217</ScaleDenominator>
61
- <TopLeftCorner>-20037508.3427892 20037508.3427892</TopLeftCorner>
62
- <TileWidth>256</TileWidth>
63
- <TileHeight>256</TileHeight>
64
- <MatrixWidth>256</MatrixWidth>
65
- <MatrixHeight>256</MatrixHeight>
66
- </TileMatrix>
67
-
68
-
69
- <TileMatrix>
70
- <ows:Identifier>9</ows:Identifier>
71
- <ScaleDenominator>1091957.54693108</ScaleDenominator>
72
- <TopLeftCorner>-20037508.3427892 20037508.3427892</TopLeftCorner>
73
- <TileWidth>256</TileWidth>
74
- <TileHeight>256</TileHeight>
75
- <MatrixWidth>512</MatrixWidth>
76
- <MatrixHeight>512</MatrixHeight>
77
- </TileMatrix>
78
-
79
-
80
- <TileMatrix>
81
- <ows:Identifier>10</ows:Identifier>
82
- <ScaleDenominator>545978.773465544</ScaleDenominator>
83
- <TopLeftCorner>-20037508.3427892 20037508.3427892</TopLeftCorner>
84
- <TileWidth>256</TileWidth>
85
- <TileHeight>256</TileHeight>
86
- <MatrixWidth>1024</MatrixWidth>
87
- <MatrixHeight>1024</MatrixHeight>
88
- </TileMatrix>
89
-
90
-
91
- <TileMatrix>
92
- <ows:Identifier>11</ows:Identifier>
93
- <ScaleDenominator>272989.386732772</ScaleDenominator>
94
- <TopLeftCorner>-20037508.3427892 20037508.3427892</TopLeftCorner>
95
- <TileWidth>256</TileWidth>
96
- <TileHeight>256</TileHeight>
97
- <MatrixWidth>2048</MatrixWidth>
98
- <MatrixHeight>2048</MatrixHeight>
99
- </TileMatrix>
100
-
101
-
102
- <TileMatrix>
103
- <ows:Identifier>12</ows:Identifier>
104
- <ScaleDenominator>136494.693366386</ScaleDenominator>
105
- <TopLeftCorner>-20037508.3427892 20037508.3427892</TopLeftCorner>
106
- <TileWidth>256</TileWidth>
107
- <TileHeight>256</TileHeight>
108
- <MatrixWidth>4096</MatrixWidth>
109
- <MatrixHeight>4096</MatrixHeight>
110
- </TileMatrix>
111
-
112
-
113
- <TileMatrix>
114
- <ows:Identifier>13</ows:Identifier>
115
- <ScaleDenominator>68247.346683193</ScaleDenominator>
116
- <TopLeftCorner>-20037508.3427892 20037508.3427892</TopLeftCorner>
117
- <TileWidth>256</TileWidth>
118
- <TileHeight>256</TileHeight>
119
- <MatrixWidth>8192</MatrixWidth>
120
- <MatrixHeight>8192</MatrixHeight>
121
- </TileMatrix>
122
-
123
- </TileMatrixSet>
124
- </Contents>
125
- <ServiceMetadataURL xlink:href="https://map-tiles-staging.princeton.edu/mosaicjson/WMTSCapabilities.xml?url=s3%3A%2F%2Ffiggy-geo-staging%2F2a%2F91%2Fd8%2F2a91d82c541c426cb787cc62afe8f248%2Fmosaic-6c5b32bfe4cb8e4fb07d32cd6656d024.json&amp;rescale=0%2C255"/>
126
- </Capabilities>
@@ -1,30 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "layer_modified_dt": "2019-12-16T15:57:35Z",
4
- "layer_slug_s": "99-0001-noProvenance",
5
- "dc_identifier_s": "99-0001-noProvenance",
6
- "dc_title_s": "Social Explorer",
7
- "dct_temporal_sm": [
8
- "1790-present"
9
- ],
10
- "dc_description_s": "Requires creating a free account or logging in through an organization with licensed access. This interactive website includes the entire US census history from 1790 to 2000, the American Community Survey (ACS), and the Religious Congregations and Membership Study (RCMS) from 1980 to 2000? the most complete census available on religion in the U.S. Overall, the site contains 39 billion data points, 200,000 variables, and 15,000 interactive maps",
11
- "dc_subject_sm": [
12
- "Society"
13
- ],
14
- "dc_type_sm": [
15
- "Interactive Resource"
16
- ],
17
- "dc_rights_s": "Restricted",
18
- "layer_geom_type_s": "Table",
19
- "solr_geom": "ENVELOPE(-179.9,-64.4,71.6,-14.8)",
20
- "dc_publisher_sm": [
21
- "Social Explorer"
22
- ],
23
- "dc_creator_sm": [
24
- "Queens College (New York, N.Y.). Department of Sociology"
25
- ],
26
- "dct_spatial_sm": [
27
- "United States"
28
- ],
29
- "dct_references_s": "{\"http://schema.org/url\":\"https://www.socialexplorer.com/\"}"
30
- }
@@ -1,17 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "layer_modified_dt": "2020-01-17T15:31:30Z",
4
- "layer_slug_s": "05d-03-noGeomType",
5
- "dc_identifier_s": "05d-03-noGeomType",
6
- "dc_title_s": "University of Minnesota Digital Conservancy DRUM",
7
- "dc_description_s": "DRUM is a publicly available collection of digital research data generated by University of Minnesota researchers, students, and staff. Anyone can search and download the data housed in the repository, instantly or by request.",
8
- "dc_publisher_sm": [
9
- "University of Minnesota Digital Conservancy"
10
- ],
11
- "dc_type_sm": [
12
- "Collection"
13
- ],
14
- "dct_provenance_s": "University of Minnesota",
15
- "dc_rights_s": "Public",
16
- "dct_references_s": "{\"http://schema.org/url\":\"https://conservancy.umn.edu/handle/11299/166578\"}"
17
- }
@@ -1,23 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "layer_modified_dt": "2020-01-23T14:01:19Z",
4
- "layer_slug_s": "05d-p16022coll246-noGeo",
5
- "dc_identifier_s": "05d-p16022coll246-noGeo",
6
- "dc_title_s": "Ames Library of South Asia Maps",
7
- "dc_description_s": "A collection of maps covering Asia held by the University of Minnesota's Ames Library of South Asia.",
8
- "dc_publisher_sm": [
9
- "University of Minnesota"
10
- ],
11
- "dc_type_sm": [
12
- "Collection"
13
- ],
14
- "layer_geom_type_s": "Table",
15
- "dct_provenance_s": "University of Minnesota",
16
- "dct_spatial_sm": [
17
- "Asia",
18
- "India",
19
- "Afghanistan"
20
- ],
21
- "dc_rights_s": "Public",
22
- "dct_references_s": "{\"http://schema.org/url\":\"https://umedia.lib.umn.edu/search?facets[collection_name_s][]=Ames+Library+of+South+Asia+Maps\"}"
23
- }
@@ -1,38 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "ark:/99999/fk4544658v",
4
- "layer_slug_s": "princeton-fk4544658v-tilejson",
5
- "uuid": "princeton-fk4544658v",
6
- "dc_title_s": "The Balkans [and] Turkey : G.S.G.S. no. 2097 / War Office. General Staff. Geographical Section (TileJSON Fixture)",
7
- "solr_geom": "ENVELOPE(19.333333, 29.333333, 43.083333, 39.75)",
8
- "dct_provenance_s": "Princeton",
9
- "dc_rights_s": "Public",
10
- "dc_description_s": "Relief shown by contours approximately 100 feet interval, spot heights, and shading. Title varies; some sheets are titled \"Turkey\". Shows international boundaries, railways, 2 categories of roads, telegraph lines, places of worship, ruins. Constantinople latest edition map has a glossary.",
11
- "dc_creator_sm": [
12
- "Great Britain. War Office. General Staff. Geographical Section"
13
- ],
14
- "dc_language_s": "eng",
15
- "dc_publisher_s": "[London] : War Office. General Staff. Geographical Section. General Staff, 1908-25.",
16
- "dc_subject_sm": [
17
- "Maps,Topographic",
18
- "Balkan Peninsula\u2014Maps",
19
- "Turkey\u2014Maps",
20
- "Topographic maps"
21
- ],
22
- "all_subject_sm": [
23
- "Maps,Topographic",
24
- "Balkan Peninsula\u2014Maps",
25
- "Turkey\u2014Maps",
26
- "Topographic maps"
27
- ],
28
- "dct_spatial_sm": [
29
- "Balkan Peninsula",
30
- "Turkey"
31
- ],
32
- "solr_year_i": 1908,
33
- "layer_modified_dt": "2022-02-03T22:13:40Z",
34
- "layer_id_s": "ark:/99999/fk4544658v",
35
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/99125413918506421\",\"http://schema.org/thumbnailUrl\":\"https://figgy-staging.princeton.edu/downloads/6b55d939-7188-4bce-9550-0ac535441f22/file/9042b887-da2e-4aa9-9ca5-d3ba77f440c4\",\"http://iiif.io/api/image\":\"https://iiif-cloud-staging.princeton.edu/iiif/2/05%2F71%2F04%2F0571046f9c7149a3b950899323f70788%2Fintermediate_file/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy-staging.princeton.edu/concern/scanned_maps/2a91d82c-541c-426c-b787-cc62afe8f248/manifest\",\"https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames\":\"https://map-tiles-staging.princeton.edu/mosaicjson/tiles/WebMercatorQuad/{z}/{x}/{y}@1x.png?id=2a91d82c541c426cb787cc62afe8f248\",\"https://github.com/mapbox/tilejson-spec\":\"https://map-tiles-staging.princeton.edu/mosaicjson/tilejson.json?id=2a91d82c541c426cb787cc62afe8f248\"}",
36
- "layer_geom_type_s": "Image",
37
- "suppressed_b": false
38
- }
@@ -1,32 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "ark:/99999/fk4db9hn29",
4
- "layer_slug_s": "princeton-fk4db9hn29",
5
- "uuid": "princeton-fk4db9hn29",
6
- "dc_title_s": "Orthofoto 2016 Wien (WMTS)",
7
- "solr_geom": "ENVELOPE(16.133423, 16.626434, 48.3348, 48.106056)",
8
- "dct_provenance_s": "Princeton",
9
- "dc_rights_s": "Public",
10
- "dc_description_s": "The Vienna orthophoto from the year 2016 covers the entire city area with a pixel size of 15 centimeters. The aerial images were taken on 18th and 27th of March and 5th of April 2016.",
11
- "dc_creator_sm": [
12
- "Magistrat Wien - Magistratsabteilung 41 - Stadtvermessung"
13
- ],
14
- "all_subject_sm": [
15
- "Orthophoto"
16
- ],
17
- "dct_spatial_sm": [
18
- "Vienna",
19
- "Austria"
20
- ],
21
- "dct_temporal_sm": [
22
- "2016"
23
- ],
24
- "solr_year_i": 2022,
25
- "layer_modified_dt": "2022-02-04T22:13:37Z",
26
- "layer_id_s": "lb2016",
27
- "dct_references_s": "{\"http://www.opengis.net/def/serviceType/ogc/wmts\":\"https://maps.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml\"}",
28
- "layer_geom_type_s": "Raster",
29
- "dc_format_s": "GeoTIFF",
30
- "dct_issued_dt": "2016-01-01T00:00:00Z",
31
- "suppressed_b": false
32
- }
@@ -1,38 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "ark:/99999/fk4544658v",
4
- "layer_slug_s": "princeton-fk4544658v-wmts",
5
- "uuid": "princeton-fk4544658v",
6
- "dc_title_s": "The Balkans [and] Turkey : G.S.G.S. no. 2097 / War Office. General Staff. Geographical Section (WMTS Fixture)",
7
- "solr_geom": "ENVELOPE(19.333333, 29.333333, 43.083333, 39.75)",
8
- "dct_provenance_s": "Princeton",
9
- "dc_rights_s": "Public",
10
- "dc_description_s": "Relief shown by contours approximately 100 feet interval, spot heights, and shading. Title varies; some sheets are titled \"Turkey\". Shows international boundaries, railways, 2 categories of roads, telegraph lines, places of worship, ruins. Constantinople latest edition map has a glossary.",
11
- "dc_creator_sm": [
12
- "Great Britain. War Office. General Staff. Geographical Section"
13
- ],
14
- "dc_language_s": "eng",
15
- "dc_publisher_s": "[London] : War Office. General Staff. Geographical Section. General Staff, 1908-25.",
16
- "dc_subject_sm": [
17
- "Maps,Topographic",
18
- "Balkan Peninsula\u2014Maps",
19
- "Turkey\u2014Maps",
20
- "Topographic maps"
21
- ],
22
- "all_subject_sm": [
23
- "Maps,Topographic",
24
- "Balkan Peninsula\u2014Maps",
25
- "Turkey\u2014Maps",
26
- "Topographic maps"
27
- ],
28
- "dct_spatial_sm": [
29
- "Balkan Peninsula",
30
- "Turkey"
31
- ],
32
- "solr_year_i": 1908,
33
- "layer_modified_dt": "2022-02-03T22:13:40Z",
34
- "layer_id_s": "mosaic",
35
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/99125413918506421\",\"http://schema.org/thumbnailUrl\":\"https://figgy-staging.princeton.edu/downloads/6b55d939-7188-4bce-9550-0ac535441f22/file/9042b887-da2e-4aa9-9ca5-d3ba77f440c4\",\"http://iiif.io/api/image\":\"https://iiif-cloud-staging.princeton.edu/iiif/2/05%2F71%2F04%2F0571046f9c7149a3b950899323f70788%2Fintermediate_file/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy-staging.princeton.edu/concern/scanned_maps/2a91d82c-541c-426c-b787-cc62afe8f248/manifest\",\"http://www.opengis.net/def/serviceType/ogc/wmts\":\"https://map-tiles-staging.princeton.edu/mosaicjson/WMTSCapabilities.xml?id=2a91d82c541c426cb787cc62afe8f248\"}",
36
- "layer_geom_type_s": "Image",
37
- "suppressed_b": false
38
- }
@@ -1,29 +0,0 @@
1
- {
2
- "dc_identifier_s": "6f47b103-9955-4bbe-a364-387039623106",
3
- "dc_title_s": "Quaternary Fault and Fold Database of the United States (XYZ)",
4
- "dc_description_s": "Quaternary Fault and Fold Database of the United States",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Stanford",
7
- "dct_references_s": "{\"http://schema.org/url\":\"https://www.usgs.gov/natural-hazards/earthquake-hazards/faults\",\"https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames\":\"https://earthquake.usgs.gov/basemap/tiles/faults/{z}/{x}/{y}.png\",\"http://schema.org/downloadUrl\":\"https://earthquake.usgs.gov/static/lfs/nshm/qfaults/Qfaults_GIS.zip\"}",
8
- "layer_slug_s": "6f47b103-9955-4bbe-a364-387039623106-xyz",
9
- "layer_geom_type_s": "Polyline",
10
- "dc_format_s": "Shapefile",
11
- "dc_language_s": "English",
12
- "dc_type_s": "Dataset",
13
- "dc_publisher_s": "Geological Survey (U.S.)",
14
- "dc_subject_sm": [
15
- "Earthquakes",
16
- "Faults"
17
- ],
18
- "dct_issued_s": "2020",
19
- "dct_temporal_sm": [
20
- "2020"
21
- ],
22
- "dct_spatial_sm": [
23
- "Earth (Planet)",
24
- "North America"
25
- ],
26
- "solr_geom": "ENVELOPE(-156.02, -70.80, 65.59, 18.93)",
27
- "solr_year_i": 2020,
28
- "geoblacklight_version": "1.0"
29
- }