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.

Field Collection Switch View Mode

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

Synopsis

When using field collections, a view mode can be associated with each field collection item which will then switch the display of fields in the edit form for that particular field collection item.

For example, assume a field collection for a content type contains three fields:

  1. field_subtitle
  2. field_image
  3. field_extra_text

and the three view modes for this content type are:

GSAP

Component type

module

Maintenance status

Development status

Downloads

285

Component created

Component changed

This module integrate the GSAP javascript library with Drupal through the Libraries API.

GSAP is a powerful, high-performance javascript animation library for the web.

This module is intended to be an API module for developers.
The main aim is to integrate GSAP with the Libraries API to manage it efficiently as a project dependency

File MD5

Component type

module

Maintenance status

Development status

Downloads

1396

Component created

Component changed

Module helps to uniquely identify the files using their MD5 hashes.

All that this module does - extends the file_managed table with md5 column and, on file saving, set a value for it.

MD5 validation

Module provides an implementation of hook_file_validate() to validate file duplicates. This validation could be disabled here: admin/config/media/file-system.

Polling

Component type

module

Categories

Maintenance status

Development status

Downloads

530

Component created

Component changed

This is a module for developers. It does nothing on its own except making development of other modules easer.

The polling module provides a common way to poll data on a drupal site. The module takes care of the actual XHR requests and the necessary headers to facilitate effective caching for those resources.

Apachesolr AngularJS Search

Component type

module

Maintenance status

Development status

Downloads

571

Component created

Component changed

This module provides an advanced search form built in AngularJS that works with Drupal and Apachesolr as backend.

Introduction

This module works with apachesolr and AngularJS to provide a flexible UI to allow
the user to create complex searches.

You could see a working example in Popline website from K4Health.