Sha256: aecb382c3b7e59fe6de3dba3d5d5a71447942e2c7a3df800ad055b9246709f2d
Contents?: true
Size: 527 Bytes
Versions: 60
Compression:
Stored size: 527 Bytes
Contents
require "metanorma/ogc/version" require "metanorma/ogc/processor" require "metanorma/ogc/converter" module Metanorma module Ogc def self.fonts_used { html: ["Overpass", "SpaceMono"], doc: ["Times New Roman", "Cambria Math", "HanSans", "Courier New"], pdf: ["Lato", "Arial"], } end ORGANIZATION_NAME_SHORT = "OGC".freeze ORGANIZATION_NAME_LONG = "Open Geospatial Consortium".freeze DOCUMENT_NAMESPACE = "https://standards.opengeospatial.org/document".freeze end end
Version data entries
60 entries across 60 versions & 1 rubygems