Index: trunk/extensions/Maps/Includes/Maps_CoordinateParser.php |
— | — | @@ -575,7 +575,7 @@ |
576 | 576 | $parsedCoords = self::parseCoordinates( $coordinates ); |
577 | 577 | |
578 | 578 | if ( $parsedCoords ) { |
579 | | - return self::formatCoordinates( $parsedCoords ); |
| 579 | + return self::formatCoordinates( $parsedCoords, $targetFormat, $directional ); |
580 | 580 | } else { |
581 | 581 | return false; |
582 | 582 | } |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -47,6 +47,8 @@ |
48 | 48 | |
49 | 49 | * Fixed issue with with and height validation for % values, also causing backward compatibility problems with pre 0.6 setting definitions. |
50 | 50 | |
| 51 | +* Fixed several small bugs in the coordinate parser. |
| 52 | + |
51 | 53 | === Maps 0.6.3 === |
52 | 54 | (2010-06-20) |
53 | 55 | |