Minimalist GMap
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Simple Google Field Formatter for text fields
Simple Google Field Formatter for text fields
PayPal Reports module enables you to save PayPal transactions and analyse it later.
Because of recent EU VAT regulations, it was necessary to provide PayPal income reports split up by countries.
Track the site access.
Tracks the site visitor by saving the user data for every certain period of time
Provides block, which show current location of site accessed.
Provides a widget for Drupal text fields with autocomplete suggestions from the Google Places API.
Also you can use the autocomplete path it defines for your own FAPI implementation.
1. The module exposes a widget for text fields.
2. Set the Google Places Autocomplete widget for the text field you want.
3. When typing into the text field, you can see suggestions based on the characters you typed.
This module provides a Japan postal code data and API for them. This fetches the csv file from the Japan post office website and insert it into the local database. After getting the data, it doesn't depend on any external service.
This fetch process from Japan post office website may fail with a timeout error because it takes a long time (it may be over 1 minute depending on the environment).
This module is only for developers. It provides only APIs and doesn't provide any UI.
This module extends Geofield with a new widget which allows you to get the geolocation of the address stored in another field of the entity and then move the marker in the map to set the latitude and longitude with more detail.
This module has been sponsored by WebPartners
This module creates entities for Australian postcodes.
It does this by importing from a csv file that is included in the module.
The information that it includes for each postcode is:
Postcode
Suburb
State
Delivery centre
Delivery centre type
Latitude
Longitude
As the module leverages the Entity API, it has views support for all fields.
There is currently 1 custom views filter for state (select options instead of an autocomplete).
Creates dynamic maps using the Snap.SVG JavaScript library.
I'll be presenting about this module on July 22, 2015 in Washington, D.C. at Drupal GovCon.
This module is mainly aimed at Chinese users, the purpose is to provide a lightweight "receiving address" solution.
Road Map:
7.x-1.x Pure and Lightweight js version (Form API)
7.x-2.x Fast and Full Interface API version
like: http://58.252.101.9/warranty/get_area_list.php?org_id=MDHJ&code=11402&ca...
Uses a web service via javascript to add cookies of the clients location.
A light weight alternative to other ip location modules with the downside of the location cookies not being available with the first page visit.
The actual cookies that are set depends on the web service that is selected on the admin page. The admin page allows you to test the service and see what cookies will be set.
Admin page: admin/config/people/location_cookie
A good use case is using the location cookie as a views contextual filter (this is what I use it for).