Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php |
— | — | @@ -275,6 +275,8 @@ |
276 | 276 | |
277 | 277 | if ( !$markerData ) continue; |
278 | 278 | |
| 279 | + $markerData = array( $markerData['lat'], $markerData['lon'] ); |
| 280 | + |
279 | 281 | if ( count( $location ) > 0 ) { |
280 | 282 | // Parse and add the point specific title if it's present. |
281 | 283 | $markerData['title'] = $parser->parse( $location[0], $wgTitle, new ParserOptions() )->getText(); |