Mapbuilder

The Mapbuilder module integrates the Community Mapbuilder web mapping client with Drupal.

It adds the Mapbuilder context and configuration as content types and can produce the corresponding xml output to be used as input to a Mapbuilder client.
A filter is added for showing Mapbuilder clients inline.

Further developments are being done on the 5.x version of this module. Differences in functionality between the releases:
* support for xml schema for mapbuilder context: ViewContext or OWSContext

A simple check to see if the mapbuilder installation is functioning can be done by creating a 'Map configuration' (?q=node/add/mapconfig) node with the following values:

  • Model Url = 'sites/all/modules/mapbuilder/demo/demisWorldMap.xml' if the mapbuilder module is installed under 'sites/all/' of your drupal installation
  • Title = config with demo context

Note that the Mapbuilder module for Drupal requires the Community Mapbuilder library to be installed, and needs the PHP curl extension to be enabled.

At present, PHP 5 is required for this module. It will not run under PHP4 due to the differences in xml functions.

 
 

Drupal is a registered trademark of Dries Buytaert.