Geofield Gmap

Component type

module

Categories

Maintenance status

Development status

Downloads

12110

Component created

Component changed

Google Map widget for geofield. A gmap field formatter can be found in the geofield_map submodule inside the Geofield project.

For now allow to use a google map v3 map to input a location.
A quick text input + geocode allow you to specify an address.
You can drag and drop the marker to narrow the position.

IP Geolocation Block

Component type

module

Categories

Maintenance status

Development status

Downloads

1001

Component created

Component changed

This module provides a block that will show if it matches your current location using the ip_geoloc module (which also uses GPS data if available). You can specify the granularity based on debug information that this module produces.

To configure, go to your Blocks page, find Geolocated Block, and specify which field you wish to use to match your location. You can use the "debug" toggle to have the block display your current location so you can figure out which field to use and what value to put there.

Limit Timezone

Component type

module

Maintenance status

Development status

Component created

Component changed

Limit Timezone
---------------
This will filter the list of selectable timezones from the giant list.

Usage
------

* Setup your default country timezone and save it by going to "Admin -> Config -> Limit Timezone Settings"

Restrictions
-------------

* Right now, it's small and it's only limiting on user profile page (seeing as that's initially what I wanted).
* It can easily modified to work on ANY form though, simply remove the conditional statement.

Future Development
------------------

Geofield Remote Storage API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides an abstraction layer to extend Geofield module to syncronize Drupal database with an external GeoDatabase (for example, PostegreSQL + PostGis).

Geofield does not have the Storage plugin system yet. We are currently developing it in the branch Pluggable storage. So that branch is needed to use this module.