Module: Geoblacklight
- Defined in:
- lib/geoblacklight/faraday_middleware/follow_redirects.rb,
lib/geoblacklight.rb,
lib/geoblacklight/engine.rb,
lib/geoblacklight/routes.rb,
lib/geoblacklight/version.rb,
lib/geoblacklight/download.rb,
lib/geoblacklight/geometry.rb,
lib/geoblacklight/metadata.rb,
lib/geoblacklight/constants.rb,
lib/geoblacklight/reference.rb,
lib/geoblacklight/wms_layer.rb,
lib/geoblacklight/exceptions.rb,
lib/geoblacklight/references.rb,
lib/geoblacklight/routes/wms.rb,
lib/geoblacklight/item_viewer.rb,
lib/geoblacklight/bounding_box.rb,
lib/geoblacklight/metadata/base.rb,
lib/geoblacklight/metadata/fgdc.rb,
lib/geoblacklight/metadata/html.rb,
lib/geoblacklight/metadata/iso19139.rb,
lib/geoblacklight/routes/exportable.rb,
lib/geoblacklight/relation/ancestors.rb,
lib/geoblacklight/routes/downloadable.rb,
lib/geoblacklight/metadata_transformer.rb,
lib/geoblacklight/relation/descendants.rb,
lib/geoblacklight/download/csv_download.rb,
lib/geoblacklight/download/kmz_download.rb,
lib/geoblacklight/download/geojson_download.rb,
lib/geoblacklight/download/geotiff_download.rb,
lib/geoblacklight/metadata_transformer/base.rb,
lib/geoblacklight/metadata_transformer/fgdc.rb,
lib/geoblacklight/relation/relation_response.rb,
app/components/geoblacklight/arcgis_component.rb,
app/components/geoblacklight/header_component.rb,
lib/generators/geoblacklight/assets_generator.rb,
lib/geoblacklight/download/shapefile_download.rb,
lib/generators/geoblacklight/install_generator.rb,
app/components/geoblacklight/document_component.rb,
app/models/concerns/geoblacklight/solr_document.rb,
lib/geoblacklight/metadata_transformer/iso19139.rb,
app/components/geoblacklight/relations_component.rb,
app/presenters/geoblacklight/bbox_item_presenter.rb,
app/components/geoblacklight/login_link_component.rb,
app/components/geoblacklight/static_map_component.rb,
lib/geoblacklight/wms_layer/feature_info_response.rb,
lib/generators/geoblacklight/assets/vite_generator.rb,
app/components/geoblacklight/display_note_component.rb,
app/components/geoblacklight/header_icons_component.rb,
app/components/geoblacklight/web_services_component.rb,
app/models/concerns/geoblacklight/bbox_filter_field.rb,
app/models/concerns/geoblacklight/bbox_filter_query.rb,
app/components/geoblacklight/search_result_component.rb,
app/components/geoblacklight/download_links_component.rb,
app/components/geoblacklight/iiif_drag_drop_component.rb,
app/components/geoblacklight/attribute_table_component.rb,
app/components/geoblacklight/icon_facet_item_component.rb,
app/components/geoblacklight/item_map_viewer_component.rb,
app/models/concerns/geoblacklight/solr_document/arcgis.rb,
app/models/concerns/geoblacklight/solr_document/finder.rb,
app/components/geoblacklight/document/sidebar_component.rb,
app/components/geoblacklight/index_map_legend_component.rb,
app/components/geoblacklight/viewer_help_text_component.rb,
app/components/geoblacklight/web_services_wfs_component.rb,
app/components/geoblacklight/web_services_wms_component.rb,
lib/generators/geoblacklight/assets/importmap_generator.rb,
app/components/geoblacklight/document/citation_component.rb,
app/components/geoblacklight/index_map_inspect_component.rb,
app/components/geoblacklight/web_services_link_component.rb,
app/models/concerns/geoblacklight/solr_document/citation.rb,
app/models/concerns/geoblacklight/solr_document/inspection.rb,
app/components/geoblacklight/location_leaflet_map_component.rb,
app/components/geoblacklight/web_services_default_component.rb,
app/components/geoblacklight/homepage_feature_facet_component.rb,
app/components/geoblacklight/data_dictionary_download_component.rb,
app/models/concerns/geoblacklight/suppressed_records_search_behavior.rb
Overview
standard:enable Lint/RedundantRequireStatement
Defined Under Namespace
Modules: Assets, Constants, Document, Exceptions, FaradayMiddleware, Metadata, MetadataTransformer, Relation, Routes, SolrDocument, SuppressedRecordsSearchBehavior Classes: ArcgisComponent, AssetsGenerator, AttributeTableComponent, BboxFilterField, BboxFilterQuery, BboxItemPresenter, BoundingBox, CsvDownload, DataDictionaryDownloadComponent, DisplayNoteComponent, DocumentComponent, Download, DownloadLinksComponent, Engine, FeatureInfoResponse, GeojsonDownload, Geometry, GeotiffDownload, HeaderComponent, HeaderIconsComponent, HomepageFeatureFacetComponent, IconFacetItemComponent, IiifDragDropComponent, IndexMapInspectComponent, IndexMapLegendComponent, Install, ItemMapViewerComponent, ItemViewer, KmzDownload, LocationLeafletMapComponent, LoginLinkComponent, Reference, References, RelationsComponent, SearchResultComponent, ShapefileDownload, StaticMapComponent, ViewerHelpTextComponent, WebServicesComponent, WebServicesDefaultComponent, WebServicesLinkComponent, WebServicesWfsComponent, WebServicesWmsComponent, WmsLayer
Constant Summary collapse
- VERSION =
"5.1.0"
Class Method Summary collapse
Class Method Details
.logger ⇒ Object
13 14 15 |
# File 'lib/geoblacklight.rb', line 13 def self.logger ::Rails.logger end |