[Mapbender-commits] r1817 - branches/mapbender_sld/http/sld/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Nov 15 11:11:52 EST 2007


Author: mschulz
Date: 2007-11-15 11:11:51 -0500 (Thu, 15 Nov 2007)
New Revision: 1817

Modified:
   branches/mapbender_sld/http/sld/classes/PointPlacement.php
Log:
fixed problem with rotation

Modified: branches/mapbender_sld/http/sld/classes/PointPlacement.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PointPlacement.php	2007-11-15 16:11:08 UTC (rev 1816)
+++ branches/mapbender_sld/http/sld/classes/PointPlacement.php	2007-11-15 16:11:51 UTC (rev 1817)
@@ -126,7 +126,7 @@
 		}
 		if (isset($_REQUEST[$id."_rotation"]))
 		{
-			$this->placement = $_REQUEST[$id."_rotation"];
+			$this->rotation = $_REQUEST[$id."_rotation"];
 		}
 	}
 }



More information about the Mapbender_commits mailing list