freebsd-ports/graphics/rubygem-geokit/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
601 B
Plaintext

The Geokit gem provides:
- Distance calculations between two points on the earth. Calculate the distance
in miles, kilometers, meters, or nautical miles, with all the trigonometry
abstracted away by Geokit.
- Geocoding from multiple providers. It supports Google, Yahoo, Geocoder.us, and
Geocoder.ca geocoders, and others. It provides a uniform response structure
from all of them. It also provides a fail-over mechanism, in case your input
fails to geocode in one service.
- Rectangular bounds calculations: is a point within a given rectangular bounds?
- Heading and midpoint calculations