From d64cec2db22daf4fcbe1efc7468a45616ccb17b5 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 21 Nov 2008 14:55:21 +0000 Subject: [PATCH] tabs -> spaces: whitespace only, no functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8406 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/georss-flickr.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/georss-flickr.html b/examples/georss-flickr.html index 411836df8d..9b3ca58928 100644 --- a/examples/georss-flickr.html +++ b/examples/georss-flickr.html @@ -48,7 +48,7 @@ // Create a GML layer with GeoRSS format and a style map. markerLayer = new OpenLayers.Layer.GML("Some images from Flickr", - "xml/georss-flickr.xml", { + "xml/georss-flickr.xml", { format: OpenLayers.Format.GeoRSS, formatOptions: { // adds the thumbnail attribute to the feature @@ -61,8 +61,8 @@ return feature; } }, - // Giving the style map keys for "default" and "select" - // rendering intent, to make the image larger when selected + // Giving the style map keys for "default" and "select" + // rendering intent, to make the image larger when selected styleMap: new OpenLayers.StyleMap({ "default": style, "select": new OpenLayers.Style({pointRadius: 35})