Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b0d4c1d120
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ public class GeoPointParserUtil {
|
|||
if (fragment.startsWith("map=")) {
|
||||
fragment = fragment.substring("map=".length());
|
||||
}
|
||||
String[] vls = fragment.split("/");
|
||||
String[] vls = fragment.split("/|&"); //"&" to split off trailing extra parameters
|
||||
if (vls.length >= 3) {
|
||||
zoom = parseZoom(vls[0]);
|
||||
lat = parseSilentDouble(vls[1]);
|
||||
|
|
Loading…
Reference in a new issue