geoblacklight 4.4.2 → 5.0.0.pre.alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build-demo-app.yml +153 -0
- data/.github/workflows/prune-containers.yml +19 -0
- data/.github/workflows/ruby.yml +54 -52
- data/.gitignore +2 -2
- data/CONTRIBUTING.md +62 -44
- data/Gemfile +3 -28
- data/Rakefile +42 -67
- data/app/assets/images/blacklight/logo.svg +31 -1
- data/app/assets/stylesheets/geoblacklight/geoblacklight.scss +1 -2
- data/app/assets/stylesheets/geoblacklight/modules/_base.scss +1 -1
- data/app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss +24 -26
- data/app/assets/stylesheets/geoblacklight/modules/downloads.scss +13 -0
- data/app/assets/stylesheets/geoblacklight/modules/home.scss +2 -17
- data/app/assets/stylesheets/geoblacklight/modules/icon-customization.scss +48 -23
- data/app/assets/stylesheets/geoblacklight/modules/index_maps.scss +1 -15
- data/app/assets/stylesheets/geoblacklight/modules/item.scss +13 -11
- data/app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss +3 -3
- data/app/assets/stylesheets/geoblacklight/modules/leaflet.scss +4 -0
- data/app/assets/stylesheets/geoblacklight/modules/modal.scss +0 -15
- data/app/assets/stylesheets/geoblacklight/modules/results.scss +10 -19
- data/app/assets/stylesheets/geoblacklight/modules/sidebar.scss +2 -2
- data/app/components/blacklight/icons/american_geographical_society_library_uwm_libraries_component.rb +46 -0
- data/app/components/blacklight/icons/arizona_component.rb +24 -0
- data/app/components/blacklight/icons/arrow_circle_down_component.rb +23 -0
- data/app/components/blacklight/icons/baruch_cuny_component.rb +23 -0
- data/app/components/blacklight/icons/book_component.rb +23 -0
- data/app/components/blacklight/icons/bookmark_component.rb +23 -0
- data/app/components/blacklight/icons/cd_rom_component.rb +23 -0
- data/app/components/blacklight/icons/child_item_component.rb +23 -0
- data/app/components/blacklight/icons/circle_info_solid_component.rb +23 -0
- data/app/components/blacklight/icons/citation_component.rb +23 -0
- data/app/components/blacklight/icons/collection_component.rb +23 -0
- data/app/components/blacklight/icons/collections_component.rb +24 -0
- data/app/components/blacklight/icons/columbia_component.rb +23 -0
- data/app/components/blacklight/icons/cornell_component.rb +25 -0
- data/app/components/blacklight/icons/datasets_component.rb +27 -0
- data/app/components/blacklight/icons/dvd_rom_component.rb +23 -0
- data/app/components/blacklight/icons/email_component.rb +23 -0
- data/app/components/blacklight/icons/esri_globe_component.rb +51 -0
- data/app/components/blacklight/icons/fire_solid_component.rb +23 -0
- data/app/components/blacklight/icons/george_mason_component.rb +24 -0
- data/app/components/blacklight/icons/globe_component.rb +23 -0
- data/app/components/blacklight/icons/harvard_component.rb +23 -0
- data/app/components/blacklight/icons/home_component.rb +23 -0
- data/app/components/blacklight/icons/iiif_drag_drop_component.rb +31 -0
- data/app/components/blacklight/icons/image_component.rb +23 -0
- data/app/components/blacklight/icons/imagery_component.rb +24 -0
- data/app/components/blacklight/icons/indiana_component.rb +23 -0
- data/app/components/blacklight/icons/leaf_component.rb +23 -0
- data/app/components/blacklight/icons/lewis_clark_component.rb +25 -0
- data/app/components/blacklight/icons/lightbulb_solid_component.rb +23 -0
- data/app/components/blacklight/icons/line_component.rb +24 -0
- data/app/components/blacklight/icons/map_component.rb +23 -0
- data/app/components/blacklight/icons/map_marker_component.rb +23 -0
- data/app/components/blacklight/icons/maps_component.rb +24 -0
- data/app/components/blacklight/icons/massgis_component.rb +23 -0
- data/app/components/blacklight/icons/metadata_component.rb +23 -0
- data/app/components/blacklight/icons/michigan_state_university_component.rb +25 -0
- data/app/components/blacklight/icons/mit_component.rb +23 -0
- data/app/components/blacklight/icons/mixed_component.rb +25 -0
- data/app/components/blacklight/icons/multilinestring_component.rb +26 -0
- data/app/components/blacklight/icons/multipoint_component.rb +23 -0
- data/app/components/blacklight/icons/multipolygon_component.rb +26 -0
- data/app/components/blacklight/icons/northwestern_university_component.rb +24 -0
- data/app/components/blacklight/icons/nyu_component.rb +26 -0
- data/app/components/blacklight/icons/pagelines_brands_component.rb +23 -0
- data/app/components/blacklight/icons/paper_map_component.rb +23 -0
- data/app/components/blacklight/icons/parent_item_component.rb +23 -0
- data/app/components/blacklight/icons/pennsylvania_state_university_component.rb +25 -0
- data/app/components/blacklight/icons/point_component.rb +23 -0
- data/app/components/blacklight/icons/polygon_component.rb +24 -0
- data/app/components/blacklight/icons/polyline_component.rb +26 -0
- data/app/components/blacklight/icons/princeton_component.rb +23 -0
- data/app/components/blacklight/icons/public_component.rb +23 -0
- data/app/components/blacklight/icons/purdue_university_component.rb +25 -0
- data/app/components/blacklight/icons/raster_component.rb +23 -0
- data/app/components/blacklight/icons/restricted_component.rb +23 -0
- data/app/components/blacklight/icons/rutgers_component.rb +25 -0
- data/app/components/blacklight/icons/sms_component.rb +23 -0
- data/app/components/blacklight/icons/stanford_component.rb +23 -0
- data/app/components/blacklight/icons/table_component.rb +23 -0
- data/app/components/blacklight/icons/tags_component.rb +23 -0
- data/app/components/blacklight/icons/texas_component.rb +23 -0
- data/app/components/blacklight/icons/the_ohio_state_university_component.rb +26 -0
- data/app/components/blacklight/icons/triangle_exclamation_solid_component.rb +23 -0
- data/app/components/blacklight/icons/tufts_component.rb +23 -0
- data/app/components/blacklight/icons/ucla_component.rb +23 -0
- data/app/components/blacklight/icons/university_of_california_berkeley_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_chicago_component.rb +25 -0
- data/app/components/blacklight/icons/university_of_colorado_boulder_component.rb +26 -0
- data/app/components/blacklight/icons/university_of_illinois_urbana_champaign_component.rb +25 -0
- data/app/components/blacklight/icons/university_of_iowa_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_maryland_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_michigan_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_minnesota_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_nebraska_lincoln_component.rb +27 -0
- data/app/components/blacklight/icons/university_of_wisconsin_madison_component.rb +24 -0
- data/app/components/blacklight/icons/uva_component.rb +23 -0
- data/app/components/blacklight/icons/web_services_component.rb +23 -0
- data/app/components/blacklight/icons/websites_component.rb +24 -0
- data/app/components/geoblacklight/arcgis_component.html.erb +3 -0
- data/app/components/geoblacklight/arcgis_component.rb +25 -0
- data/app/components/geoblacklight/attribute_table_component.html.erb +17 -0
- data/app/components/geoblacklight/attribute_table_component.rb +17 -0
- data/app/components/geoblacklight/data_dictionary_download_component.html.erb +3 -0
- data/app/components/geoblacklight/data_dictionary_download_component.rb +16 -0
- data/app/components/geoblacklight/display_note_component.rb +1 -1
- data/app/components/geoblacklight/document/citation_component.html.erb +1 -0
- data/app/components/geoblacklight/document/citation_component.rb +19 -0
- data/app/components/geoblacklight/document/sidebar_component.html.erb +12 -0
- data/app/components/geoblacklight/document/sidebar_component.rb +8 -0
- data/app/components/geoblacklight/document_component.html.erb +43 -0
- data/app/components/geoblacklight/document_component.rb +6 -0
- data/app/components/geoblacklight/download_links_component.html.erb +31 -0
- data/app/components/geoblacklight/download_links_component.rb +80 -0
- data/app/components/geoblacklight/header_component.html.erb +14 -0
- data/app/components/geoblacklight/header_component.rb +9 -0
- data/app/components/geoblacklight/header_icons_component.html.erb +3 -0
- data/app/components/geoblacklight/header_icons_component.rb +29 -0
- data/app/components/geoblacklight/iiif_drag_drop_component.html.erb +3 -0
- data/app/components/geoblacklight/iiif_drag_drop_component.rb +16 -0
- data/app/components/geoblacklight/index_map_inspect_component.rb +15 -0
- data/app/components/geoblacklight/index_map_legend_component.html.erb +14 -0
- data/app/components/geoblacklight/index_map_legend_component.rb +17 -0
- data/app/components/geoblacklight/item_map_viewer_component.html.erb +1 -0
- data/app/components/geoblacklight/item_map_viewer_component.rb +87 -0
- data/app/components/geoblacklight/location_leaflet_map_component.html.erb +1 -0
- data/app/components/geoblacklight/location_leaflet_map_component.rb +49 -0
- data/app/components/geoblacklight/login_link_component.html.erb +5 -0
- data/app/components/geoblacklight/login_link_component.rb +17 -0
- data/app/components/geoblacklight/relations_component.html.erb +23 -0
- data/app/components/geoblacklight/relations_component.rb +25 -0
- data/app/components/geoblacklight/search_result_component.html.erb +44 -0
- data/app/{presenters/geoblacklight/document_presenter.rb → components/geoblacklight/search_result_component.rb} +9 -6
- data/app/components/geoblacklight/static_map_component.html.erb +9 -0
- data/app/components/geoblacklight/static_map_component.rb +36 -0
- data/app/components/geoblacklight/viewer_help_text_component.html.erb +1 -0
- data/app/components/geoblacklight/viewer_help_text_component.rb +46 -0
- data/app/components/geoblacklight/web_services_component.html.erb +1 -0
- data/app/components/geoblacklight/web_services_component.rb +26 -0
- data/app/{views/catalog/_web_services_default.html.erb → components/geoblacklight/web_services_default_component.html.erb} +3 -5
- data/app/components/geoblacklight/web_services_default_component.rb +11 -0
- data/app/components/geoblacklight/web_services_link_component.html.erb +3 -0
- data/app/components/geoblacklight/web_services_link_component.rb +22 -0
- data/app/{views/catalog/_web_services_wfs.html.erb → components/geoblacklight/web_services_wfs_component.html.erb} +4 -7
- data/app/components/geoblacklight/web_services_wfs_component.rb +12 -0
- data/app/components/geoblacklight/web_services_wms_component.html.erb +10 -0
- data/app/components/geoblacklight/web_services_wms_component.rb +12 -0
- data/app/controllers/download_controller.rb +8 -24
- data/app/helpers/geoblacklight_helper.rb +10 -194
- data/app/javascript/geoblacklight/controllers/clipboard_controller.js +11 -0
- data/app/javascript/geoblacklight/controllers/clover_viewer_controller.js +47 -0
- data/app/javascript/geoblacklight/controllers/downloads_controller.js +56 -0
- data/app/javascript/geoblacklight/controllers/leaflet_viewer_controller.js +217 -0
- data/app/javascript/geoblacklight/controllers/oembed_viewer_controller.js +18 -0
- data/app/javascript/geoblacklight/controllers/openlayers_viewer_controller.js +63 -0
- data/app/javascript/geoblacklight/controllers/search_results_controller.js +50 -0
- data/app/javascript/geoblacklight/core.js +69 -0
- data/app/javascript/geoblacklight/index.js +29 -0
- data/app/javascript/geoblacklight/initializers/metadata_download.js +54 -0
- data/app/javascript/geoblacklight/initializers/popovers.js +11 -0
- data/app/javascript/geoblacklight/initializers/relations.js +40 -0
- data/app/javascript/geoblacklight/initializers/tooltips.js +55 -0
- data/app/javascript/geoblacklight/initializers/truncation.js +45 -0
- data/app/javascript/geoblacklight/leaflet/basemaps.js +74 -0
- data/app/javascript/geoblacklight/leaflet/constants.js +18 -0
- data/app/javascript/geoblacklight/leaflet/controls/geosearch.js +160 -0
- data/app/javascript/geoblacklight/leaflet/controls/layer_opacity.js +120 -0
- data/app/javascript/geoblacklight/leaflet/inspection.js +195 -0
- data/app/javascript/geoblacklight/leaflet/layer_index_map.js +120 -0
- data/app/javascript/geoblacklight/leaflet/layer_wmts.js +59 -0
- data/app/javascript/geoblacklight/leaflet/layers.js +153 -0
- data/app/javascript/geoblacklight/leaflet/utils.js +83 -0
- data/app/javascript/geoblacklight/openlayers/basemaps.js +47 -0
- data/app/javascript/geoblacklight/openlayers/layers.js +44 -0
- data/app/models/concerns/geoblacklight/solr_document/citation.rb +20 -8
- data/app/models/concerns/geoblacklight/solr_document.rb +22 -30
- data/app/presenters/geoblacklight/bbox_item_presenter.rb +1 -1
- data/app/views/catalog/_citation.html.erb +16 -33
- data/app/views/catalog/_document_split.html.erb +18 -3
- data/app/views/catalog/_home_text.html.erb +2 -2
- data/app/views/catalog/_metadata.html.erb +1 -1
- data/app/views/catalog/index.html.erb +8 -4
- data/app/views/catalog/metadata/_markup.html.erb +1 -1
- data/app/views/catalog/metadata.html.erb +14 -13
- data/app/views/catalog/web_services.html.erb +19 -28
- data/app/views/relation/index.html.erb +2 -12
- data/app/views/relation/index.json.jbuilder +1 -1
- data/compose.yml +14 -0
- data/config/importmap.rb +20 -0
- data/config/locales/geoblacklight.en.yml +15 -24
- data/geoblacklight.gemspec +7 -7
- data/lib/generators/geoblacklight/assets/importmap_generator.rb +87 -0
- data/lib/generators/geoblacklight/assets/vite_generator.rb +90 -0
- data/lib/generators/geoblacklight/assets_generator.rb +12 -37
- data/lib/generators/geoblacklight/install_generator.rb +11 -49
- data/lib/generators/geoblacklight/templates/assets/_customizations.scss +13 -19
- data/lib/generators/geoblacklight/templates/assets/application.js +17 -0
- data/lib/generators/geoblacklight/templates/assets/application.scss +9 -4
- data/lib/generators/geoblacklight/templates/assets/geoblacklight.scss +11 -0
- data/lib/generators/geoblacklight/templates/base.html.erb +9 -12
- data/lib/generators/geoblacklight/templates/catalog_controller.rb +7 -15
- data/lib/generators/geoblacklight/templates/demo-app/Dockerfile +31 -0
- data/lib/generators/geoblacklight/templates/demo-app/compose.yml +26 -0
- data/lib/generators/geoblacklight/templates/demo-app/start-server.sh +21 -0
- data/lib/generators/geoblacklight/templates/package.json +7 -1
- data/lib/generators/geoblacklight/templates/settings.yml +45 -40
- data/lib/generators/geoblacklight/templates/vite.config.ts +22 -7
- data/lib/geoblacklight/bounding_box.rb +16 -0
- data/lib/geoblacklight/constants.rb +0 -1
- data/lib/geoblacklight/download/csv_download.rb +22 -0
- data/lib/geoblacklight/download/geojson_download.rb +1 -1
- data/lib/geoblacklight/download/geotiff_download.rb +1 -1
- data/lib/geoblacklight/download/kmz_download.rb +1 -1
- data/lib/geoblacklight/download/shapefile_download.rb +1 -1
- data/lib/geoblacklight/download.rb +1 -1
- data/lib/geoblacklight/engine.rb +15 -6
- data/lib/geoblacklight/item_viewer.rb +1 -1
- data/lib/geoblacklight/metadata/base.rb +2 -1
- data/lib/geoblacklight/references.rb +27 -8
- data/lib/geoblacklight/routes/downloadable.rb +0 -1
- data/lib/geoblacklight/routes.rb +0 -3
- data/lib/geoblacklight/version.rb +1 -1
- data/lib/geoblacklight/wms_layer/feature_info_response.rb +9 -6
- data/lib/geoblacklight.rb +6 -30
- data/lib/tasks/geoblacklight.rake +24 -60
- data/package.json +24 -17
- data/solr/conf/schema.xml +15 -13
- data/solr/conf/solrconfig.xml +6 -4
- data/spec/components/blacklight/icons/american_geographical_society_library_uwm_libraries_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/arizona_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/arrow_circle_down_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/baruch_cuny_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/book_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/bookmark_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/cd_rom_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/child_item_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/circle_info_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/citation_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/collection_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/collections_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/columbia_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/cornell_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/datasets_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/dvd_rom_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/email_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/esri_globe_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/fire_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/george_mason_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/globe_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/harvard_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/home_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/iiif_drag_drop_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/image_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/imagery_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/indiana_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/leaf_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/lewis_clark_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/lightbulb_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/line_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/map_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/map_marker_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/maps_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/massgis_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/metadata_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/michigan_state_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/mit_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/mixed_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/multilinestring_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/multipoint_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/multipolygon_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/northwestern_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/nyu_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/pagelines_brands_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/paper_map_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/parent_item_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/pennsylvania_state_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/point_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/polygon_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/polyline_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/princeton_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/public_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/purdue_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/raster_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/restricted_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/rutgers_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/sms_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/stanford_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/table_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/tags_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/texas_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/the_ohio_state_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/triangle_exclamation_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/tufts_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/ucla_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_california_berkeley_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_chicago_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_colorado_boulder_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_illinois_urbana_champaign_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_iowa_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_maryland_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_michigan_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_minnesota_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_nebraska_lincoln_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_wisconsin_madison_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/uva_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/web_services_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/websites_component_spec.rb +15 -0
- data/spec/components/geoblacklight/arcgis_component_spec.rb +31 -0
- data/spec/components/geoblacklight/attribute_table_component_spec.rb +37 -0
- data/spec/components/geoblacklight/citation_component_spec.rb +37 -0
- data/spec/components/geoblacklight/document_component_spec.rb +92 -0
- data/spec/components/geoblacklight/download_links_component_spec.rb +102 -0
- data/spec/components/geoblacklight/header_icons_component_spec.rb +56 -0
- data/spec/components/geoblacklight/iiif_drag_drop_component_spec.rb +30 -0
- data/spec/components/geoblacklight/index_map_legend_component_spec.rb +42 -0
- data/spec/components/geoblacklight/item_map_viewer_component_spec.rb +36 -0
- data/spec/components/geoblacklight/login_link_component_spec.rb +33 -0
- data/spec/{lib/geoblacklight/document_presenter_spec.rb → components/geoblacklight/search_result_component_spec.rb} +19 -11
- data/spec/components/geoblacklight/static_map_component_spec.rb +22 -0
- data/spec/components/geoblacklight/viewer_help_text_component_spec.rb +28 -0
- data/spec/components/geoblacklight/web_services_component_spec.rb +45 -0
- data/spec/controllers/download_controller_spec.rb +12 -35
- data/spec/features/axe_spec.rb +66 -0
- data/spec/features/bookmarks_spec.rb +1 -1
- data/spec/features/citations_spec.rb +7 -3
- data/spec/features/download_layer_spec.rb +24 -39
- data/spec/features/esri_viewer_spec.rb +1 -1
- data/spec/features/exports_spec.rb +0 -15
- data/spec/features/{full_screen_controll_spec.rb → full_screen_control_spec.rb} +6 -6
- data/spec/features/home_page_spec.rb +12 -7
- data/spec/features/iiif_viewer_spec.rb +1 -1
- data/spec/features/index_map_spec.rb +16 -9
- data/spec/features/{split_view.html.erb_spec.rb → index_view_spec.rb} +15 -13
- data/spec/features/layer_inspection_spec.rb +2 -2
- data/spec/features/layer_preview_spec.rb +1 -1
- data/spec/features/missing_metadata_spec.rb +5 -5
- data/spec/features/oembed_spec.rb +2 -2
- data/spec/features/saved_searches_spec.rb +4 -1
- data/spec/features/search_results_complex_geometry_spec.rb +2 -2
- data/spec/features/search_results_icons_spec.rb +3 -3
- data/spec/features/search_results_map_spec.rb +4 -36
- data/spec/features/search_results_overlap_ratio_spec.rb +1 -1
- data/spec/features/show_page_download_spec.rb +0 -8
- data/spec/features/tilejson_spec.rb +2 -2
- data/spec/features/web_services_modal_spec.rb +57 -39
- data/spec/features/wmts_spec.rb +4 -4
- data/spec/fixtures/solr_documents/README.md +2 -1
- data/spec/fixtures/solr_documents/complex-geom.json +61 -0
- data/spec/fixtures/solr_documents/esri-tiled_map_layer.json +45 -24
- data/spec/fixtures/solr_documents/harvard_raster.json +1 -1
- data/spec/fixtures/solr_documents/multiple-downloads.json +1 -0
- data/spec/helpers/geoblacklight_helper_spec.rb +8 -173
- data/spec/lib/geoblacklight/download/csv_download_spec.rb +21 -0
- data/spec/lib/geoblacklight/reference_spec.rb +17 -19
- data/spec/lib/geoblacklight/references_spec.rb +31 -17
- data/spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb +8 -6
- data/spec/lib/geoblacklight/wms_layer_spec.rb +14 -0
- data/spec/models/concerns/geoblacklight/solr_document/citation_spec.rb +1 -1
- data/spec/models/concerns/geoblacklight/solr_document_spec.rb +1 -21
- data/spec/spec_helper.rb +2 -28
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +4 -12
- data/template.rb +13 -11
- data/test/leaflet/layers.test.js +17 -0
- data/vite.config.ts +34 -23
- metadata +304 -256
- data/.hound.yml +0 -8
- data/.jshintignore +0 -2
- data/.jshintrc +0 -67
- data/.solr_wrapper +0 -6
- data/app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg +0 -26
- data/app/assets/images/blacklight/arizona.svg +0 -4
- data/app/assets/images/blacklight/arrow-circle-down.svg +0 -3
- data/app/assets/images/blacklight/baruch-cuny.svg +0 -3
- data/app/assets/images/blacklight/book.svg +0 -3
- data/app/assets/images/blacklight/bookmark.svg +0 -3
- data/app/assets/images/blacklight/cd-rom.svg +0 -3
- data/app/assets/images/blacklight/chicago.svg +0 -4
- data/app/assets/images/blacklight/child-item.svg +0 -3
- data/app/assets/images/blacklight/circle-info-solid.svg +0 -1
- data/app/assets/images/blacklight/citation.svg +0 -3
- data/app/assets/images/blacklight/collection.svg +0 -3
- data/app/assets/images/blacklight/collections.svg +0 -4
- data/app/assets/images/blacklight/columbia.svg +0 -3
- data/app/assets/images/blacklight/cornell.svg +0 -5
- data/app/assets/images/blacklight/datasets.svg +0 -7
- data/app/assets/images/blacklight/dvd-rom.svg +0 -3
- data/app/assets/images/blacklight/email.svg +0 -3
- data/app/assets/images/blacklight/esri-globe.svg +0 -31
- data/app/assets/images/blacklight/fire-solid.svg +0 -1
- data/app/assets/images/blacklight/geoblacklight-icons.json +0 -3312
- data/app/assets/images/blacklight/george-mason.svg +0 -4
- data/app/assets/images/blacklight/globe.svg +0 -3
- data/app/assets/images/blacklight/harvard.svg +0 -3
- data/app/assets/images/blacklight/home.svg +0 -3
- data/app/assets/images/blacklight/illinois.svg +0 -4
- data/app/assets/images/blacklight/image.svg +0 -3
- data/app/assets/images/blacklight/imagery.svg +0 -4
- data/app/assets/images/blacklight/indiana.svg +0 -3
- data/app/assets/images/blacklight/iowa.svg +0 -3
- data/app/assets/images/blacklight/leaf.svg +0 -3
- data/app/assets/images/blacklight/lewis-clark.svg +0 -5
- data/app/assets/images/blacklight/lightbulb-solid.svg +0 -1
- data/app/assets/images/blacklight/line.svg +0 -4
- data/app/assets/images/blacklight/map-marker.svg +0 -3
- data/app/assets/images/blacklight/map.svg +0 -3
- data/app/assets/images/blacklight/maps.svg +0 -4
- data/app/assets/images/blacklight/maryland.svg +0 -3
- data/app/assets/images/blacklight/massgis.svg +0 -3
- data/app/assets/images/blacklight/metadata.svg +0 -3
- data/app/assets/images/blacklight/michigan-state-university.svg +0 -5
- data/app/assets/images/blacklight/michigan-state.svg +0 -4
- data/app/assets/images/blacklight/michigan.svg +0 -3
- data/app/assets/images/blacklight/minnesota.svg +0 -3
- data/app/assets/images/blacklight/mit.svg +0 -3
- data/app/assets/images/blacklight/mixed.svg +0 -5
- data/app/assets/images/blacklight/multilinestring.svg +0 -6
- data/app/assets/images/blacklight/multipoint.svg +0 -3
- data/app/assets/images/blacklight/multipolygon.svg +0 -6
- data/app/assets/images/blacklight/nebraska.svg +0 -4
- data/app/assets/images/blacklight/northwestern-university.svg +0 -5
- data/app/assets/images/blacklight/nyu.svg +0 -6
- data/app/assets/images/blacklight/ohio-state.svg +0 -5
- data/app/assets/images/blacklight/pagelines-brands.svg +0 -3
- data/app/assets/images/blacklight/paper-map.svg +0 -3
- data/app/assets/images/blacklight/parent-item.svg +0 -3
- data/app/assets/images/blacklight/penn-state.svg +0 -4
- data/app/assets/images/blacklight/pennsylvania-state-university.svg +0 -5
- data/app/assets/images/blacklight/point.svg +0 -3
- data/app/assets/images/blacklight/polygon.svg +0 -4
- data/app/assets/images/blacklight/polyline.svg +0 -6
- data/app/assets/images/blacklight/princeton.svg +0 -3
- data/app/assets/images/blacklight/public.svg +0 -3
- data/app/assets/images/blacklight/purdue-university.svg +0 -5
- data/app/assets/images/blacklight/purdue.svg +0 -4
- data/app/assets/images/blacklight/raster.svg +0 -3
- data/app/assets/images/blacklight/restricted.svg +0 -3
- data/app/assets/images/blacklight/rutgers.svg +0 -5
- data/app/assets/images/blacklight/sms.svg +0 -3
- data/app/assets/images/blacklight/stanford.svg +0 -3
- data/app/assets/images/blacklight/table.svg +0 -3
- data/app/assets/images/blacklight/tags.svg +0 -3
- data/app/assets/images/blacklight/texas.svg +0 -3
- data/app/assets/images/blacklight/the-ohio-state-university.svg +0 -6
- data/app/assets/images/blacklight/triangle-exclamation-solid.svg +0 -1
- data/app/assets/images/blacklight/tufts.svg +0 -3
- data/app/assets/images/blacklight/ucla.svg +0 -3
- data/app/assets/images/blacklight/university-of-california-berkeley.svg +0 -4
- data/app/assets/images/blacklight/university-of-chicago.svg +0 -5
- data/app/assets/images/blacklight/university-of-colorado-boulder.svg +0 -6
- data/app/assets/images/blacklight/university-of-illinois-urbana-champaign.svg +0 -5
- data/app/assets/images/blacklight/university-of-iowa.svg +0 -4
- data/app/assets/images/blacklight/university-of-maryland.svg +0 -4
- data/app/assets/images/blacklight/university-of-michigan.svg +0 -4
- data/app/assets/images/blacklight/university-of-minnesota.svg +0 -4
- data/app/assets/images/blacklight/university-of-nebraska-lincoln.svg +0 -7
- data/app/assets/images/blacklight/university-of-wisconsin-madison.svg +0 -4
- data/app/assets/images/blacklight/uva.svg +0 -3
- data/app/assets/images/blacklight/web_services.svg +0 -3
- data/app/assets/images/blacklight/websites.svg +0 -4
- data/app/assets/images/blacklight/wisconsin.svg +0 -3
- data/app/assets/javascripts/geoblacklight/basemaps.js +0 -85
- data/app/assets/javascripts/geoblacklight/controls/fullscreen.js +0 -8
- data/app/assets/javascripts/geoblacklight/controls/opacity.js +0 -6
- data/app/assets/javascripts/geoblacklight/controls.js +0 -1
- data/app/assets/javascripts/geoblacklight/downloaders/downloader.js +0 -61
- data/app/assets/javascripts/geoblacklight/downloaders/hgl_downloader.js +0 -32
- data/app/assets/javascripts/geoblacklight/downloaders.js +0 -1
- data/app/assets/javascripts/geoblacklight/geoblacklight.js +0 -60
- data/app/assets/javascripts/geoblacklight/modules/bookmarks.js +0 -43
- data/app/assets/javascripts/geoblacklight/modules/download.js +0 -11
- data/app/assets/javascripts/geoblacklight/modules/geosearch.js +0 -133
- data/app/assets/javascripts/geoblacklight/modules/help_text.js +0 -7
- data/app/assets/javascripts/geoblacklight/modules/home.js +0 -16
- data/app/assets/javascripts/geoblacklight/modules/item.js +0 -32
- data/app/assets/javascripts/geoblacklight/modules/layer_opacity.js +0 -68
- data/app/assets/javascripts/geoblacklight/modules/metadata.js +0 -15
- data/app/assets/javascripts/geoblacklight/modules/metadata_download_button.js +0 -58
- data/app/assets/javascripts/geoblacklight/modules/relations.js +0 -14
- data/app/assets/javascripts/geoblacklight/modules/results.js +0 -81
- data/app/assets/javascripts/geoblacklight/modules/svg_tooltips.js +0 -31
- data/app/assets/javascripts/geoblacklight/modules/util.js +0 -48
- data/app/assets/javascripts/geoblacklight/modules.js +0 -1
- data/app/assets/javascripts/geoblacklight/templates/index_map_download.hbs +0 -19
- data/app/assets/javascripts/geoblacklight/templates/index_map_info.hbs +0 -61
- data/app/assets/javascripts/geoblacklight/viewers/cog.js +0 -5
- data/app/assets/javascripts/geoblacklight/viewers/esri/dynamic_map_layer.js +0 -85
- data/app/assets/javascripts/geoblacklight/viewers/esri/feature_layer.js +0 -76
- data/app/assets/javascripts/geoblacklight/viewers/esri/image_map_layer.js +0 -14
- data/app/assets/javascripts/geoblacklight/viewers/esri/tiled_map_layer.js +0 -50
- data/app/assets/javascripts/geoblacklight/viewers/esri.js +0 -78
- data/app/assets/javascripts/geoblacklight/viewers/iiif.js +0 -25
- data/app/assets/javascripts/geoblacklight/viewers/index_map.js +0 -71
- data/app/assets/javascripts/geoblacklight/viewers/map.js +0 -77
- data/app/assets/javascripts/geoblacklight/viewers/oembed.js +0 -13
- data/app/assets/javascripts/geoblacklight/viewers/pmtiles.js +0 -5
- data/app/assets/javascripts/geoblacklight/viewers/tilejson.js +0 -33
- data/app/assets/javascripts/geoblacklight/viewers/tms.js +0 -10
- data/app/assets/javascripts/geoblacklight/viewers/viewer.js +0 -68
- data/app/assets/javascripts/geoblacklight/viewers/wms.js +0 -74
- data/app/assets/javascripts/geoblacklight/viewers/wmts.js +0 -85
- data/app/assets/javascripts/geoblacklight/viewers/xyz.js +0 -10
- data/app/assets/javascripts/geoblacklight/viewers.js +0 -1
- data/app/assets/stylesheets/geoblacklight/modules/mixins.scss +0 -5
- data/app/helpers/arcgis_helper.rb +0 -14
- data/app/helpers/blacklight_helper.rb +0 -11
- data/app/helpers/carto_helper.rb +0 -31
- data/app/helpers/geoblacklight/geoblacklight_helper_behavior.rb +0 -18
- data/app/javascript/clover/clover_initializer.js +0 -29
- data/app/javascript/index.js +0 -7
- data/app/javascript/openlayers/basemaps.js +0 -47
- data/app/javascript/openlayers/ol_initializer.js +0 -106
- data/app/javascript/stylesheets/openlayers.css +0 -1
- data/app/models/concerns/geoblacklight/solr_document/carto.rb +0 -17
- data/app/views/catalog/_arcgis.html.erb +0 -4
- data/app/views/catalog/_carto.html.erb +0 -4
- data/app/views/catalog/_data_dictionary.html.erb +0 -5
- data/app/views/catalog/_downloads_collapse.html.erb +0 -27
- data/app/views/catalog/_header_icons.html.erb +0 -3
- data/app/views/catalog/_index_split_default.html.erb +0 -30
- data/app/views/catalog/_results_pagination.html.erb +0 -12
- data/app/views/catalog/_show_default_attribute_table.html.erb +0 -19
- data/app/views/catalog/_show_default_display_note.html.erb +0 -7
- data/app/views/catalog/_show_default_viewer_container.html.erb +0 -28
- data/app/views/catalog/_show_downloads.html.erb +0 -23
- data/app/views/catalog/_show_header_default.html.erb +0 -4
- data/app/views/catalog/_show_sidebar.html.erb +0 -16
- data/app/views/catalog/_show_sidebar_static_map.html.erb +0 -10
- data/app/views/catalog/_show_web_services.html.erb +0 -11
- data/app/views/catalog/_web_services.html.erb +0 -9
- data/app/views/catalog/_web_services_wms.html.erb +0 -13
- data/app/views/download/hgl.html.erb +0 -27
- data/app/views/relation/_relations.html.erb +0 -15
- data/app/views/shared/_header_navbar.html.erb +0 -46
- data/babel.config.json +0 -4
- data/jest.config.js +0 -25
- data/lib/generators/geoblacklight/templates/assets/_blacklight.scss +0 -1
- data/lib/generators/geoblacklight/templates/assets/_geoblacklight.scss +0 -1
- data/lib/generators/geoblacklight/templates/assets/geoblacklight.js +0 -9
- data/lib/generators/geoblacklight/templates/clover.js +0 -5
- data/lib/generators/geoblacklight/templates/ol.js +0 -6
- data/lib/generators/geoblacklight/templates/package-test.json +0 -10
- data/lib/generators/geoblacklight/templates/settings.gbl_v1.yml +0 -195
- data/lib/geoblacklight/download/hgl_download.rb +0 -20
- data/lib/geoblacklight/view_helper_override.rb +0 -16
- data/setupJest.js +0 -14
- data/spec/helpers/arcgis_helper_spec.rb +0 -16
- data/spec/helpers/carto_helper_spec.rb +0 -13
- data/spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb +0 -27
- data/spec/javascripts/util_spec.js +0 -10
- data/spec/lib/geoblacklight/download/hgl_download_spec.rb +0 -62
- data/spec/lib/geoblacklight/view_helper_override_spec.rb +0 -29
- data/spec/models/concerns/geoblacklight/solr_document/carto_spec.rb +0 -43
- data/spec/test_app_templates/Gemfile.extra +0 -2
- data/spec/views/catalog/_document_split.html.erb_spec.rb +0 -7
- data/spec/views/catalog/_index_split.html.erb_spec.rb +0 -7
- data/spec/views/catalog/_results_pagination.html.erb_spec.rb +0 -11
- data/spec/views/catalog/_show_downloads.html.erb_spec.rb +0 -43
- data/spec/views/catalog/_show_tools.html.erb_spec.rb +0 -38
- data/vendor/assets/images/fullscreen.png +0 -0
- data/vendor/assets/images/fullscreen@2x.png +0 -0
- data/vendor/assets/images/layers-2x.png +0 -0
- data/vendor/assets/images/layers.png +0 -0
- data/vendor/assets/images/marker-icon-2x.png +0 -0
- data/vendor/assets/images/marker-icon.png +0 -0
- data/vendor/assets/images/marker-shadow.png +0 -0
- data/vendor/assets/javascripts/Leaflet.fullscreen.js +0 -152
- data/vendor/assets/javascripts/esri-leaflet.js +0 -12
- data/vendor/assets/javascripts/esri-leaflet.js.map +0 -1
- data/vendor/assets/javascripts/leaflet-iiif.js +0 -323
- data/vendor/assets/javascripts/leaflet-src.js.erb +0 -14126
- data/vendor/assets/javascripts/leaflet-src.js.map +0 -1
- data/vendor/assets/javascripts/native.history.js +0 -1
- data/vendor/assets/stylesheets/leaflet.css +0 -640
- data/vendor/assets/stylesheets/leaflet.fullscreen.css +0 -40
- /data/app/{views/catalog/_show_default_viewer_information.html.erb → components/geoblacklight/index_map_inspect_component.html.erb} +0 -0
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
|
+
version: 5.0.0.pre.alpha.11
|
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:
|
14
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
version: '6.1'
|
23
23
|
- - "<"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '
|
25
|
+
version: '8'
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -32,21 +32,21 @@ dependencies:
|
|
32
32
|
version: '6.1'
|
33
33
|
- - "<"
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: '
|
35
|
+
version: '8'
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: blacklight
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - "~>"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '
|
42
|
+
version: '8.0'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: '
|
49
|
+
version: '8.0'
|
50
50
|
- !ruby/object:Gem::Dependency
|
51
51
|
name: config
|
52
52
|
requirement: !ruby/object:Gem::Requirement
|
@@ -132,7 +132,7 @@ dependencies:
|
|
132
132
|
- !ruby/object:Gem::Version
|
133
133
|
version: '0'
|
134
134
|
- !ruby/object:Gem::Dependency
|
135
|
-
name:
|
135
|
+
name: rgeo-geojson
|
136
136
|
requirement: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
138
|
- - ">="
|
@@ -146,7 +146,7 @@ dependencies:
|
|
146
146
|
- !ruby/object:Gem::Version
|
147
147
|
version: '0'
|
148
148
|
- !ruby/object:Gem::Dependency
|
149
|
-
name:
|
149
|
+
name: rsolr
|
150
150
|
requirement: !ruby/object:Gem::Requirement
|
151
151
|
requirements:
|
152
152
|
- - ">="
|
@@ -159,20 +159,6 @@ dependencies:
|
|
159
159
|
- - ">="
|
160
160
|
- !ruby/object:Gem::Version
|
161
161
|
version: '0'
|
162
|
-
- !ruby/object:Gem::Dependency
|
163
|
-
name: sprockets-rails
|
164
|
-
requirement: !ruby/object:Gem::Requirement
|
165
|
-
requirements:
|
166
|
-
- - "~>"
|
167
|
-
- !ruby/object:Gem::Version
|
168
|
-
version: '3.0'
|
169
|
-
type: :runtime
|
170
|
-
prerelease: false
|
171
|
-
version_requirements: !ruby/object:Gem::Requirement
|
172
|
-
requirements:
|
173
|
-
- - "~>"
|
174
|
-
- !ruby/object:Gem::Version
|
175
|
-
version: '3.0'
|
176
162
|
- !ruby/object:Gem::Dependency
|
177
163
|
name: vite_rails
|
178
164
|
requirement: !ruby/object:Gem::Requirement
|
@@ -188,13 +174,13 @@ dependencies:
|
|
188
174
|
- !ruby/object:Gem::Version
|
189
175
|
version: '3.0'
|
190
176
|
- !ruby/object:Gem::Dependency
|
191
|
-
name:
|
177
|
+
name: zeitwerk
|
192
178
|
requirement: !ruby/object:Gem::Requirement
|
193
179
|
requirements:
|
194
180
|
- - ">="
|
195
181
|
- !ruby/object:Gem::Version
|
196
182
|
version: '0'
|
197
|
-
type: :
|
183
|
+
type: :runtime
|
198
184
|
prerelease: false
|
199
185
|
version_requirements: !ruby/object:Gem::Requirement
|
200
186
|
requirements:
|
@@ -258,7 +244,7 @@ dependencies:
|
|
258
244
|
- !ruby/object:Gem::Version
|
259
245
|
version: 2.5.0
|
260
246
|
- !ruby/object:Gem::Dependency
|
261
|
-
name:
|
247
|
+
name: selenium-webdriver
|
262
248
|
requirement: !ruby/object:Gem::Requirement
|
263
249
|
requirements:
|
264
250
|
- - ">="
|
@@ -285,20 +271,6 @@ dependencies:
|
|
285
271
|
- - ">="
|
286
272
|
- !ruby/object:Gem::Version
|
287
273
|
version: '0'
|
288
|
-
- !ruby/object:Gem::Dependency
|
289
|
-
name: database_cleaner
|
290
|
-
requirement: !ruby/object:Gem::Requirement
|
291
|
-
requirements:
|
292
|
-
- - "~>"
|
293
|
-
- !ruby/object:Gem::Version
|
294
|
-
version: '2.0'
|
295
|
-
type: :development
|
296
|
-
prerelease: false
|
297
|
-
version_requirements: !ruby/object:Gem::Requirement
|
298
|
-
requirements:
|
299
|
-
- - "~>"
|
300
|
-
- !ruby/object:Gem::Version
|
301
|
-
version: '2.0'
|
302
274
|
- !ruby/object:Gem::Dependency
|
303
275
|
name: simplecov
|
304
276
|
requirement: !ruby/object:Gem::Requirement
|
@@ -355,6 +327,34 @@ dependencies:
|
|
355
327
|
- - "~>"
|
356
328
|
- !ruby/object:Gem::Version
|
357
329
|
version: '3.14'
|
330
|
+
- !ruby/object:Gem::Dependency
|
331
|
+
name: database_cleaner
|
332
|
+
requirement: !ruby/object:Gem::Requirement
|
333
|
+
requirements:
|
334
|
+
- - ">="
|
335
|
+
- !ruby/object:Gem::Version
|
336
|
+
version: '0'
|
337
|
+
type: :development
|
338
|
+
prerelease: false
|
339
|
+
version_requirements: !ruby/object:Gem::Requirement
|
340
|
+
requirements:
|
341
|
+
- - ">="
|
342
|
+
- !ruby/object:Gem::Version
|
343
|
+
version: '0'
|
344
|
+
- !ruby/object:Gem::Dependency
|
345
|
+
name: axe-core-rspec
|
346
|
+
requirement: !ruby/object:Gem::Requirement
|
347
|
+
requirements:
|
348
|
+
- - ">="
|
349
|
+
- !ruby/object:Gem::Version
|
350
|
+
version: '0'
|
351
|
+
type: :development
|
352
|
+
prerelease: false
|
353
|
+
version_requirements: !ruby/object:Gem::Requirement
|
354
|
+
requirements:
|
355
|
+
- - ">="
|
356
|
+
- !ruby/object:Gem::Version
|
357
|
+
version: '0'
|
358
358
|
description: GeoBlacklight provides a world-class discovery platform for geospatial
|
359
359
|
(GIS) holdings. It is an open collaborative project aiming to build off of the successes
|
360
360
|
of the Blacklight Solr-powered discovery interface and the multi-institutional OpenGeoportal
|
@@ -370,12 +370,10 @@ extensions: []
|
|
370
370
|
extra_rdoc_files: []
|
371
371
|
files:
|
372
372
|
- ".github/ISSUE_TEMPLATE.md"
|
373
|
+
- ".github/workflows/build-demo-app.yml"
|
374
|
+
- ".github/workflows/prune-containers.yml"
|
373
375
|
- ".github/workflows/ruby.yml"
|
374
376
|
- ".gitignore"
|
375
|
-
- ".hound.yml"
|
376
|
-
- ".jshintignore"
|
377
|
-
- ".jshintrc"
|
378
|
-
- ".solr_wrapper"
|
379
377
|
- ".standard.yml"
|
380
378
|
- CODE_OF_CONDUCT.md
|
381
379
|
- CONTRIBUTING.md
|
@@ -384,141 +382,8 @@ files:
|
|
384
382
|
- Procfile.dev
|
385
383
|
- README.md
|
386
384
|
- Rakefile
|
387
|
-
- app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg
|
388
|
-
- app/assets/images/blacklight/arizona.svg
|
389
|
-
- app/assets/images/blacklight/arrow-circle-down.svg
|
390
|
-
- app/assets/images/blacklight/baruch-cuny.svg
|
391
|
-
- app/assets/images/blacklight/book.svg
|
392
|
-
- app/assets/images/blacklight/bookmark.svg
|
393
|
-
- app/assets/images/blacklight/cd-rom.svg
|
394
|
-
- app/assets/images/blacklight/chicago.svg
|
395
|
-
- app/assets/images/blacklight/child-item.svg
|
396
|
-
- app/assets/images/blacklight/circle-info-solid.svg
|
397
|
-
- app/assets/images/blacklight/citation.svg
|
398
|
-
- app/assets/images/blacklight/collection.svg
|
399
|
-
- app/assets/images/blacklight/collections.svg
|
400
|
-
- app/assets/images/blacklight/columbia.svg
|
401
|
-
- app/assets/images/blacklight/cornell.svg
|
402
|
-
- app/assets/images/blacklight/datasets.svg
|
403
|
-
- app/assets/images/blacklight/dvd-rom.svg
|
404
|
-
- app/assets/images/blacklight/email.svg
|
405
|
-
- app/assets/images/blacklight/esri-globe.svg
|
406
|
-
- app/assets/images/blacklight/fire-solid.svg
|
407
|
-
- app/assets/images/blacklight/geoblacklight-icons.json
|
408
|
-
- app/assets/images/blacklight/george-mason.svg
|
409
|
-
- app/assets/images/blacklight/globe.svg
|
410
|
-
- app/assets/images/blacklight/harvard.svg
|
411
|
-
- app/assets/images/blacklight/home.svg
|
412
|
-
- app/assets/images/blacklight/illinois.svg
|
413
|
-
- app/assets/images/blacklight/image.svg
|
414
|
-
- app/assets/images/blacklight/imagery.svg
|
415
|
-
- app/assets/images/blacklight/indiana.svg
|
416
|
-
- app/assets/images/blacklight/iowa.svg
|
417
|
-
- app/assets/images/blacklight/leaf.svg
|
418
|
-
- app/assets/images/blacklight/lewis-clark.svg
|
419
|
-
- app/assets/images/blacklight/lightbulb-solid.svg
|
420
|
-
- app/assets/images/blacklight/line.svg
|
421
385
|
- app/assets/images/blacklight/logo.svg
|
422
|
-
- app/assets/images/blacklight/map-marker.svg
|
423
|
-
- app/assets/images/blacklight/map.svg
|
424
|
-
- app/assets/images/blacklight/maps.svg
|
425
|
-
- app/assets/images/blacklight/maryland.svg
|
426
|
-
- app/assets/images/blacklight/massgis.svg
|
427
|
-
- app/assets/images/blacklight/metadata.svg
|
428
|
-
- app/assets/images/blacklight/michigan-state-university.svg
|
429
|
-
- app/assets/images/blacklight/michigan-state.svg
|
430
|
-
- app/assets/images/blacklight/michigan.svg
|
431
|
-
- app/assets/images/blacklight/minnesota.svg
|
432
|
-
- app/assets/images/blacklight/mit.svg
|
433
|
-
- app/assets/images/blacklight/mixed.svg
|
434
|
-
- app/assets/images/blacklight/multilinestring.svg
|
435
|
-
- app/assets/images/blacklight/multipoint.svg
|
436
|
-
- app/assets/images/blacklight/multipolygon.svg
|
437
|
-
- app/assets/images/blacklight/nebraska.svg
|
438
|
-
- app/assets/images/blacklight/northwestern-university.svg
|
439
|
-
- app/assets/images/blacklight/nyu.svg
|
440
|
-
- app/assets/images/blacklight/ohio-state.svg
|
441
|
-
- app/assets/images/blacklight/pagelines-brands.svg
|
442
|
-
- app/assets/images/blacklight/paper-map.svg
|
443
|
-
- app/assets/images/blacklight/parent-item.svg
|
444
|
-
- app/assets/images/blacklight/penn-state.svg
|
445
|
-
- app/assets/images/blacklight/pennsylvania-state-university.svg
|
446
|
-
- app/assets/images/blacklight/point.svg
|
447
|
-
- app/assets/images/blacklight/polygon.svg
|
448
|
-
- app/assets/images/blacklight/polyline.svg
|
449
|
-
- app/assets/images/blacklight/princeton.svg
|
450
|
-
- app/assets/images/blacklight/public.svg
|
451
|
-
- app/assets/images/blacklight/purdue-university.svg
|
452
|
-
- app/assets/images/blacklight/purdue.svg
|
453
|
-
- app/assets/images/blacklight/raster.svg
|
454
|
-
- app/assets/images/blacklight/restricted.svg
|
455
|
-
- app/assets/images/blacklight/rutgers.svg
|
456
|
-
- app/assets/images/blacklight/sms.svg
|
457
|
-
- app/assets/images/blacklight/stanford.svg
|
458
|
-
- app/assets/images/blacklight/table.svg
|
459
|
-
- app/assets/images/blacklight/tags.svg
|
460
|
-
- app/assets/images/blacklight/texas.svg
|
461
|
-
- app/assets/images/blacklight/the-ohio-state-university.svg
|
462
|
-
- app/assets/images/blacklight/triangle-exclamation-solid.svg
|
463
|
-
- app/assets/images/blacklight/tufts.svg
|
464
|
-
- app/assets/images/blacklight/ucla.svg
|
465
|
-
- app/assets/images/blacklight/university-of-california-berkeley.svg
|
466
|
-
- app/assets/images/blacklight/university-of-chicago.svg
|
467
|
-
- app/assets/images/blacklight/university-of-colorado-boulder.svg
|
468
|
-
- app/assets/images/blacklight/university-of-illinois-urbana-champaign.svg
|
469
|
-
- app/assets/images/blacklight/university-of-iowa.svg
|
470
|
-
- app/assets/images/blacklight/university-of-maryland.svg
|
471
|
-
- app/assets/images/blacklight/university-of-michigan.svg
|
472
|
-
- app/assets/images/blacklight/university-of-minnesota.svg
|
473
|
-
- app/assets/images/blacklight/university-of-nebraska-lincoln.svg
|
474
|
-
- app/assets/images/blacklight/university-of-wisconsin-madison.svg
|
475
|
-
- app/assets/images/blacklight/uva.svg
|
476
|
-
- app/assets/images/blacklight/web_services.svg
|
477
|
-
- app/assets/images/blacklight/websites.svg
|
478
|
-
- app/assets/images/blacklight/wisconsin.svg
|
479
386
|
- app/assets/images/favicon.ico
|
480
|
-
- app/assets/javascripts/geoblacklight/basemaps.js
|
481
|
-
- app/assets/javascripts/geoblacklight/controls.js
|
482
|
-
- app/assets/javascripts/geoblacklight/controls/fullscreen.js
|
483
|
-
- app/assets/javascripts/geoblacklight/controls/opacity.js
|
484
|
-
- app/assets/javascripts/geoblacklight/downloaders.js
|
485
|
-
- app/assets/javascripts/geoblacklight/downloaders/downloader.js
|
486
|
-
- app/assets/javascripts/geoblacklight/downloaders/hgl_downloader.js
|
487
|
-
- app/assets/javascripts/geoblacklight/geoblacklight.js
|
488
|
-
- app/assets/javascripts/geoblacklight/modules.js
|
489
|
-
- app/assets/javascripts/geoblacklight/modules/bookmarks.js
|
490
|
-
- app/assets/javascripts/geoblacklight/modules/download.js
|
491
|
-
- app/assets/javascripts/geoblacklight/modules/geosearch.js
|
492
|
-
- app/assets/javascripts/geoblacklight/modules/help_text.js
|
493
|
-
- app/assets/javascripts/geoblacklight/modules/home.js
|
494
|
-
- app/assets/javascripts/geoblacklight/modules/item.js
|
495
|
-
- app/assets/javascripts/geoblacklight/modules/layer_opacity.js
|
496
|
-
- app/assets/javascripts/geoblacklight/modules/metadata.js
|
497
|
-
- app/assets/javascripts/geoblacklight/modules/metadata_download_button.js
|
498
|
-
- app/assets/javascripts/geoblacklight/modules/relations.js
|
499
|
-
- app/assets/javascripts/geoblacklight/modules/results.js
|
500
|
-
- app/assets/javascripts/geoblacklight/modules/svg_tooltips.js
|
501
|
-
- app/assets/javascripts/geoblacklight/modules/util.js
|
502
|
-
- app/assets/javascripts/geoblacklight/templates/index_map_download.hbs
|
503
|
-
- app/assets/javascripts/geoblacklight/templates/index_map_info.hbs
|
504
|
-
- app/assets/javascripts/geoblacklight/viewers.js
|
505
|
-
- app/assets/javascripts/geoblacklight/viewers/cog.js
|
506
|
-
- app/assets/javascripts/geoblacklight/viewers/esri.js
|
507
|
-
- app/assets/javascripts/geoblacklight/viewers/esri/dynamic_map_layer.js
|
508
|
-
- app/assets/javascripts/geoblacklight/viewers/esri/feature_layer.js
|
509
|
-
- app/assets/javascripts/geoblacklight/viewers/esri/image_map_layer.js
|
510
|
-
- app/assets/javascripts/geoblacklight/viewers/esri/tiled_map_layer.js
|
511
|
-
- app/assets/javascripts/geoblacklight/viewers/iiif.js
|
512
|
-
- app/assets/javascripts/geoblacklight/viewers/index_map.js
|
513
|
-
- app/assets/javascripts/geoblacklight/viewers/map.js
|
514
|
-
- app/assets/javascripts/geoblacklight/viewers/oembed.js
|
515
|
-
- app/assets/javascripts/geoblacklight/viewers/pmtiles.js
|
516
|
-
- app/assets/javascripts/geoblacklight/viewers/tilejson.js
|
517
|
-
- app/assets/javascripts/geoblacklight/viewers/tms.js
|
518
|
-
- app/assets/javascripts/geoblacklight/viewers/viewer.js
|
519
|
-
- app/assets/javascripts/geoblacklight/viewers/wms.js
|
520
|
-
- app/assets/javascripts/geoblacklight/viewers/wmts.js
|
521
|
-
- app/assets/javascripts/geoblacklight/viewers/xyz.js
|
522
387
|
- app/assets/stylesheets/geoblacklight/geoblacklight.scss
|
523
388
|
- app/assets/stylesheets/geoblacklight/modules/_base.scss
|
524
389
|
- app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
|
@@ -531,103 +396,221 @@ files:
|
|
531
396
|
- app/assets/stylesheets/geoblacklight/modules/index_maps.scss
|
532
397
|
- app/assets/stylesheets/geoblacklight/modules/item.scss
|
533
398
|
- app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
|
399
|
+
- app/assets/stylesheets/geoblacklight/modules/leaflet.scss
|
534
400
|
- app/assets/stylesheets/geoblacklight/modules/metadata.scss
|
535
401
|
- app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
|
536
402
|
- app/assets/stylesheets/geoblacklight/modules/metadata_markup.scss
|
537
403
|
- app/assets/stylesheets/geoblacklight/modules/metadata_missing.scss
|
538
|
-
- app/assets/stylesheets/geoblacklight/modules/mixins.scss
|
539
404
|
- app/assets/stylesheets/geoblacklight/modules/modal.scss
|
540
405
|
- app/assets/stylesheets/geoblacklight/modules/results.scss
|
541
406
|
- app/assets/stylesheets/geoblacklight/modules/search_widgets.scss
|
542
407
|
- app/assets/stylesheets/geoblacklight/modules/sidebar.scss
|
543
408
|
- app/assets/stylesheets/geoblacklight/modules/toolbar.scss
|
544
409
|
- app/assets/stylesheets/geoblacklight/modules/web_services.scss
|
410
|
+
- app/components/blacklight/icons/american_geographical_society_library_uwm_libraries_component.rb
|
411
|
+
- app/components/blacklight/icons/arizona_component.rb
|
412
|
+
- app/components/blacklight/icons/arrow_circle_down_component.rb
|
413
|
+
- app/components/blacklight/icons/baruch_cuny_component.rb
|
414
|
+
- app/components/blacklight/icons/book_component.rb
|
415
|
+
- app/components/blacklight/icons/bookmark_component.rb
|
416
|
+
- app/components/blacklight/icons/cd_rom_component.rb
|
417
|
+
- app/components/blacklight/icons/child_item_component.rb
|
418
|
+
- app/components/blacklight/icons/circle_info_solid_component.rb
|
419
|
+
- app/components/blacklight/icons/citation_component.rb
|
420
|
+
- app/components/blacklight/icons/collection_component.rb
|
421
|
+
- app/components/blacklight/icons/collections_component.rb
|
422
|
+
- app/components/blacklight/icons/columbia_component.rb
|
423
|
+
- app/components/blacklight/icons/cornell_component.rb
|
424
|
+
- app/components/blacklight/icons/datasets_component.rb
|
425
|
+
- app/components/blacklight/icons/dvd_rom_component.rb
|
426
|
+
- app/components/blacklight/icons/email_component.rb
|
427
|
+
- app/components/blacklight/icons/esri_globe_component.rb
|
428
|
+
- app/components/blacklight/icons/fire_solid_component.rb
|
429
|
+
- app/components/blacklight/icons/george_mason_component.rb
|
430
|
+
- app/components/blacklight/icons/globe_component.rb
|
431
|
+
- app/components/blacklight/icons/harvard_component.rb
|
432
|
+
- app/components/blacklight/icons/home_component.rb
|
433
|
+
- app/components/blacklight/icons/iiif_drag_drop_component.rb
|
434
|
+
- app/components/blacklight/icons/image_component.rb
|
435
|
+
- app/components/blacklight/icons/imagery_component.rb
|
436
|
+
- app/components/blacklight/icons/indiana_component.rb
|
437
|
+
- app/components/blacklight/icons/leaf_component.rb
|
438
|
+
- app/components/blacklight/icons/lewis_clark_component.rb
|
439
|
+
- app/components/blacklight/icons/lightbulb_solid_component.rb
|
440
|
+
- app/components/blacklight/icons/line_component.rb
|
441
|
+
- app/components/blacklight/icons/map_component.rb
|
442
|
+
- app/components/blacklight/icons/map_marker_component.rb
|
443
|
+
- app/components/blacklight/icons/maps_component.rb
|
444
|
+
- app/components/blacklight/icons/massgis_component.rb
|
445
|
+
- app/components/blacklight/icons/metadata_component.rb
|
446
|
+
- app/components/blacklight/icons/michigan_state_university_component.rb
|
447
|
+
- app/components/blacklight/icons/mit_component.rb
|
448
|
+
- app/components/blacklight/icons/mixed_component.rb
|
449
|
+
- app/components/blacklight/icons/multilinestring_component.rb
|
450
|
+
- app/components/blacklight/icons/multipoint_component.rb
|
451
|
+
- app/components/blacklight/icons/multipolygon_component.rb
|
452
|
+
- app/components/blacklight/icons/northwestern_university_component.rb
|
453
|
+
- app/components/blacklight/icons/nyu_component.rb
|
454
|
+
- app/components/blacklight/icons/pagelines_brands_component.rb
|
455
|
+
- app/components/blacklight/icons/paper_map_component.rb
|
456
|
+
- app/components/blacklight/icons/parent_item_component.rb
|
457
|
+
- app/components/blacklight/icons/pennsylvania_state_university_component.rb
|
458
|
+
- app/components/blacklight/icons/point_component.rb
|
459
|
+
- app/components/blacklight/icons/polygon_component.rb
|
460
|
+
- app/components/blacklight/icons/polyline_component.rb
|
461
|
+
- app/components/blacklight/icons/princeton_component.rb
|
462
|
+
- app/components/blacklight/icons/public_component.rb
|
463
|
+
- app/components/blacklight/icons/purdue_university_component.rb
|
464
|
+
- app/components/blacklight/icons/raster_component.rb
|
465
|
+
- app/components/blacklight/icons/restricted_component.rb
|
466
|
+
- app/components/blacklight/icons/rutgers_component.rb
|
467
|
+
- app/components/blacklight/icons/sms_component.rb
|
468
|
+
- app/components/blacklight/icons/stanford_component.rb
|
469
|
+
- app/components/blacklight/icons/table_component.rb
|
470
|
+
- app/components/blacklight/icons/tags_component.rb
|
471
|
+
- app/components/blacklight/icons/texas_component.rb
|
472
|
+
- app/components/blacklight/icons/the_ohio_state_university_component.rb
|
473
|
+
- app/components/blacklight/icons/triangle_exclamation_solid_component.rb
|
474
|
+
- app/components/blacklight/icons/tufts_component.rb
|
475
|
+
- app/components/blacklight/icons/ucla_component.rb
|
476
|
+
- app/components/blacklight/icons/university_of_california_berkeley_component.rb
|
477
|
+
- app/components/blacklight/icons/university_of_chicago_component.rb
|
478
|
+
- app/components/blacklight/icons/university_of_colorado_boulder_component.rb
|
479
|
+
- app/components/blacklight/icons/university_of_illinois_urbana_champaign_component.rb
|
480
|
+
- app/components/blacklight/icons/university_of_iowa_component.rb
|
481
|
+
- app/components/blacklight/icons/university_of_maryland_component.rb
|
482
|
+
- app/components/blacklight/icons/university_of_michigan_component.rb
|
483
|
+
- app/components/blacklight/icons/university_of_minnesota_component.rb
|
484
|
+
- app/components/blacklight/icons/university_of_nebraska_lincoln_component.rb
|
485
|
+
- app/components/blacklight/icons/university_of_wisconsin_madison_component.rb
|
486
|
+
- app/components/blacklight/icons/uva_component.rb
|
487
|
+
- app/components/blacklight/icons/web_services_component.rb
|
488
|
+
- app/components/blacklight/icons/websites_component.rb
|
489
|
+
- app/components/geoblacklight/arcgis_component.html.erb
|
490
|
+
- app/components/geoblacklight/arcgis_component.rb
|
491
|
+
- app/components/geoblacklight/attribute_table_component.html.erb
|
492
|
+
- app/components/geoblacklight/attribute_table_component.rb
|
493
|
+
- app/components/geoblacklight/data_dictionary_download_component.html.erb
|
494
|
+
- app/components/geoblacklight/data_dictionary_download_component.rb
|
545
495
|
- app/components/geoblacklight/display_note_component.html.erb
|
546
496
|
- app/components/geoblacklight/display_note_component.rb
|
497
|
+
- app/components/geoblacklight/document/citation_component.html.erb
|
498
|
+
- app/components/geoblacklight/document/citation_component.rb
|
499
|
+
- app/components/geoblacklight/document/sidebar_component.html.erb
|
500
|
+
- app/components/geoblacklight/document/sidebar_component.rb
|
501
|
+
- app/components/geoblacklight/document_component.html.erb
|
502
|
+
- app/components/geoblacklight/document_component.rb
|
503
|
+
- app/components/geoblacklight/download_links_component.html.erb
|
504
|
+
- app/components/geoblacklight/download_links_component.rb
|
505
|
+
- app/components/geoblacklight/header_component.html.erb
|
506
|
+
- app/components/geoblacklight/header_component.rb
|
507
|
+
- app/components/geoblacklight/header_icons_component.html.erb
|
508
|
+
- app/components/geoblacklight/header_icons_component.rb
|
547
509
|
- app/components/geoblacklight/homepage_feature_facet_component.html.erb
|
548
510
|
- app/components/geoblacklight/homepage_feature_facet_component.rb
|
549
511
|
- app/components/geoblacklight/icon_facet_item_component.rb
|
512
|
+
- app/components/geoblacklight/iiif_drag_drop_component.html.erb
|
513
|
+
- app/components/geoblacklight/iiif_drag_drop_component.rb
|
514
|
+
- app/components/geoblacklight/index_map_inspect_component.html.erb
|
515
|
+
- app/components/geoblacklight/index_map_inspect_component.rb
|
516
|
+
- app/components/geoblacklight/index_map_legend_component.html.erb
|
517
|
+
- app/components/geoblacklight/index_map_legend_component.rb
|
518
|
+
- app/components/geoblacklight/item_map_viewer_component.html.erb
|
519
|
+
- app/components/geoblacklight/item_map_viewer_component.rb
|
520
|
+
- app/components/geoblacklight/location_leaflet_map_component.html.erb
|
521
|
+
- app/components/geoblacklight/location_leaflet_map_component.rb
|
522
|
+
- app/components/geoblacklight/login_link_component.html.erb
|
523
|
+
- app/components/geoblacklight/login_link_component.rb
|
524
|
+
- app/components/geoblacklight/relations_component.html.erb
|
525
|
+
- app/components/geoblacklight/relations_component.rb
|
526
|
+
- app/components/geoblacklight/search_result_component.html.erb
|
527
|
+
- app/components/geoblacklight/search_result_component.rb
|
528
|
+
- app/components/geoblacklight/static_map_component.html.erb
|
529
|
+
- app/components/geoblacklight/static_map_component.rb
|
530
|
+
- app/components/geoblacklight/viewer_help_text_component.html.erb
|
531
|
+
- app/components/geoblacklight/viewer_help_text_component.rb
|
532
|
+
- app/components/geoblacklight/web_services_component.html.erb
|
533
|
+
- app/components/geoblacklight/web_services_component.rb
|
534
|
+
- app/components/geoblacklight/web_services_default_component.html.erb
|
535
|
+
- app/components/geoblacklight/web_services_default_component.rb
|
536
|
+
- app/components/geoblacklight/web_services_link_component.html.erb
|
537
|
+
- app/components/geoblacklight/web_services_link_component.rb
|
538
|
+
- app/components/geoblacklight/web_services_wfs_component.html.erb
|
539
|
+
- app/components/geoblacklight/web_services_wfs_component.rb
|
540
|
+
- app/components/geoblacklight/web_services_wms_component.html.erb
|
541
|
+
- app/components/geoblacklight/web_services_wms_component.rb
|
550
542
|
- app/controllers/download_controller.rb
|
551
543
|
- app/controllers/relation_controller.rb
|
552
544
|
- app/controllers/wms_controller.rb
|
553
|
-
- app/helpers/arcgis_helper.rb
|
554
|
-
- app/helpers/blacklight_helper.rb
|
555
|
-
- app/helpers/carto_helper.rb
|
556
|
-
- app/helpers/geoblacklight/geoblacklight_helper_behavior.rb
|
557
545
|
- app/helpers/geoblacklight_helper.rb
|
558
|
-
- app/javascript/
|
559
|
-
- app/javascript/
|
560
|
-
- app/javascript/
|
561
|
-
- app/javascript/
|
562
|
-
- app/javascript/
|
546
|
+
- app/javascript/geoblacklight/controllers/clipboard_controller.js
|
547
|
+
- app/javascript/geoblacklight/controllers/clover_viewer_controller.js
|
548
|
+
- app/javascript/geoblacklight/controllers/downloads_controller.js
|
549
|
+
- app/javascript/geoblacklight/controllers/leaflet_viewer_controller.js
|
550
|
+
- app/javascript/geoblacklight/controllers/oembed_viewer_controller.js
|
551
|
+
- app/javascript/geoblacklight/controllers/openlayers_viewer_controller.js
|
552
|
+
- app/javascript/geoblacklight/controllers/search_results_controller.js
|
553
|
+
- app/javascript/geoblacklight/core.js
|
554
|
+
- app/javascript/geoblacklight/index.js
|
555
|
+
- app/javascript/geoblacklight/initializers/metadata_download.js
|
556
|
+
- app/javascript/geoblacklight/initializers/popovers.js
|
557
|
+
- app/javascript/geoblacklight/initializers/relations.js
|
558
|
+
- app/javascript/geoblacklight/initializers/tooltips.js
|
559
|
+
- app/javascript/geoblacklight/initializers/truncation.js
|
560
|
+
- app/javascript/geoblacklight/leaflet/basemaps.js
|
561
|
+
- app/javascript/geoblacklight/leaflet/constants.js
|
562
|
+
- app/javascript/geoblacklight/leaflet/controls/geosearch.js
|
563
|
+
- app/javascript/geoblacklight/leaflet/controls/layer_opacity.js
|
564
|
+
- app/javascript/geoblacklight/leaflet/inspection.js
|
565
|
+
- app/javascript/geoblacklight/leaflet/layer_index_map.js
|
566
|
+
- app/javascript/geoblacklight/leaflet/layer_wmts.js
|
567
|
+
- app/javascript/geoblacklight/leaflet/layers.js
|
568
|
+
- app/javascript/geoblacklight/leaflet/utils.js
|
569
|
+
- app/javascript/geoblacklight/openlayers/basemaps.js
|
570
|
+
- app/javascript/geoblacklight/openlayers/layers.js
|
563
571
|
- app/models/concerns/geoblacklight/bbox_filter_field.rb
|
564
572
|
- app/models/concerns/geoblacklight/bbox_filter_query.rb
|
565
573
|
- app/models/concerns/geoblacklight/solr_document.rb
|
566
574
|
- app/models/concerns/geoblacklight/solr_document/arcgis.rb
|
567
|
-
- app/models/concerns/geoblacklight/solr_document/carto.rb
|
568
575
|
- app/models/concerns/geoblacklight/solr_document/citation.rb
|
569
576
|
- app/models/concerns/geoblacklight/solr_document/finder.rb
|
570
577
|
- app/models/concerns/geoblacklight/solr_document/inspection.rb
|
571
578
|
- app/models/concerns/geoblacklight/suppressed_records_search_behavior.rb
|
572
579
|
- app/presenters/geoblacklight/bbox_item_presenter.rb
|
573
|
-
- app/presenters/geoblacklight/document_presenter.rb
|
574
|
-
- app/views/catalog/_arcgis.html.erb
|
575
|
-
- app/views/catalog/_carto.html.erb
|
576
580
|
- app/views/catalog/_citation.html.erb
|
577
|
-
- app/views/catalog/_data_dictionary.html.erb
|
578
581
|
- app/views/catalog/_document_split.html.erb
|
579
|
-
- app/views/catalog/_downloads_collapse.html.erb
|
580
|
-
- app/views/catalog/_header_icons.html.erb
|
581
582
|
- app/views/catalog/_home_text.html.erb
|
582
|
-
- app/views/catalog/_index_split_default.html.erb
|
583
583
|
- app/views/catalog/_metadata.html.erb
|
584
584
|
- app/views/catalog/_relations_container.html.erb
|
585
|
-
- app/views/catalog/_results_pagination.html.erb
|
586
|
-
- app/views/catalog/_show_default_attribute_table.html.erb
|
587
|
-
- app/views/catalog/_show_default_display_note.html.erb
|
588
|
-
- app/views/catalog/_show_default_viewer_container.html.erb
|
589
|
-
- app/views/catalog/_show_default_viewer_information.html.erb
|
590
|
-
- app/views/catalog/_show_downloads.html.erb
|
591
|
-
- app/views/catalog/_show_header_default.html.erb
|
592
|
-
- app/views/catalog/_show_sidebar.html.erb
|
593
|
-
- app/views/catalog/_show_sidebar_static_map.html.erb
|
594
|
-
- app/views/catalog/_show_web_services.html.erb
|
595
|
-
- app/views/catalog/_web_services.html.erb
|
596
|
-
- app/views/catalog/_web_services_default.html.erb
|
597
|
-
- app/views/catalog/_web_services_wfs.html.erb
|
598
|
-
- app/views/catalog/_web_services_wms.html.erb
|
599
585
|
- app/views/catalog/index.html.erb
|
600
586
|
- app/views/catalog/metadata.html.erb
|
601
587
|
- app/views/catalog/metadata/_content.html.erb
|
602
588
|
- app/views/catalog/metadata/_markup.html.erb
|
603
589
|
- app/views/catalog/metadata/_missing.html.erb
|
604
590
|
- app/views/catalog/web_services.html.erb
|
605
|
-
- app/views/download/hgl.html.erb
|
606
|
-
- app/views/relation/_relations.html.erb
|
607
591
|
- app/views/relation/index.html.erb
|
608
592
|
- app/views/relation/index.json.jbuilder
|
609
|
-
- app/views/shared/_header_navbar.html.erb
|
610
|
-
- babel.config.json
|
611
593
|
- bin/vite
|
594
|
+
- compose.yml
|
595
|
+
- config/importmap.rb
|
612
596
|
- config/initializers/new_gbl_settings_defaults_4.1.yml
|
613
597
|
- config/initializers/rails_config.rb
|
614
598
|
- config/locales/geoblacklight.en.yml
|
615
599
|
- geoblacklight.gemspec
|
616
|
-
-
|
600
|
+
- lib/generators/geoblacklight/assets/importmap_generator.rb
|
601
|
+
- lib/generators/geoblacklight/assets/vite_generator.rb
|
617
602
|
- lib/generators/geoblacklight/assets_generator.rb
|
618
603
|
- lib/generators/geoblacklight/install_generator.rb
|
619
|
-
- lib/generators/geoblacklight/templates/assets/_blacklight.scss
|
620
604
|
- lib/generators/geoblacklight/templates/assets/_customizations.scss
|
621
|
-
- lib/generators/geoblacklight/templates/assets/
|
605
|
+
- lib/generators/geoblacklight/templates/assets/application.js
|
622
606
|
- lib/generators/geoblacklight/templates/assets/application.scss
|
623
|
-
- lib/generators/geoblacklight/templates/assets/geoblacklight.
|
607
|
+
- lib/generators/geoblacklight/templates/assets/geoblacklight.scss
|
624
608
|
- lib/generators/geoblacklight/templates/base.html.erb
|
625
609
|
- lib/generators/geoblacklight/templates/catalog_controller.rb
|
626
|
-
- lib/generators/geoblacklight/templates/
|
627
|
-
- lib/generators/geoblacklight/templates/
|
628
|
-
- lib/generators/geoblacklight/templates/
|
610
|
+
- lib/generators/geoblacklight/templates/demo-app/Dockerfile
|
611
|
+
- lib/generators/geoblacklight/templates/demo-app/compose.yml
|
612
|
+
- lib/generators/geoblacklight/templates/demo-app/start-server.sh
|
629
613
|
- lib/generators/geoblacklight/templates/package.json
|
630
|
-
- lib/generators/geoblacklight/templates/settings.gbl_v1.yml
|
631
614
|
- lib/generators/geoblacklight/templates/settings.yml
|
632
615
|
- lib/generators/geoblacklight/templates/vite.config.ts
|
633
616
|
- lib/generators/geoblacklight/templates/vite.json
|
@@ -635,9 +618,9 @@ files:
|
|
635
618
|
- lib/geoblacklight/bounding_box.rb
|
636
619
|
- lib/geoblacklight/constants.rb
|
637
620
|
- lib/geoblacklight/download.rb
|
621
|
+
- lib/geoblacklight/download/csv_download.rb
|
638
622
|
- lib/geoblacklight/download/geojson_download.rb
|
639
623
|
- lib/geoblacklight/download/geotiff_download.rb
|
640
|
-
- lib/geoblacklight/download/hgl_download.rb
|
641
624
|
- lib/geoblacklight/download/kmz_download.rb
|
642
625
|
- lib/geoblacklight/download/shapefile_download.rb
|
643
626
|
- lib/geoblacklight/engine.rb
|
@@ -664,7 +647,6 @@ files:
|
|
664
647
|
- lib/geoblacklight/routes/exportable.rb
|
665
648
|
- lib/geoblacklight/routes/wms.rb
|
666
649
|
- lib/geoblacklight/version.rb
|
667
|
-
- lib/geoblacklight/view_helper_override.rb
|
668
650
|
- lib/geoblacklight/wms_layer.rb
|
669
651
|
- lib/geoblacklight/wms_layer/feature_info_response.rb
|
670
652
|
- lib/tasks/geoblacklight.rake
|
@@ -672,7 +654,6 @@ files:
|
|
672
654
|
- schema/geoblacklight-schema-1.0.json
|
673
655
|
- schema/geoblacklight-schema-aardvark.json
|
674
656
|
- schema/readme.md
|
675
|
-
- setupJest.js
|
676
657
|
- solr/conf/_rest_managed.json
|
677
658
|
- solr/conf/admin-extra.html
|
678
659
|
- solr/conf/core.properties
|
@@ -690,15 +671,109 @@ files:
|
|
690
671
|
- solr/conf/xslt/example_atom.xsl
|
691
672
|
- solr/conf/xslt/example_rss.xsl
|
692
673
|
- solr/conf/xslt/luke.xsl
|
674
|
+
- spec/components/blacklight/icons/american_geographical_society_library_uwm_libraries_component_spec.rb
|
675
|
+
- spec/components/blacklight/icons/arizona_component_spec.rb
|
676
|
+
- spec/components/blacklight/icons/arrow_circle_down_component_spec.rb
|
677
|
+
- spec/components/blacklight/icons/baruch_cuny_component_spec.rb
|
678
|
+
- spec/components/blacklight/icons/book_component_spec.rb
|
679
|
+
- spec/components/blacklight/icons/bookmark_component_spec.rb
|
680
|
+
- spec/components/blacklight/icons/cd_rom_component_spec.rb
|
681
|
+
- spec/components/blacklight/icons/child_item_component_spec.rb
|
682
|
+
- spec/components/blacklight/icons/circle_info_solid_component_spec.rb
|
683
|
+
- spec/components/blacklight/icons/citation_component_spec.rb
|
684
|
+
- spec/components/blacklight/icons/collection_component_spec.rb
|
685
|
+
- spec/components/blacklight/icons/collections_component_spec.rb
|
686
|
+
- spec/components/blacklight/icons/columbia_component_spec.rb
|
687
|
+
- spec/components/blacklight/icons/cornell_component_spec.rb
|
688
|
+
- spec/components/blacklight/icons/datasets_component_spec.rb
|
689
|
+
- spec/components/blacklight/icons/dvd_rom_component_spec.rb
|
690
|
+
- spec/components/blacklight/icons/email_component_spec.rb
|
691
|
+
- spec/components/blacklight/icons/esri_globe_component_spec.rb
|
692
|
+
- spec/components/blacklight/icons/fire_solid_component_spec.rb
|
693
|
+
- spec/components/blacklight/icons/george_mason_component_spec.rb
|
694
|
+
- spec/components/blacklight/icons/globe_component_spec.rb
|
695
|
+
- spec/components/blacklight/icons/harvard_component_spec.rb
|
696
|
+
- spec/components/blacklight/icons/home_component_spec.rb
|
697
|
+
- spec/components/blacklight/icons/iiif_drag_drop_component_spec.rb
|
698
|
+
- spec/components/blacklight/icons/image_component_spec.rb
|
699
|
+
- spec/components/blacklight/icons/imagery_component_spec.rb
|
700
|
+
- spec/components/blacklight/icons/indiana_component_spec.rb
|
701
|
+
- spec/components/blacklight/icons/leaf_component_spec.rb
|
702
|
+
- spec/components/blacklight/icons/lewis_clark_component_spec.rb
|
703
|
+
- spec/components/blacklight/icons/lightbulb_solid_component_spec.rb
|
704
|
+
- spec/components/blacklight/icons/line_component_spec.rb
|
705
|
+
- spec/components/blacklight/icons/map_component_spec.rb
|
706
|
+
- spec/components/blacklight/icons/map_marker_component_spec.rb
|
707
|
+
- spec/components/blacklight/icons/maps_component_spec.rb
|
708
|
+
- spec/components/blacklight/icons/massgis_component_spec.rb
|
709
|
+
- spec/components/blacklight/icons/metadata_component_spec.rb
|
710
|
+
- spec/components/blacklight/icons/michigan_state_university_component_spec.rb
|
711
|
+
- spec/components/blacklight/icons/mit_component_spec.rb
|
712
|
+
- spec/components/blacklight/icons/mixed_component_spec.rb
|
713
|
+
- spec/components/blacklight/icons/multilinestring_component_spec.rb
|
714
|
+
- spec/components/blacklight/icons/multipoint_component_spec.rb
|
715
|
+
- spec/components/blacklight/icons/multipolygon_component_spec.rb
|
716
|
+
- spec/components/blacklight/icons/northwestern_university_component_spec.rb
|
717
|
+
- spec/components/blacklight/icons/nyu_component_spec.rb
|
718
|
+
- spec/components/blacklight/icons/pagelines_brands_component_spec.rb
|
719
|
+
- spec/components/blacklight/icons/paper_map_component_spec.rb
|
720
|
+
- spec/components/blacklight/icons/parent_item_component_spec.rb
|
721
|
+
- spec/components/blacklight/icons/pennsylvania_state_university_component_spec.rb
|
722
|
+
- spec/components/blacklight/icons/point_component_spec.rb
|
723
|
+
- spec/components/blacklight/icons/polygon_component_spec.rb
|
724
|
+
- spec/components/blacklight/icons/polyline_component_spec.rb
|
725
|
+
- spec/components/blacklight/icons/princeton_component_spec.rb
|
726
|
+
- spec/components/blacklight/icons/public_component_spec.rb
|
727
|
+
- spec/components/blacklight/icons/purdue_university_component_spec.rb
|
728
|
+
- spec/components/blacklight/icons/raster_component_spec.rb
|
729
|
+
- spec/components/blacklight/icons/restricted_component_spec.rb
|
730
|
+
- spec/components/blacklight/icons/rutgers_component_spec.rb
|
731
|
+
- spec/components/blacklight/icons/sms_component_spec.rb
|
732
|
+
- spec/components/blacklight/icons/stanford_component_spec.rb
|
733
|
+
- spec/components/blacklight/icons/table_component_spec.rb
|
734
|
+
- spec/components/blacklight/icons/tags_component_spec.rb
|
735
|
+
- spec/components/blacklight/icons/texas_component_spec.rb
|
736
|
+
- spec/components/blacklight/icons/the_ohio_state_university_component_spec.rb
|
737
|
+
- spec/components/blacklight/icons/triangle_exclamation_solid_component_spec.rb
|
738
|
+
- spec/components/blacklight/icons/tufts_component_spec.rb
|
739
|
+
- spec/components/blacklight/icons/ucla_component_spec.rb
|
740
|
+
- spec/components/blacklight/icons/university_of_california_berkeley_component_spec.rb
|
741
|
+
- spec/components/blacklight/icons/university_of_chicago_component_spec.rb
|
742
|
+
- spec/components/blacklight/icons/university_of_colorado_boulder_component_spec.rb
|
743
|
+
- spec/components/blacklight/icons/university_of_illinois_urbana_champaign_component_spec.rb
|
744
|
+
- spec/components/blacklight/icons/university_of_iowa_component_spec.rb
|
745
|
+
- spec/components/blacklight/icons/university_of_maryland_component_spec.rb
|
746
|
+
- spec/components/blacklight/icons/university_of_michigan_component_spec.rb
|
747
|
+
- spec/components/blacklight/icons/university_of_minnesota_component_spec.rb
|
748
|
+
- spec/components/blacklight/icons/university_of_nebraska_lincoln_component_spec.rb
|
749
|
+
- spec/components/blacklight/icons/university_of_wisconsin_madison_component_spec.rb
|
750
|
+
- spec/components/blacklight/icons/uva_component_spec.rb
|
751
|
+
- spec/components/blacklight/icons/web_services_component_spec.rb
|
752
|
+
- spec/components/blacklight/icons/websites_component_spec.rb
|
753
|
+
- spec/components/geoblacklight/arcgis_component_spec.rb
|
754
|
+
- spec/components/geoblacklight/attribute_table_component_spec.rb
|
755
|
+
- spec/components/geoblacklight/citation_component_spec.rb
|
693
756
|
- spec/components/geoblacklight/display_note_component_spec.rb
|
757
|
+
- spec/components/geoblacklight/document_component_spec.rb
|
758
|
+
- spec/components/geoblacklight/download_links_component_spec.rb
|
759
|
+
- spec/components/geoblacklight/header_icons_component_spec.rb
|
694
760
|
- spec/components/geoblacklight/homepage_feature_facet_component_spec.rb
|
695
761
|
- spec/components/geoblacklight/icon_facet_item_component_spec.rb
|
762
|
+
- spec/components/geoblacklight/iiif_drag_drop_component_spec.rb
|
763
|
+
- spec/components/geoblacklight/index_map_legend_component_spec.rb
|
764
|
+
- spec/components/geoblacklight/item_map_viewer_component_spec.rb
|
765
|
+
- spec/components/geoblacklight/login_link_component_spec.rb
|
766
|
+
- spec/components/geoblacklight/search_result_component_spec.rb
|
767
|
+
- spec/components/geoblacklight/static_map_component_spec.rb
|
768
|
+
- spec/components/geoblacklight/viewer_help_text_component_spec.rb
|
769
|
+
- spec/components/geoblacklight/web_services_component_spec.rb
|
696
770
|
- spec/config/initializers/rails_config_spec.rb
|
697
771
|
- spec/controllers/catalog_controller_spec.rb
|
698
772
|
- spec/controllers/download_controller_spec.rb
|
699
773
|
- spec/controllers/relation_controller_spec.rb
|
700
774
|
- spec/controllers/wms_controller_spec.rb
|
701
775
|
- spec/factories/user.rb
|
776
|
+
- spec/features/axe_spec.rb
|
702
777
|
- spec/features/bookmarks_spec.rb
|
703
778
|
- spec/features/citations_spec.rb
|
704
779
|
- spec/features/configurable_basemap_spec.rb
|
@@ -707,11 +782,12 @@ files:
|
|
707
782
|
- spec/features/empty_search_spec.rb
|
708
783
|
- spec/features/esri_viewer_spec.rb
|
709
784
|
- spec/features/exports_spec.rb
|
710
|
-
- spec/features/
|
785
|
+
- spec/features/full_screen_control_spec.rb
|
711
786
|
- spec/features/help_text_spec.rb
|
712
787
|
- spec/features/home_page_spec.rb
|
713
788
|
- spec/features/iiif_viewer_spec.rb
|
714
789
|
- spec/features/index_map_spec.rb
|
790
|
+
- spec/features/index_view_spec.rb
|
715
791
|
- spec/features/layer_inspection_spec.rb
|
716
792
|
- spec/features/layer_opacity_spec.rb
|
717
793
|
- spec/features/layer_preview_spec.rb
|
@@ -733,7 +809,6 @@ files:
|
|
733
809
|
- spec/features/show_page_metadata_spec.rb
|
734
810
|
- spec/features/show_page_sidebar_static_map_spec.rb
|
735
811
|
- spec/features/sms_spec.rb
|
736
|
-
- spec/features/split_view.html.erb_spec.rb
|
737
812
|
- spec/features/suppressed_records_spec.rb
|
738
813
|
- spec/features/tilejson_spec.rb
|
739
814
|
- spec/features/tms_spec.rb
|
@@ -772,6 +847,7 @@ files:
|
|
772
847
|
- spec/fixtures/solr_documents/baruch_ancestor2.json
|
773
848
|
- spec/fixtures/solr_documents/baruch_documentation_download.json
|
774
849
|
- spec/fixtures/solr_documents/bbox-spans-180.json
|
850
|
+
- spec/fixtures/solr_documents/complex-geom.json
|
775
851
|
- spec/fixtures/solr_documents/cornell_html_metadata.json
|
776
852
|
- spec/fixtures/solr_documents/display-note.json
|
777
853
|
- spec/fixtures/solr_documents/esri-dynamic-layer-all-layers.json
|
@@ -814,18 +890,13 @@ files:
|
|
814
890
|
- spec/fixtures/solr_documents/wmts-multiple.json
|
815
891
|
- spec/fixtures/solr_documents/wmts-single-layer.json
|
816
892
|
- spec/fixtures/solr_documents/xyz.json
|
817
|
-
- spec/helpers/arcgis_helper_spec.rb
|
818
|
-
- spec/helpers/carto_helper_spec.rb
|
819
|
-
- spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb
|
820
893
|
- spec/helpers/geoblacklight_helper_spec.rb
|
821
894
|
- spec/javascripts/geoblacklight_spec.js
|
822
895
|
- spec/javascripts/metadata_download_button_spec.js
|
823
|
-
- spec/javascripts/util_spec.js
|
824
896
|
- spec/lib/geoblacklight/bounding_box_spec.rb
|
825
|
-
- spec/lib/geoblacklight/
|
897
|
+
- spec/lib/geoblacklight/download/csv_download_spec.rb
|
826
898
|
- spec/lib/geoblacklight/download/geojson_download_spec.rb
|
827
899
|
- spec/lib/geoblacklight/download/geotiff_download_spec.rb
|
828
|
-
- spec/lib/geoblacklight/download/hgl_download_spec.rb
|
829
900
|
- spec/lib/geoblacklight/download/kmz_download_spec.rb
|
830
901
|
- spec/lib/geoblacklight/download/shapefile_download_spec.rb
|
831
902
|
- spec/lib/geoblacklight/download_spec.rb
|
@@ -843,12 +914,10 @@ files:
|
|
843
914
|
- spec/lib/geoblacklight/relation/ancestors_spec.rb
|
844
915
|
- spec/lib/geoblacklight/relation/descendants_spec.rb
|
845
916
|
- spec/lib/geoblacklight/relation/relation_response_spec.rb
|
846
|
-
- spec/lib/geoblacklight/view_helper_override_spec.rb
|
847
917
|
- spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb
|
848
918
|
- spec/lib/geoblacklight/wms_layer_spec.rb
|
849
919
|
- spec/models/concerns/geoblacklight/bbox_filter_field_spec.rb
|
850
920
|
- spec/models/concerns/geoblacklight/bbox_filter_query_spec.rb
|
851
|
-
- spec/models/concerns/geoblacklight/solr_document/carto_spec.rb
|
852
921
|
- spec/models/concerns/geoblacklight/solr_document/citation_spec.rb
|
853
922
|
- spec/models/concerns/geoblacklight/solr_document/finder_spec.rb
|
854
923
|
- spec/models/concerns/geoblacklight/solr_document/inspection_spec.rb
|
@@ -863,30 +932,9 @@ files:
|
|
863
932
|
- spec/support/fixtures.rb
|
864
933
|
- spec/support/view_component_capybara_test_helpers.rb
|
865
934
|
- spec/tasks/geoblacklight_spec.rb
|
866
|
-
- spec/test_app_templates/Gemfile.extra
|
867
935
|
- spec/test_app_templates/lib/generators/test_app_generator.rb
|
868
|
-
- spec/views/catalog/_document_split.html.erb_spec.rb
|
869
|
-
- spec/views/catalog/_index_split.html.erb_spec.rb
|
870
|
-
- spec/views/catalog/_results_pagination.html.erb_spec.rb
|
871
|
-
- spec/views/catalog/_show_downloads.html.erb_spec.rb
|
872
|
-
- spec/views/catalog/_show_tools.html.erb_spec.rb
|
873
936
|
- template.rb
|
874
|
-
-
|
875
|
-
- vendor/assets/images/fullscreen@2x.png
|
876
|
-
- vendor/assets/images/layers-2x.png
|
877
|
-
- vendor/assets/images/layers.png
|
878
|
-
- vendor/assets/images/marker-icon-2x.png
|
879
|
-
- vendor/assets/images/marker-icon.png
|
880
|
-
- vendor/assets/images/marker-shadow.png
|
881
|
-
- vendor/assets/javascripts/Leaflet.fullscreen.js
|
882
|
-
- vendor/assets/javascripts/esri-leaflet.js
|
883
|
-
- vendor/assets/javascripts/esri-leaflet.js.map
|
884
|
-
- vendor/assets/javascripts/leaflet-iiif.js
|
885
|
-
- vendor/assets/javascripts/leaflet-src.js.erb
|
886
|
-
- vendor/assets/javascripts/leaflet-src.js.map
|
887
|
-
- vendor/assets/javascripts/native.history.js
|
888
|
-
- vendor/assets/stylesheets/leaflet.css
|
889
|
-
- vendor/assets/stylesheets/leaflet.fullscreen.css
|
937
|
+
- test/leaflet/layers.test.js
|
890
938
|
- vite.config.ts
|
891
939
|
homepage: http://github.com/geoblacklight/geoblacklight
|
892
940
|
licenses:
|
@@ -907,7 +955,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
907
955
|
- !ruby/object:Gem::Version
|
908
956
|
version: 2.5.2
|
909
957
|
requirements: []
|
910
|
-
rubygems_version: 3.5.
|
958
|
+
rubygems_version: 3.5.16
|
911
959
|
signing_key:
|
912
960
|
specification_version: 4
|
913
961
|
summary: A discovery platform for geospatial holdings
|