lib/ogc/gml/abstract_general_transformation.rb in ogc-gml-1.0.0 vs lib/ogc/gml/abstract_general_transformation.rb in ogc-gml-1.0.1

- old
+ new

@@ -1,8 +1,7 @@ # frozen_string_literal: true -# --- abstract_general_transformation_type.rb --- -require "shale" +require "lutaml/model" require_relative "abstract_coordinate_operation" module Ogc module Gml class AbstractGeneralTransformation < AbstractCoordinateOperation