Put system stuff on home page

This commit is contained in:
John Lyon-Smith
2018-06-04 19:05:14 -07:00
parent e09a8b87de
commit 12574fb354
6 changed files with 206 additions and 260 deletions

View File

@@ -15,8 +15,8 @@ export const config = {
homeRegionDelta: 0.005,
geocodeDelayMilliseconds: 500,
defaultUser: "john@lyon-smith.org",
// defaultUser: "",
//defaultUser: "john@lyon-smith.org",
defaultUser: "",
// This region is downtown Toronto
initialRegion: {
@@ -27,12 +27,12 @@ export const config = {
},
// This region is Bainbridge Island
initialRegion: {
latitude: 47.629536,
longitude: -122.524162,
latitudeDelta: 0.0922,
longitudeDelta: 0.0421,
},
// initialRegion: {
// latitude: 47.629536,
// longitude: -122.524162,
// latitudeDelta: 0.0922,
// longitudeDelta: 0.0421,
// },
// alwaysShowWorkItemInAR: true,
}