Put system stuff on home page
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user