tabs -> spaces: whitespace only, no functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8406 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
// Create a GML layer with GeoRSS format and a style map.
|
// Create a GML layer with GeoRSS format and a style map.
|
||||||
markerLayer = new OpenLayers.Layer.GML("Some images from Flickr",
|
markerLayer = new OpenLayers.Layer.GML("Some images from Flickr",
|
||||||
"xml/georss-flickr.xml", {
|
"xml/georss-flickr.xml", {
|
||||||
format: OpenLayers.Format.GeoRSS,
|
format: OpenLayers.Format.GeoRSS,
|
||||||
formatOptions: {
|
formatOptions: {
|
||||||
// adds the thumbnail attribute to the feature
|
// adds the thumbnail attribute to the feature
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
return feature;
|
return feature;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Giving the style map keys for "default" and "select"
|
// Giving the style map keys for "default" and "select"
|
||||||
// rendering intent, to make the image larger when selected
|
// rendering intent, to make the image larger when selected
|
||||||
styleMap: new OpenLayers.StyleMap({
|
styleMap: new OpenLayers.StyleMap({
|
||||||
"default": style,
|
"default": style,
|
||||||
"select": new OpenLayers.Style({pointRadius: 35})
|
"select": new OpenLayers.Style({pointRadius: 35})
|
||||||
|
|||||||
Reference in New Issue
Block a user