WalkScore

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides the Walk Score for node locations.

Allows users to:

  • Integrate Walk Score into your site
  • Add Walk Scores to nodes
  • Display the Walk Score Block on each node

The Walk Score API is supported in the United States, Canada, Australia, and New Zealand.

REQUIREMENTS

This module requires the following modules:

Role Based Homepage

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This redirects to the homepage as specified in the configuration page. If logged in user has multiple roles, then role with lighter weight will take the priority.

This will redirect to provided homepage on two events
1) When user logs in
2) When tried to access front page as specified in the settings or base URL.

It also lets define the default content of the page if the user does not have any valid/empty homepage regardless where the user is redirected.

Location by IP

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Returns an IP for Geocoding to give approximate directions via map. Can also be used to track locations of IP addresses for data analysis.

Currently uses a rate limited API - you will need your own key from the site.
Need keys from https://www.google.com

Country taxonomy importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Imports country/state/region names to a taxonomy from geonames.org

This module uses the "children" (http://www.geonames.org/export/place-hierarchy.html#children) function of geonames.org. This seems to just drill down by administration divisions, which may be different for each country.

Why I made this to work in the front end with javascript rather than with the batch API, I don't know. I must have been drunk that night.