lib/ogc/gml/spherical_cs.rb in ogc-gml-1.0.0 vs lib/ogc/gml/spherical_cs.rb in ogc-gml-1.0.1
- old
+ new
@@ -1,13 +1,12 @@
# frozen_string_literal: true
-# --- spherical_cs_type.rb ---
-require "shale"
+require "lutaml/model"
require_relative "abstract_coordinate_system"
module Ogc
module Gml
- class SphericalCS < Shale::Mapper
+ class SphericalCS < Lutaml::Model::Serializable
xml do
root "SphericalCS"
namespace "http://www.opengis.net/gml/3.2", "gml"
map_attribute "id", to: :id, prefix: "gml", namespace: "http://www.opengis.net/gml/3.2"