Introduce , support
This commit is contained in:
parent
2a4ef6becb
commit
cd33cb59f2
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ public class NavigatePointFragment extends SherlockFragment implements SearchAct
|
|||
* in one of the valid formats.
|
||||
*/
|
||||
public static double convert(String coordinate) {
|
||||
coordinate = coordinate.replace(' ', ':').replace('#', ':');
|
||||
coordinate = coordinate.replace(' ', ':').replace('#', ':').replace(',', '.');
|
||||
if (coordinate == null) {
|
||||
throw new NullPointerException("coordinate");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue