jsTimezoneDetect

Component type

module

Maintenance status

Development status

Component created

Component changed

I needed a simple way to detect a user's timezone in order to display dates in their local timezone without depending on their user profile to save the correct timezone. An existing module, Timezone Detect, implements a Javascript library known simply as "jsTimezoneDetect," which did the job.

Geospatial Geometries

Component type

module

Categories

Maintenance status

Development status

Downloads

258

Component created

Component changed

Overview

This is an API for geo developers using PostGIS. PostGIS provides numerous functions to handle, validate, convert and operate with geospatial geometries. This module provides the most widely used calls to this PostGIS functions which you can use from your module.

Examples

An examples module is provided as part of the package which calls the API functions through a simple UI. Thus you can learn how to use the API.

Direction

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Broken. Open Street Routing Map API had changed!

Supports Google Directions API and Open Street Routing Map.

Requests user <-> node direction from Google or ORSM and stores the informations as polyline in the DB. The request contains also duration and distance.

ToDo

Address Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Exposed latitude/longitude proximity filters for Location views aren't very user friendly. This module replaces them with an arbitrary address field, providing users with Google-powered autocompletion. Queries are geocoded upon form submission and the resulting latitude and longitude are passed to the view result page as normal. Because the geocoding request is performed by the user's browser rather than the server, there is effectively no query limit.