[OpenLayers-Commits] r12047 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Jun 6 03:18:50 EDT 2011
Author: erilem
Date: 2011-06-06 00:18:49 -0700 (Mon, 06 Jun 2011)
New Revision: 12047
Modified:
trunk/openlayers/examples/measure.html
Log:
removing a change in the measure.html example committed by error in [12046], no functional change (References #3327)
Modified: trunk/openlayers/examples/measure.html
===================================================================
--- trunk/openlayers/examples/measure.html 2011-06-06 07:12:52 UTC (rev 12046)
+++ trunk/openlayers/examples/measure.html 2011-06-06 07:18:49 UTC (rev 12047)
@@ -29,7 +29,6 @@
<script src="../lib/OpenLayers.js"></script>
<script type="text/javascript">
var map, measureControls;
- OpenLayers.Layer.Vector.prototype.renderers = ["SVG2", "VML", "Canvas"];
function init(){
map = new OpenLayers.Map('map');
More information about the Commits
mailing list