OpenLayers Ragbag extension

Component type

module

Maintenance status

Development status

Downloads

282

Component created

Component changed

A ragbag library by Xavier Mamano for use with OpenLayers.

This mixed bag containing several components, which are not related to each other.

The components

  • Improve drawing tools to add behaviors related to del-key and esc-key
  • Extends KML format to load StyleMap with "normal" and "highlight"
  • CenteredCluster strategy

Centered Clusters

The OL Cluster algorithm is simple and efficient, but a cluster with two points shown centered on one of them.

Twiter Tweets Ticker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a block showing tweets one by against a twiter username.
For "X" seconds a tweet will be displayed and then next will be visible after that. Currently "X" is equal to 4.

INSTALLATION AND CONFIGURATIONS:

Translatable Rules Actions Overview

Component type

module

Maintenance status

Development status

Downloads

661

Component created

Component changed

! Discontinued module !

Description

If you use Rules extensively for many of your site's logic related actions, you may have stumbled upon the issue of translating all of your Rules. Using the standard Rules interface it can be a nightmare to find the rules you're looking for.

This module provides an easy overview of all translatable rules along with the necessary links to assist an administrator in rules translations.

Image grayscale to color

Component type

module

Maintenance status

Development status

Component created

Component changed

Module makes rollover images from grayscale (black and white) to colored.

Usage:
1. Install module.
2. Wrap your images in two any elements with specific classes:

<div class="grayscale-effect">
  <div class="grayscale-effect-target">
    <img src="..." />
  </div>
</div>

or

<a href="..." class="grayscale-effect">
  <div class="grayscale-effect-target">
    <img src="..." />
  </div>
  Foo bar baz
</a>

Profit.