Geocoder DB

Categories

Component ID

2190117

Component name

Geocoder DB

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

443

Component created

Component changed

Component body

Geocoder DB is a plugin for Geocoder which queries a database table for lat, lon fields.

The reason for this module was to speed up geocoding for locations already stored in the database (proximitry search), and to prevent duplicate API calls.

Module Settings:

  • Tablename
  • Lat fieldname
  • Lon fieldname
  • Condition fields (compared to the searched address)
  • Fallback: If query returns no result a fallback geocoder is used (e.g. Google API)

Module Dependencies:

  • Geocoder
  • Ctools