Set key as property in Bing.js and many links as {<...>}
This commit is contained in:
@@ -135,7 +135,7 @@ OpenLayers.Format.ArcXML = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
*
|
||||
* Parameters:
|
||||
* imsize - {Object} An ArcXML imagesize object.
|
||||
* olsize - {OpenLayers.Size} The image size to set.
|
||||
* olsize - {<OpenLayers.Size>} The image size to set.
|
||||
*/
|
||||
addImageSize: function(imsize, olsize) {
|
||||
if (olsize !== null) {
|
||||
@@ -152,7 +152,7 @@ OpenLayers.Format.ArcXML = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
*
|
||||
* Parameters:
|
||||
* featOrFilt - {Object} A featurecoordsys or filtercoordsys ArcXML structure.
|
||||
* fsys - {String} or {OpenLayers.Projection} or {filtercoordsys} or
|
||||
* fsys - {String} or {<OpenLayers.Projection>} or {filtercoordsys} or
|
||||
* {featurecoordsys} A projection representation. If it's a {String},
|
||||
* the value is assumed to be the SRID. If it's a {OpenLayers.Projection}
|
||||
* AND Proj4js is available, the projection number and name are extracted
|
||||
@@ -873,7 +873,7 @@ OpenLayers.Format.ArcXML = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* node - {<DOMElement>} An element to parse <COORDS> or <POINT> arcxml data from.
|
||||
*
|
||||
* Returns:
|
||||
* {OpenLayers.Geometry.LinearRing} A linear ring represented by the node's points.
|
||||
* {<OpenLayers.Geometry.LinearRing>} A linear ring represented by the node's points.
|
||||
*/
|
||||
parsePointGeometry: function(node) {
|
||||
var ringPoints = [];
|
||||
|
||||
Reference in New Issue
Block a user