OpenLayers OpenLayers

Changeset 5553

Show
Ignore:
Timestamp:
12/21/07 03:28:09 (8 months ago)
Author:
tschaub
Message:

Separating jsdoc style docs into their own block. The new NaturalDocs doesn't parse these mixed blocks, giving us no class descriptions with the two together. (closes #1229)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/apidoc_config/Menu.txt

    r5517 r5553  
    6868 
    6969      File: Control  (OpenLayers/Control.js) 
    70       File: ArgParser  (no auto-title, OpenLayers/Control/ArgParser.js) 
    71       File: Attribution  (no auto-title, OpenLayers/Control/Attribution.js) 
    72       File: DragFeature  (no auto-title, OpenLayers/Control/DragFeature.js) 
    73       File: DrawFeature  (no auto-title, OpenLayers/Control/DrawFeature.js) 
    74       File: EditingToolbar  (no auto-title, OpenLayers/Control/EditingToolbar.js) 
    75       File: KeyboardDefaults  (no auto-title, OpenLayers/Control/KeyboardDefaults.js) 
    76       File: LayerSwitcher  (no auto-title, OpenLayers/Control/LayerSwitcher.js) 
    77       File: ModifyFeature  (no auto-title, OpenLayers/Control/ModifyFeature.js) 
    78       File: MouseDefaults  (no auto-title, OpenLayers/Control/MouseDefaults.js) 
    79       File: MousePosition  (no auto-title, OpenLayers/Control/MousePosition.js) 
    80       File: MouseToolbar  (no auto-title, OpenLayers/Control/MouseToolbar.js) 
    81       File: Navigation  (no auto-title, OpenLayers/Control/Navigation.js) 
    82       File: NavToolbar  (no auto-title, OpenLayers/Control/NavToolbar.js) 
    83       File: OverviewMap  (no auto-title, OpenLayers/Control/OverviewMap.js) 
    84       File: Panel  (no auto-title, OpenLayers/Control/Panel.js) 
    85       File: PanZoom  (no auto-title, OpenLayers/Control/PanZoom.js) 
    86       File: PanZoomBar  (no auto-title, OpenLayers/Control/PanZoomBar.js) 
    87       File: Permalink  (no auto-title, OpenLayers/Control/Permalink.js) 
    88       File: Scale  (no auto-title, OpenLayers/Control/Scale.js) 
    89       File: SelectFeature  (no auto-title, OpenLayers/Control/SelectFeature.js) 
     70 
     71      Group: Control  { 
     72 
     73         File: ArgParser  (no auto-title, OpenLayers/Control/ArgParser.js) 
     74         File: Attribution  (no auto-title, OpenLayers/Control/Attribution.js) 
     75         File: DragFeature  (no auto-title, OpenLayers/Control/DragFeature.js) 
     76         File: DragPan  (OpenLayers/Control/DragPan.js) 
     77         File: DrawFeature  (no auto-title, OpenLayers/Control/DrawFeature.js) 
     78         File: EditingToolbar  (no auto-title, OpenLayers/Control/EditingToolbar.js) 
     79         File: KeyboardDefaults  (no auto-title, OpenLayers/Control/KeyboardDefaults.js) 
     80         File: LayerSwitcher  (no auto-title, OpenLayers/Control/LayerSwitcher.js) 
     81         File: ModifyFeature  (no auto-title, OpenLayers/Control/ModifyFeature.js) 
     82         File: MouseDefaults  (no auto-title, OpenLayers/Control/MouseDefaults.js) 
     83         File: MousePosition  (no auto-title, OpenLayers/Control/MousePosition.js) 
     84         File: MouseToolbar  (no auto-title, OpenLayers/Control/MouseToolbar.js) 
     85         File: Navigation  (no auto-title, OpenLayers/Control/Navigation.js) 
     86         File: NavToolbar  (no auto-title, OpenLayers/Control/NavToolbar.js) 
     87         File: OverviewMap  (no auto-title, OpenLayers/Control/OverviewMap.js) 
     88         File: Panel  (no auto-title, OpenLayers/Control/Panel.js) 
     89         File: PanZoom  (no auto-title, OpenLayers/Control/PanZoom.js) 
     90         File: PanZoomBar  (no auto-title, OpenLayers/Control/PanZoomBar.js) 
     91         File: Permalink  (no auto-title, OpenLayers/Control/Permalink.js) 
     92         File: Scale  (no auto-title, OpenLayers/Control/Scale.js) 
     93         File: SelectFeature  (no auto-title, OpenLayers/Control/SelectFeature.js) 
     94         File: ZoomBox  (OpenLayers/Control/ZoomBox.js) 
     95         File: ZoomToMaxExtent  (OpenLayers/Control/ZoomToMaxExtent.js) 
     96         }  # Group: Control 
     97 
    9098      }  # Group: Control 
    9199 
     
    101109   Group: Format  { 
    102110 
    103       File: Format.js  (OpenLayers/Format.js) 
    104       File: GeoJSON  (no auto-title, OpenLayers/Format/GeoJSON.js) 
    105       File: GeoRSS  (no auto-title, OpenLayers/Format/GeoRSS.js) 
    106       File: GML  (no auto-title, OpenLayers/Format/GML.js) 
    107       File: JSON  (no auto-title, OpenLayers/Format/JSON.js) 
    108       File: KML  (no auto-title, OpenLayers/Format/KML.js) 
    109       File: Text  (no auto-title, OpenLayers/Format/Text.js) 
    110       File: WFS  (no auto-title, OpenLayers/Format/WFS.js) 
    111       File: WKT  (no auto-title, OpenLayers/Format/WKT.js) 
    112       File: XML  (no auto-title, OpenLayers/Format/XML.js) 
     111      File: Format  (OpenLayers/Format.js) 
     112 
     113      Group: Format  { 
     114 
     115         File: GeoJSON  (no auto-title, OpenLayers/Format/GeoJSON.js) 
     116         File: GeoRSS  (no auto-title, OpenLayers/Format/GeoRSS.js) 
     117         File: GML  (no auto-title, OpenLayers/Format/GML.js) 
     118         File: JSON  (no auto-title, OpenLayers/Format/JSON.js) 
     119         File: KML  (no auto-title, OpenLayers/Format/KML.js) 
     120         File: SLD  (OpenLayers/Format/SLD.js) 
     121         File: Text  (no auto-title, OpenLayers/Format/Text.js) 
     122         File: WFS  (no auto-title, OpenLayers/Format/WFS.js) 
     123         File: WKT  (no auto-title, OpenLayers/Format/WKT.js) 
     124         File: XML  (no auto-title, OpenLayers/Format/XML.js) 
     125         }  # Group: Format 
     126 
    113127      }  # Group: Format 
    114128 
  • trunk/openlayers/doc_config/Menu.txt

    r5517 r5553  
    105105 
    106106      File: Format  (no auto-title, OpenLayers/Format.js) 
    107       File: GeoJSON  (no auto-title, OpenLayers/Format/GeoJSON.js) 
    108       File: GeoRSS  (no auto-title, OpenLayers/Format/GeoRSS.js) 
    109       File: GML  (no auto-title, OpenLayers/Format/GML.js) 
    110       File: JSON  (no auto-title, OpenLayers/Format/JSON.js) 
    111       File: KML  (no auto-title, OpenLayers/Format/KML.js) 
    112       File: Text  (no auto-title, OpenLayers/Format/Text.js) 
    113       File: WFS  (no auto-title, OpenLayers/Format/WFS.js) 
    114       File: WKT  (no auto-title, OpenLayers/Format/WKT.js) 
    115       File: XML  (no auto-title, OpenLayers/Format/XML.js) 
     107 
     108      Group: Format  { 
     109 
     110         File: GeoJSON  (no auto-title, OpenLayers/Format/GeoJSON.js) 
     111         File: GeoRSS  (no auto-title, OpenLayers/Format/GeoRSS.js) 
     112         File: GML  (no auto-title, OpenLayers/Format/GML.js) 
     113         File: JSON  (no auto-title, OpenLayers/Format/JSON.js) 
     114         File: KML  (no auto-title, OpenLayers/Format/KML.js) 
     115         File: SLD  (OpenLayers/Format/SLD.js) 
     116         File: Text  (no auto-title, OpenLayers/Format/Text.js) 
     117         File: WFS  (no auto-title, OpenLayers/Format/WFS.js) 
     118         File: WKT  (no auto-title, OpenLayers/Format/WKT.js) 
     119         File: XML  (no auto-title, OpenLayers/Format/XML.js) 
     120         }  # Group: Format 
     121 
    116122      }  # Group: Format 
    117123 
  • trunk/openlayers/lib/OpenLayers/BaseTypes.js

    r5532 r5553  
    1010 * @requires OpenLayers/BaseTypes/Bounds.js 
    1111 * @requires OpenLayers/BaseTypes/Element.js 
    12  *  
     12 */ 
     13 
     14/** 
    1315 * Header: OpenLayers Base Types 
    1416 * OpenLayers custom string, number and function functions are described here. 
  • trunk/openlayers/lib/OpenLayers/Control/ArgParser.js

    r5519 r5553  
    66/** 
    77 * @requires OpenLayers/Control.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.ArgParser 
    1012 *  
  • trunk/openlayers/lib/OpenLayers/Control/Attribution.js

    r5157 r5553  
    55/** 
    66 * @requires OpenLayers/Control.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Control.Attribution 
    911 * Add attribution from layers to the map display. Uses 'attribution' property 
  • trunk/openlayers/lib/OpenLayers/Control/DragFeature.js

    r4985 r5553  
    88 * @requires OpenLayers/Handler/Drag.js 
    99 * @requires OpenLayers/Handler/Feature.js 
    10  *  
     10 */ 
     11 
     12/** 
    1113 * Class: OpenLayers.Control.DragFeature 
    1214 * Move a feature with a drag.  Create a new control with the 
  • trunk/openlayers/lib/OpenLayers/Control/DragPan.js

    r4985 r5553  
    66 * @requires OpenLayers/Control.js 
    77 * @requires OpenLayers/Handler/Drag.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.DragPan 
    1012 * DragPan control. 
  • trunk/openlayers/lib/OpenLayers/Control/DrawFeature.js

    r4985 r5553  
    77 * @requires OpenLayers/Control.js 
    88 * @requires OpenLayers/Feature/Vector.js 
    9  * 
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.DrawFeature 
    1113 * Draws features on a vector layer when active. 
  • trunk/openlayers/lib/OpenLayers/Control/EditingToolbar.js

    r5333 r5553  
    1010 * @requires OpenLayers/Handler/Path.js 
    1111 * @requires OpenLayers/Handler/Polygon.js 
    12  * 
    13  * Class: OpenLayers.Control.EditingToolbar 
    14   
     12 */ 
     13 
     14/** 
     15 * Class: OpenLayers.Control.EditingToolbar  
    1516 */ 
    1617OpenLayers.Control.EditingToolbar = OpenLayers.Class( 
  • trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js

    r4985 r5553  
    77 * @requires OpenLayers/Control.js 
    88 * @requires OpenLayers/Handler/Keyboard.js 
    9  * 
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.KeyboardDefaults 
    1113 *  
  • trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js

    r5002 r5553  
    55/**  
    66 * @requires OpenLayers/Control.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Control.LayerSwitcher 
    911 * 
  • trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js

    r5506 r5553  
    88 * @requires OpenLayers/Control/SelectFeature.js 
    99 * @requires OpenLayers/Handler/Keyboard.js 
    10  *  
     10 */ 
     11 
     12/** 
    1113 * Class: OpenLayers.Control.ModifyFeature 
    1214 * Control to modify features.  When activated, a click renders the vertices 
  • trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js

    r5002 r5553  
    55/** 
    66 * @requires OpenLayers/Control.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Control.MouseDefaults 
    911 * 
  • trunk/openlayers/lib/OpenLayers/Control/MousePosition.js

    r5519 r5553  
    66/** 
    77 * @requires OpenLayers/Control.js 
    8  *  
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.MousePosition 
    1012 */ 
  • trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js

    r5028 r5553  
    77 * @requires OpenLayers/Control.js 
    88 * @requires OpenLayers/Control/MouseDefaults.js 
    9  * 
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.MouseToolbar 
    1113 * This class is DEPRECATED in 2.4 and will be removed by 3.0. 
  • trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js

    r4985 r5553  
    77 * @requires OpenLayers/Control/Navigation.js 
    88 * @requires OpenLayers/Control/ZoomBox.js 
    9  * 
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.NavToolbar 
    1113 */ 
  • trunk/openlayers/lib/OpenLayers/Control/Navigation.js

    r5527 r5553  
    77 * @requires OpenLayers/Control/DragPan.js 
    88 * @requires OpenLayers/Handler/MouseWheel.js 
    9  *  
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.Navigation 
    1113 * The navigation control handles map browsing with mouse events (dragging, 
  • trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js

    r5002 r5553  
    77 * @requires OpenLayers/BaseTypes.js 
    88 * @requires OpenLayers/Events.js 
    9  * 
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.OverviewMap 
    1113 * Create an overview map to display the extent of your main map and provide 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoom.js

    r5002 r5553  
    66/** 
    77 * @requires OpenLayers/Control.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.PanZoom 
    1012 *  
  • trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js

    r5159 r5553  
    66/** 
    77 * @requires OpenLayers/Control/PanZoom.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.PanZoomBar 
    1012 * 
  • trunk/openlayers/lib/OpenLayers/Control/Panel.js

    r5532 r5553  
    55/** 
    66 * @requires OpenLayers/Control.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Control.Panel 
    911 * 
  • trunk/openlayers/lib/OpenLayers/Control/Permalink.js

    r5519 r5553  
    66/** 
    77 * @requires OpenLayers/Control.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.Permalink 
    1012 *  
  • trunk/openlayers/lib/OpenLayers/Control/Scale.js

    r5403 r5553  
    66/** 
    77 * @requires OpenLayers/Control.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.Scale 
    1012 * Display a small scale indicator on the map. 
  • trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js

    r5529 r5553  
    77 * @requires OpenLayers/Control.js 
    88 * @requires OpenLayers/Feature/Vector.js 
    9  * 
     9 */ 
     10 
     11/** 
    1012 * Class: OpenLayers.Control.SelectFeature 
    1113 * Selects vector features from a given layer on click or hover.  
  • trunk/openlayers/lib/OpenLayers/Control/ZoomBox.js

    r4985 r5553  
    66 * @requires OpenLayers/Control.js 
    77 * @requires OpenLayers/Handler/Box.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Control.ZoomBox 
    1012 * 
  • trunk/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js

    r4985 r5553  
    55/** 
    66 * @requires OpenLayers/Control.js 
    7  * 
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Control.ZoomToMaxExtent  
    911 * Imlements a very simple button control. Designed to be used with a  
  • trunk/openlayers/lib/OpenLayers/Events.js

    r5398 r5553  
    66/** 
    77 * @requires OpenLayers/Util.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Namespace: OpenLayers.Event 
    1012 * Utility functions for event handling. 
  • trunk/openlayers/lib/OpenLayers/Feature.js

    r4985 r5553  
    88 * @requires OpenLayers/Marker.js 
    99 * @requires OpenLayers/Popup/AnchoredBubble.js 
    10  * 
     10 */ 
     11 
     12/** 
    1113 * Class: OpenLayers.Feature 
    1214 * Features are combinations of geography and attributes. The OpenLayers.Feature 
    13  * class specifically combines a marker and a lonlat. 
     15 *     class specifically combines a marker and a lonlat. 
    1416 */ 
    1517OpenLayers.Feature = OpenLayers.Class({ 
  • trunk/openlayers/lib/OpenLayers/Feature/Vector.js

    r5541 r5553  
    1515 * @requires OpenLayers/Feature.js 
    1616 * @requires OpenLayers/Util.js 
    17  * 
     17 */ 
     18 
     19/** 
    1820 * Class: OpenLayers.Feature.Vector 
    1921 * Vector features use the OpenLayers.Geometry classes as geometry description. 
  • trunk/openlayers/lib/OpenLayers/Feature/WFS.js

    r5002 r5553  
    33 * full text of the license. */ 
    44 
     5/** 
     6 * @requires OpenLayers/Feature.js 
     7 */ 
    58 
    69/** 
    7  * @requires OpenLayers/Feature.js 
    8  *  
    910 * Class: OpenLayers.Feature.WFS 
    1011 * WFS handling class, for use as a featureClass on the WFS layer for handling 
  • trunk/openlayers/lib/OpenLayers/Format.js

    r5516 r5553  
    55/** 
    66 * @requires OpenLayers/Util.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Format 
    911 * Base class for format reading/writing a variety of formats.  Subclasses 
    10  * of OpenLayers.Format are expected to have read and write methods. 
     12 *     of OpenLayers.Format are expected to have read and write methods. 
    1113 */ 
    1214OpenLayers.Format = OpenLayers.Class({ 
  • trunk/openlayers/lib/OpenLayers/Format/GML.js

    r5516 r5553  
    1212 * @requires OpenLayers/Geometry/Polygon.js 
    1313 * @requires OpenLayers/Geometry/MultiPolygon.js 
    14  * 
     14 */ 
     15 
     16/** 
    1517 * Class: OpenLayers.Format.GML 
    1618 * Read/Wite GML. Create a new instance with the <OpenLayers.Format.GML> 
  • trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js

    r5516 r5553  
    1212 * @requires OpenLayers/Geometry/Polygon.js 
    1313 * @requires OpenLayers/Geometry/MultiPolygon.js 
    14  * 
     14 */ 
     15 
     16/** 
    1517 * Class: OpenLayers.Format.GeoJSON 
    1618 * Read and write GeoJSON. Create a new parser with the 
  • trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js

    r5516 r5553  
    99 * @requires OpenLayers/Geometry/LineString.js 
    1010 * @requires OpenLayers/Geometry/Polygon.js 
    11  * 
     11 */ 
     12 
     13/** 
    1214 * Class: OpenLayers.Format.GeoRSS 
    1315 * Read/write GeoRSS parser. Create a new instance with the  
  • trunk/openlayers/lib/OpenLayers/Format/JSON.js

    r4985 r5553  
    1212/** 
    1313 * @requires OpenLayers/Format.js 
    14  * 
     14 */ 
     15 
     16/** 
    1517 * Class: OpenLayers.Format.JSON 
    1618 * A parser to read/write JSON safely.  Create a new instance with the 
  • trunk/openlayers/lib/OpenLayers/Format/KML.js

    r5516 r5553  
    1010 * @requires OpenLayers/Geometry/Polygon.js 
    1111 * @requires OpenLayers/Geometry/Collection.js 
    12  * 
     12 */ 
     13 
     14/** 
    1315 * Class: OpenLayers.Format.KML 
    1416 * Read/Wite KML. Create a new instance with the <OpenLayers.Format.KML> 
  • trunk/openlayers/lib/OpenLayers/Format/SLD.js

    r5536 r5553  
    99 * @requires OpenLayers/Rule/Logical.js 
    1010 * @requires OpenLayers/Rule/Comparison.js 
    11  * 
     11 */ 
     12 
     13/** 
    1214 * Class: OpenLayers.Format.SLD 
    1315 * Read/Wite SLD. Create a new instance with the <OpenLayers.Format.SLD> 
  • trunk/openlayers/lib/OpenLayers/Format/Text.js

    r5516 r5553  
    66 * @requires OpenLayers/Feature/Vector.js 
    77 * @requires OpenLayers/Geometry/Point.js 
    8  * 
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Format.Text 
    1012 * Read Text format. Create a new instance with the <OpenLayers.Format.Text> 
  • trunk/openlayers/lib/OpenLayers/Format/WFS.js

    r5113 r5553  
    55/** 
    66 * @requires OpenLayers/Format/GML.js 
    7  * 
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Format.WFS 
    911 * Read/Write WFS.  
  • trunk/openlayers/lib/OpenLayers/Format/WKT.js

    r5516 r5553  
    66 * @requires OpenLayers/Format.js 
    77 * @requires OpenLayers/Feature/Vector.js 
    8  *  
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Format.WKT 
    1012 * Class for reading and writing Well-Known Text.  Create a new instance 
  • trunk/openlayers/lib/OpenLayers/Format/XML.js

    r5528 r5553  
    55/** 
    66 * @requires OpenLayers/Format.js 
    7  * 
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Format.XML 
    911 * Read and write XML.  For cross-browser XML generation, use methods on an 
  • trunk/openlayers/lib/OpenLayers/Geometry.js

    r5458 r5553  
    66 * @requires OpenLayers/Format/WKT.js 
    77 * @requires OpenLayers/Feature/Vector.js 
    8  *  
     8 */ 
     9 
     10/** 
    911 * Class: OpenLayers.Geometry 
    1012 * A Geometry is a description of a geographic object.  Create an instance of 
  • trunk/openlayers/lib/OpenLayers/Geometry/Collection.js

    r5515 r5553  
    55/** 
    66 * @requires OpenLayers/Geometry.js 
    7  * 
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Geometry.Collection 
    911 * A Collection is exactly what it sounds like: A collection of different  
  • trunk/openlayers/lib/OpenLayers/Geometry/Curve.js

    r4985 r5553  
    55/** 
    66 * @requires OpenLayers/Geometry/MultiPoint.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Geometry.Curve 
    911 * A Curve is a MultiPoint, whose points are assumed to be connected. To  
  • trunk/openlayers/lib/OpenLayers/Geometry/LineString.js

    r5458 r5553  
    55/** 
    66 * @requires OpenLayers/Geometry/Curve.js 
    7  *  
     7 */ 
     8 
     9/** 
    810 * Class: OpenLayers.Geometry.LineString 
    911 * A LineString is a Curve which, once two points have been added to it, can  
  • trunk/openlayers/lib/OpenLayers/Geometry/LinearRing.js

    r5515 r5553  
    55/** 
    66 * @requires OpenLayers/Geometry/LineString.js 
    7  *  
     7 */ 
     8