Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
filled in purpose for remaining files

Delete umn_metro_result2.json

Web service had gone stale

Specs: fix count error, there are only three umn fixtures now
  • Loading branch information
karenmajewicz authored and ewlarson committed Jan 31, 2019
1 parent 9fb7c44 commit 9ef2156
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 71 deletions.
2 changes: 1 addition & 1 deletion spec/features/search_results_map_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
visit root_path
click_link 'Minnesota, United States'
results = page.all(:css, 'article.document')
expect(results.count).to equal(4)
expect(results.count).to equal(3)
end
scenario 'view is scoped to Minnesota' do
visit root_path
Expand Down
60 changes: 29 additions & 31 deletions spec/fixtures/solr_documents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,35 @@ If you add a new document, please add it to the table below, and indicate its pu

| document | purpose |
| -------- | ------- |
| actual-papermap1.json | |
| actual-point1.json | |
| actual-polygon1.json | |
| actual-raster1.json | |
| baruch_ancestor1.json | |
| baruch_ancestor2.json | |
| baruch_documentation_download.json | |
| bbox-spans-180.json | |
| cornell_html_metadata.json | FGDC metadata as XML and HTML |
| esri-dynamic-layer-all-layers.json | |
| esri-dynamic-layer-single-layer.json | |
| esri-feature-layer.json | |
| esri-image-map-layer.json | |
| esri-tiled_map_layer.json | |
| esri-wms-layer.json | |
| harvard_raster.json | |
| iiif-eastern-hemisphere.json | |
| index_map_point.json | GeoJSON index map of points |
| index_map_polygon.json | GeoJSON index map of polygons, with a downloadUrl for the index itself |
| index_map_polygon-no-downloadurl.json | GeoJSON index map of polygons, but lacking a downloadUrl for the index itself |
| index-map-stanford.json | old-style (pre-GeoJSON) index map of rectangular polygons |
| no_spatial.json | |
| actual-papermap1 |Nondigitized paper map with a link to a library catalog|
| actual-point1 |Point dataset with WMS and WFS|
| actual-polygon1 |Polygon dataset (no direct download) with WFS, WMS, and FGDC metadata as XML|
| actual-raster1 |Restricted raster layer with WMS and metadata in MODS and ISO 19139|
| baruch_ancestor1 |SQLite Database with documentation download. Referenced as parent|
| baruch_ancestor2 |Geodatabase with documentation download. Referenced as parent|
| baruch_documentation_download |Point dataset with WMS and WFS, documentation download, and two parent records|
| bbox-spans-180 |Scanned map with IIIF and direct TIFF download that spans across the 180th meridian|
| cornell_html_metadata |Point dataset with WMS, WFS, direct download, and FGDC metadata XML and HTML|
| esri-dynamic-layer-single-layer |ArcGIS Dynamic Map Layer with single layer indicated|
| esri-feature-layer |ArcGIS Feature Layer - point dataset|
| esri-image-map-layer |ArcGIS Image Map Layer with GeoTIFF direct download|
| esri-tiled_map_layer |ArcGIS tiled map layer|
| esri-wms-layer |Dataset with ArcGIS Dynamic Map Layer, ArcGIS WMS, and direct download|
| harvard_raster |Raster with WMS and Harvard style download function|
| iiif-eastern-hemisphere |Eastern hemisphere scanned map with IIIF and direct TIFF download|
| index_map_point | GeoJSON index map of points |
| index_map_polygon | GeoJSON index map of polygons, with a downloadUrl for the index itself |
| index_map_polygon-no-downloadurl | GeoJSON index map of polygons, but lacking a downloadUrl for the index itself |
| index-map-stanford | old-style (pre-GeoJSON) index map of rectangular polygons |
| no_spatial |File without geometry type or solr_geometry (will cause error)|
| princeton-child1.json | Child record for testing the `suppressed_b` property |
| princeton-child2.json | Child record for testing the `suppressed_b` property |
| princeton-parent.json | Parent record for testing the `suppressed_b` property |
| public_direct_download.json | includes a tentative `dcat_distribution_sm` property |
| public_iiif_princeton.json | |
| public_polygon_mit.json | |
| restricted-line.json | |
| umn_metro_result1.json | |
| umn_metro_result2.json | |
| umn_state_result1.json | |
| umn_state_result2.json | |
| uva_slug_colon.json | `layer_slug_s` contains a colon, which is a reserved character which sometimes gets escaped in URLs |
| public_direct_download | includes a tentative `dcat_distribution_sm` property |
| public_iiif_princeton |Scanned map with IIIF|
| public_polygon_mit |Polygon shapefile with WMS and WFS|
| restricted-line |Restricted line layer with WFS, WMS and metadata in MODS and ISO 19139|
| umn_metro_result1.json |Bounding box of metropolitan area and ArcGIS Dynamic Map Layer|
| umn_state_result1.json |Bounding box of state area and static image in references|
| umn_state_result2.json |Bounding box of state area and raster download|
| uva_slug_colon.json | Multipoint dataset with WMS and WFS and a colon in the slug and layer ID |
39 changes: 0 additions & 39 deletions spec/fixtures/solr_documents/umn_metro_result2.json

This file was deleted.

0 comments on commit 9ef2156

Please sign in to comment.