In the makeCoordinates static function at https://github.com/dshorthouse/SimpleMappr/blob/master/src/Utility.php#L237, various dashes and the negative symbol would slip through here and be silently removed through preg_replace. Instead, these should be converted to a single dash as that's what is expected by MapServer.
In the
makeCoordinatesstatic function at https://github.com/dshorthouse/SimpleMappr/blob/master/src/Utility.php#L237, various dashes and the negative symbol would slip through here and be silently removed throughpreg_replace. Instead, these should be converted to a single dash as that's what is expected by MapServer.