From bcca7058f920c8c96db1f852b4e7bfe6b9fedceb Mon Sep 17 00:00:00 2001 From: Jan Vansteenlandt Date: Mon, 26 Oct 2015 21:11:13 +0100 Subject: [PATCH] Reverted small piece of the KML to address our old API --- app/Tdt/Core/Formatters/KMLFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Tdt/Core/Formatters/KMLFormatter.php b/app/Tdt/Core/Formatters/KMLFormatter.php index 6ac00d62..1ad1b786 100644 --- a/app/Tdt/Core/Formatters/KMLFormatter.php +++ b/app/Tdt/Core/Formatters/KMLFormatter.php @@ -30,7 +30,7 @@ public static function createResponse($dataObj) public static function getBody($dataObj) { self::$definition = $dataObj->definition; - self::$map_property = $dataObj->source_definition['map_property']; + self::$map_property = $dataObj->definition['map_property']; // Build the body // KML header