|
@@ -28,14 +28,43 @@ export const lmTypes: {[key: number]: {image: ImageURISource, label: string}} =
|
|
|
7: {image: require('../../assets/power.png'), label: "power issue"},
|
|
|
8: {image: require('../../assets/crosswalk.png'), label: "crosswalk issue"},
|
|
|
9: {image: require('../../assets/ice.png'), label: "ice"},
|
|
|
+ 14: {image: require('../../assets/ramp.png'), label: "ramp"},
|
|
|
+ 16: {image: require('../../assets/childfriendly.png'), label: "child friendly area"},
|
|
|
+}
|
|
|
+
|
|
|
+export const lmTypesIndoor: {[key: number]: {image: ImageURISource, label: string}} = {
|
|
|
+ 2: {image: require('../../assets/stairs.png'), label: "stairs"},
|
|
|
+ 5: {image: require('../../assets/information.png'), label: "information"},
|
|
|
+ 6: {image: require('../../assets/washroom.png'), label: "accessible washroom"},
|
|
|
10: {image: require('../../assets/desk.png'), label: "desk"},
|
|
|
11: {image: require('../../assets/elevator.png'), label: "elevator"},
|
|
|
12: {image: require('../../assets/kiosk.png'), label: "kiosk"},
|
|
|
13: {image: require('../../assets/monitor.png'), label: "monitor"},
|
|
|
14: {image: require('../../assets/ramp.png'), label: "ramp"},
|
|
|
- 15: {image: require('../../assets/water.png'), label: "water"},
|
|
|
+ 15: {image: require('../../assets/water.png'), label: "water fountain"},
|
|
|
16: {image: require('../../assets/childfriendly.png'), label: "child friendly area"},
|
|
|
-}
|
|
|
+ 17: {image: require('../../assets/garbage.png'), label: "Garbage cans"},
|
|
|
+ 18: {image: require('../../assets/loudnoise.png'), label: "Loud area"},
|
|
|
+ 19: {image: require('../../assets/tripping.png'), label: "Tripping hazard"},
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+// 2: {image: require('../../assets/stairs.png'), label: "stairs"},
|
|
|
+// 3: {image: require('../../assets/barrier.png'), label: "barrier"},
|
|
|
+// 4: {image: require('../../assets/uneven.png'), label: "rough terrain"},
|
|
|
+// 5: {image: require('../../assets/information.png'), label: "information"},
|
|
|
+// 6: {image: require('../../assets/washroom.png'), label: "accessible washroom"},
|
|
|
+// 7: {image: require('../../assets/power.png'), label: "power issue"},
|
|
|
+// 8: {image: require('../../assets/crosswalk.png'), label: "crosswalk issue"},
|
|
|
+// 9: {image: require('../../assets/ice.png'), label: "ice"},
|
|
|
+// 10: {image: require('../../assets/desk.png'), label: "desk"},
|
|
|
+// 11: {image: require('../../assets/elevator.png'), label: "elevator"},
|
|
|
+// 12: {image: require('../../assets/kiosk.png'), label: "kiosk"},
|
|
|
+// 13: {image: require('../../assets/monitor.png'), label: "monitor"},
|
|
|
+// 14: {image: require('../../assets/ramp.png'), label: "ramp"},
|
|
|
+// 15: {image: require('../../assets/water.png'), label: "water fountain"},
|
|
|
+// 16: {image: require('../../assets/childfriendly.png'), label: "child friendly area"},
|
|
|
+
|
|
|
|
|
|
export const GlobalStyles = StyleSheet.create({
|
|
|
itemRowContainer: {
|