Skip to content

Commit

Permalink
Reverted small piece of the KML to address our old API
Browse files Browse the repository at this point in the history
  • Loading branch information
coreation committed Oct 26, 2015
1 parent 23e108d commit bcca705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Tdt/Core/Formatters/KMLFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcca705

Please sign in to comment.