Sha256: eae16e2bf6866ab4d2888262e365f6a8026ff752d56f2b22703f96036b45c418
Contents?: true
Size: 706 Bytes
Versions: 32
Compression:
Stored size: 706 Bytes
Contents
# mdJson 2.0 writer - spatial reference system projection parameters # History: # Stan Smith 2018 10-18 original script require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module LocalProjection @Namespace = ADIWG::Mdtranslator::Writers::MdJson def self.build(hLocal) Jbuilder.new do |json| json.fixedToEarth hLocal[:fixedToEarth] json.description hLocal[:description] json.georeference hLocal[:georeference] end end # build end # LocalProjection end end end end
Version data entries
32 entries across 32 versions & 1 rubygems