Geolocation provides a Drupal 7 field for storing Longitude/Latitude pairs. It currently supports:
- Plain text
- Google Maps
- Geolocation (HTML 5) Service
This module aims to provide a simple and solid way to associate geo-information to entities. You can add Geolocation fields to content types (nodes), users, taxonomy terms, comments and all other "fieldable entities" provided by contrib modules, e.g. private messages (Privatemsg).
Drupal 7
The module is maintained by derjochenmeyer and jm.federico. Here is a demo (7.x-1.0 of Apr/10/2012).
Optional modules
- Geolocation Proximity for proximity/distance based view results.
Technical
At the moment Geolocation stores the following values in the database: lat (latitude), lng (longitude), lat_sin (precalculated latitude sine), lat_cos (precalculated latitude cosine), lng_rad (precalculated radian longitude). The precalculated values will speed up (not yet implemented) proximity SQL look ups. Being considered is the possibility of storing geocoded address information AND/OR addresses
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 3335 sites currently report using this module. View usage statistics.
- Downloads: 11,988
- Last modified: April 16, 2012