lib/ogc/gml/ring.rb in ogc-gml-1.0.0 vs lib/ogc/gml/ring.rb in ogc-gml-1.0.1
- old
+ new
@@ -1,14 +1,13 @@
# frozen_string_literal: true
-# --- ring_type.rb ---
-require "shale"
+require "lutaml/model"
require_relative "composite_curve"
module Ogc
module Gml
class Ring < CompositeCurve
- attribute :aggregation_type, Shale::Type::String
+ attribute :aggregation_type, :string
xml do
root "Ring"
namespace "http://www.opengis.net/gml/3.2", "gml"