We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e108d commit bcca705Copy full SHA for bcca705
app/Tdt/Core/Formatters/KMLFormatter.php
@@ -30,7 +30,7 @@ public static function createResponse($dataObj)
30
public static function getBody($dataObj)
31
{
32
self::$definition = $dataObj->definition;
33
- self::$map_property = $dataObj->source_definition['map_property'];
+ self::$map_property = $dataObj->definition['map_property'];
34
35
// Build the body
36
// KML header
0 commit comments