porting...

git-svn-id: http://svn.openlayers.org/trunk/openlayers@386 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-26 01:46:19 +00:00
parent e54c008a98
commit 2df02f241e

View File

@@ -65,7 +65,7 @@ MCFeature.prototype = {
this.geoRelevance = OpenLayers.Util.getTagText(docpt, "georelevance");
this.markerImage = OpenLayers.Util.getTagText(docpt, "markerImage");
this.size = new ol.Size(20, 25); // TODO: Fix this hard coded value.
this.size = new OpenLayers.Size(20, 25); // TODO: Fix this hard coded value.
},
/**