Skip to content

Commit ad4a67a

Browse files
authored
community: new map (fixes #2016) (#2017)
1 parent 06271d8 commit ad4a67a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/kotlin/io/treehouses/remote/fragments/CommunityFragment.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class CommunityFragment : BaseFragment(), BackPressReceiver {
3030
}
3131
}
3232
bind.map.settings.javaScriptEnabled = true
33-
bind.map.loadUrl("https://www.google.com/maps/d/u/0/viewer?ll=11.88717970130264%2C10.93123241891862&z=4&mid=1rO3RmHQnrSNsBwB9skqHos970zI-ZVAA")
33+
//bind.map.loadUrl("https://www.google.com/maps/d/u/0/viewer?ll=11.88717970130264%2C10.93123241891862&z=4&mid=1rO3RmHQnrSNsBwB9skqHos970zI-ZVAA")
34+
bind.map.loadUrl("http://maps.media.mit.edu/remote.html")
3435

3536
startGPSService()
3637
}
@@ -51,4 +52,4 @@ class CommunityFragment : BaseFragment(), BackPressReceiver {
5152
}
5253
}
5354

54-
}
55+
}

0 commit comments

Comments
 (0)