Skip to content
Snippets Groups Projects
Commit caf01ac1 authored by The Great Git Migration's avatar The Great Git Migration Committed by Drupal Git User (LDAP)
Browse files

Stripping CVS keywords

parent 3aa208b4
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
$Id$
Description
=====================================
......
$Id$
This file describes any steps for upgrading openlayers to
different versions.
......
<?php
// $Id$
/**
* @file
......
<!-- $Id$ -->
The Drupal OpenLayers project creates a set of modules that integrates the OpenLayers JS library with Drupal. It provides a set of features and functionality that allow users to create dynamic and unique looking maps on their site.
Why OpenLayers?
......
<!-- $Id$ -->
<h2>Use OpenLayer's Hosted Version</h2>
......
<!-- $Id$ -->
This section is dedicated to the administration of the Drupal OpenLayers module.
\ No newline at end of file
<!-- $Id$ -->
This documentation can be found in the <em>docs/API.txt</em> file and may be more up to date and verbose.
<p><strong><em>needs work</em></strong></p>
......
<!-- $Id$ -->
This documentation can be found in the <em>docs/openlayers.api.php</em> file and may be more up to date and verbose.
<h3>OpenLayers Map Preprocess Alter</h3>
......
<!-- $Id$ -->
This documentation can be found in the <em>docs/THEMING.txt</em> file and may be more up to date and verbose.
<code>
......
<!-- $Id$ -->
There are a number of public API functions, hooks, and theming functions available for developers. Any of the supplemental modules of OpenLayers are good examples of these functions.
\ No newline at end of file
<!-- $Id$ -->
Behaviors are bundled functionality for maps. There are a number of behaviors available to maps, each with their own properties.
<h3>General Properties</h3>
......
<!-- $Id$ -->
Controls available in map arrays. Example:
<pre>
......
<!-- $Id$ -->
Events are used to plug into the map rendering process or events that happen as the map is interfaced with. Events can be defined for the map itself or for specific layers. For example:
<pre>
......
<!-- $Id$ -->
Features can be added in a number of ways through the interface. To directly add them in the map array, they must go into a specific Vector layer. Example of layer with features:
<pre>
......
<!-- $Id$ -->
Layers are handled in one of two ways.
<h3>Manual Layers</h3>
......
<!-- $Id$ -->
The following describes map options. Example:
<pre><code>
......
<!-- $Id$ -->
The following describes the basic properties that are available in the map array.
<ul>
......
<!-- $Id$ -->
Styles define how features look on a map. Styles can be defined for the map as a whole, for specific events like when a feature is selected, or for individual features. Example style array:
<pre>
......
<!-- $Id$ -->
The fundamentals of how maps are handled in the OpenLayers module is based on a map array in PHP, that gets pass through hooks and rendered on the server side, then passed to Javascript to be turned into an OpenLayers map on the client side.
<h3>Preset UI</h3>
......
; $Id$
[openlayers settings]
line break = TRUE
navigation = TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment