Index: trunk/src/inc/KMLPlacemark.class.php
===================================================================
--- trunk/src/inc/KMLPlacemark.class.php	(revision 7632)
+++ trunk/src/inc/KMLPlacemark.class.php	(revision 7637)
@@ -49,10 +49,10 @@
 	}
 
-	function setLONGITUDE($newLONGITUDE) {
-		$this->longitude = (double) $newLONGITUDE;
+	function setLongitude($newLongitude) {
+		$this->longitude = (double) $newLongitude;
 	}
 
-	function setLATITUDE($newLATITUDE) {
-		$this->latitude = (double) $newLATITUDE;
+	function setLatitude($newLatitude) {
+		$this->latitude = (double) $newLatitude;
 	}
 
