WKT: Added APIMethod keywords to documentation

This commit is contained in:
Tobias Bieniek
2012-12-28 19:29:52 +01:00
parent 4b2e80fa36
commit 60a02e343b

View File

@@ -41,7 +41,7 @@ OpenLayers.Format.WKT = OpenLayers.Class(OpenLayers.Format, {
},
/**
* Method: read
* APIMethod: read
* Deserialize a WKT string and return a vector feature or an
* array of vector features. Supports WKT for POINT, MULTIPOINT,
* LINESTRING, MULTILINESTRING, POLYGON, MULTIPOLYGON, and
@@ -84,7 +84,7 @@ OpenLayers.Format.WKT = OpenLayers.Class(OpenLayers.Format, {
},
/**
* Method: write
* APIMethod: write
* Serialize a feature or array of features into a WKT string.
*
* Parameters: