lib/ogc/gml/compound_crs.rb in ogc-gml-1.0.0 vs lib/ogc/gml/compound_crs.rb in ogc-gml-1.0.1
- old
+ new
@@ -1,15 +1,14 @@
# frozen_string_literal: true
-# --- compound_crs_type.rb ---
-require "shale"
+require "lutaml/model"
require_relative "single_crs_property"
require_relative "abstract_crs"
module Ogc
module Gml
class CompoundCRS < AbstractCRS
- attribute :aggregation_type, Shale::Type::String
+ attribute :aggregation_type, :string
attribute :component_reference_system, SingleCRSProperty, collection: true
xml do
root "CompoundCRS"
namespace "http://www.opengis.net/gml/3.2", "gml"