Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 59.59 KB
MD5: 028f8497c3407c251d748ca4ee7d304d
SHA-1: 04533cff78f1936e2ab6a6d12b183c5d98fb0a31
SHA-256: 9d9fae853910c8bf0506f65e1e566c9f8ede23d213d00cad8a22118bd4dfd8c4
Download zip 74.74 KB
MD5: 8b7d5c8d71ee3b1a76783a288b2c110b
SHA-1: fd17df62d7286a12c58b6ba67aee0adc8871651d
SHA-256: 3e4c06a29d0d55f3c45ffbff9dc40443979b2038c678167033b75db54e393b0a

Release notes

This is a second, non-stable, and fully reworked release of Geocluster for demonstration purposes!

Amongst many other changes, see the following issues
#1837654: Implement clustering based on views aggregation
#1828584: Algorithm optimization tasks
#1837412: Configurable json-cluster page.
#1841194: Current state of geocluster group-by updates
#1840796: Every views setting popup now has geocluster setting. Even if the popup is not meant for this setting.

Get it running

prepare drupal and all required modules using the provided make file in geocluster/moduels/geocluster_demo/geocluster_demo.make.example
wget http://drupalcode.org/project/geocluster.git/blob/refs/tags/7.x-1.0-alpha2:/modules/geocluster_demo/geocluster_demo.make.example
drush make geocluster_demo.make.example

install drupal, for example using drush si

install the geocluster demo feature and (this needs to be a separate step) import demo content

drush en geocluster_demo
drush en geocluster_demo_content

finally, visit your site, it should look similar to http://dev.geocluster.gotpantheon.com/maptable

Demo

The demo ships with some basic configurations:

  • Views GeoJSON feed that uses Geocluster for clustering
  • Leaflet GeoJSON Bean that displays a map and links to the GeoJSON feed

See #1807358: Drupal Mapping Diagrams for a visual explanation on what's going on.

Geocluster configuration

Thanks for testing! I'd like to hear from you on irc in #drupal-geo - and please provide feedback here:
#1547610: Plan server-side geo clustering for drupal 7

Created by: dasjo
Created on: 29 Nov 2012 at 18:05 UTC
Last updated: 17 Jan 2014 at 14:13 UTC
Unsupported

Other releases