Skip to content

Commit bcca705

Browse files
committed
Reverted small piece of the KML to address our old API
1 parent 23e108d commit bcca705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Tdt/Core/Formatters/KMLFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function createResponse($dataObj)
3030
public static function getBody($dataObj)
3131
{
3232
self::$definition = $dataObj->definition;
33-
self::$map_property = $dataObj->source_definition['map_property'];
33+
self::$map_property = $dataObj->definition['map_property'];
3434

3535
// Build the body
3636
// KML header

0 commit comments

Comments
 (0)