class Rozi::WaypointFileProperties
This class represents the waypoint file properties contained in the top 4 lines of a waypoint file
Constants
- PROPERTIES
Public Class Methods
new(*args, **kwargs)
click to toggle source
Calls superclass method
# File lib/rozi/waypoints.rb, line 116 def initialize(*args, **kwargs) update( datum: "WGS 84", version: "1.1" ) super end