Sha256: af8bed978406e05c3c89cccfea737fe4810428ad6a0609dd680570b1032f7427
Contents?: true
Size: 527 Bytes
Versions: 17
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: ["EB Garamond", "STIX Two Math", "HanSans", "Courier Prime"], pdf: ["Lato", "Roboto"], } 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
17 entries across 17 versions & 1 rubygems