Fixing links in documentation. Other Natural Docs changes. (closes #1504)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6833 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -267,7 +267,7 @@ OpenLayers.Format.GeoRSS = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* Accept Feature Collection, and return a string.
|
||||
*
|
||||
* Parameters:
|
||||
* features - Array({<OpenLayers.Feature.Vector>}) List of features to serialize into a string.
|
||||
* features - {Array(<OpenLayers.Feature.Vector>)} List of features to serialize into a string.
|
||||
*/
|
||||
write: function(features) {
|
||||
var georss;
|
||||
|
||||
@@ -283,7 +283,7 @@ OpenLayers.Format.OSM = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* in tools like JOSM.
|
||||
*
|
||||
* Parameters:
|
||||
* features - Array({<OpenLayers.Feature.Vector>})
|
||||
* features - {Array(<OpenLayers.Feature.Vector>)}
|
||||
*/
|
||||
write: function(features) {
|
||||
if (!(features instanceof Array)) {
|
||||
|
||||
Reference in New Issue
Block a user