Sha256: 71b650b14baae7849be303d83c7b5b77c55eaadb56d790e36a3ce8f9cbd46011
Contents?: true
Size: 626 Bytes
Versions: 18
Compression:
Stored size: 626 Bytes
Contents
module GeoConcerns # Attributes and methods for georeferenced files module GeoreferencedBehavior extend ActiveSupport::Concern included do # Defines the OGC coordinate reference system (CRS) identifier for the resource # @see http://www.opengeospatial.org/ogcna OGC Naming Authority # @example # raster_file.cartographic_projection = "urn:ogc:def:crs:EPSG:6.3:26986" property :cartographic_projection, predicate: ::RDF::Vocab::Bibframe.cartographicProjection, multiple: false do |index| index.as :stored_searchable end end end end
Version data entries
18 entries across 18 versions & 1 rubygems