From ed1044e352812ad5a3d09f55bbc8dd20a96b5f4f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 20 Jun 2007 23:33:59 +0000 Subject: [PATCH] doc updates - with / style path separator in Menu.txt git-svn-id: http://svn.openlayers.org/sandbox/tschaub/naturaldocs/doc@3386 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- files/OpenLayers/Layer/Vector-js.html | 2 +- files/OpenLayers/Layer/WMS-js.html | 2 +- files/OpenLayers/Marker-js.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/OpenLayers/Layer/Vector-js.html b/files/OpenLayers/Layer/Vector-js.html index 4949cba2d0..6620d13226 100644 --- a/files/OpenLayers/Layer/Vector-js.html +++ b/files/OpenLayers/Layer/Vector-js.html @@ -10,7 +10,7 @@ if (browserType) {document.write("
");if (browserV -

OpenLayers. Layer. Vector

Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.  Create a new image layer with the OpenLayers.Layer.Vector constructor.  Inherits from OpenLayers.Layer.

Summary
Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.
{Boolean} The layer is a base layer.
Create a new vector layer
Destroy this layer
{String} OpenLayers.Layer.Vector
+

OpenLayers. Layer. Vector

Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.  Create a new image layer with the OpenLayers.Layer.Vector constructor.

Inherits from

Summary
Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.
{Boolean} The layer is a base layer.
Create a new vector layer
Destroy this layer
{String} OpenLayers.Layer.Vector

Properties

diff --git a/files/OpenLayers/Layer/WMS-js.html b/files/OpenLayers/Layer/WMS-js.html index bfbd96b6d5..af441ff72d 100644 --- a/files/OpenLayers/Layer/WMS-js.html +++ b/files/OpenLayers/Layer/WMS-js.html @@ -10,7 +10,7 @@ if (browserType) {document.write("
");if (browserV -

OpenLayers. Layer.WMS

Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services.  Create a new WMS layer with the OpenLayers.Layer.WMS constructor.  Inherits from <OpenLayers.Layer.Grid>.

Summary
Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services.
{Object} Hashtable of default parameter key/value pairs
{Boolean} Try to reproject this layer if its coordinate reference system is different than that of the base layer.
Create a new WMS layer object
Destroy this layer
Create a clone of this layer
Return a GetMap query string for this layer
{String} OpenLayers.Layer.WMS
+

OpenLayers. Layer.WMS

Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services.  Create a new WMS layer with the OpenLayers.Layer.WMS constructor.

Inherits from

  • <OpenLayers.Layer.Grid>
Summary
Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services.
{Object} Hashtable of default parameter key/value pairs
{Boolean} Try to reproject this layer if its coordinate reference system is different than that of the base layer.
Create a new WMS layer object
Destroy this layer
Create a clone of this layer
Return a GetMap query string for this layer
{String} OpenLayers.Layer.WMS

Constants

diff --git a/files/OpenLayers/Marker-js.html b/files/OpenLayers/Marker-js.html index 7d7b675798..0461736e99 100644 --- a/files/OpenLayers/Marker-js.html +++ b/files/OpenLayers/Marker-js.html @@ -38,7 +38,7 @@ if (browserType) {document.write("
");if (browserV

display

display: function(display)

Hide or show the icon

display{Boolean}
-

defaultIcon

OpenLayers.Marker.defaultIcon = function()

Creates a default <OpenLayers.Icon>.

Returns

{<OpenLayers.Icon> A default OpenLayers.Icon to use for a marker

+

defaultIcon

OpenLayers.Marker.defaultIcon = function()

Creates a default <OpenLayers.Icon>.

Returns

{<OpenLayers.Icon>} A default OpenLayers.Icon to use for a marker