Skip to content
Snippets Groups Projects
Commit 332a7a45 authored by Steve Jorgensen's avatar Steve Jorgensen
Browse files

Add MOD to SQL functions reqd. list

parent fb0cf4c1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ module Geocoder
##
# Distance calculation for use with a database that supports POWER(),
# SQRT(), PI(), and trigonometric functions SIN(), COS(), ASIN(), and
# SQRT(), PI(), and trigonometric functions SIN(), COS(), ASIN(),
# ATAN2().
#
# Based on the excellent tutorial at:
......@@ -59,6 +59,9 @@ module Geocoder
# and an options hash which must include a :bearing value
# (:linear or :spherical).
#
# For use with a database that supports MOD() and trigonometric functions
# SIN(), COS(), ASIN(), ATAN2().
#
# Based on:
# http://www.beginningspatial.com/calculating_bearing_one_point_another
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment