-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.js
59 lines (59 loc) · 1.46 KB
/
map.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
export const mapInfo = [
{
<<<<<<< HEAD
"Type": "Metal",
"Keywords": ["metal", "recycling"],
"Image": require("./icons/metal.png")
},
{
"Type": "Glass",
"Keywords": ["recycling"],
"Image": require("./icons/glass.png")
},
{
"Type": "Plastic",
=======
"Type": "plastic",
>>>>>>> 0c1064a015ca02ce30f6f56e8b568f0330da1a4c
"Keywords": ["grocery", "recycling"],
"Image": require("./icons/plastic.png")
},
{
"Type": "electronics",
"Keywords": ["electronics","tech","recycling"],
"Image": require("./icons/electronic.png")
},
{
"Type": "Cardboard",
"Keywords": ["recycling"],
"Image": require("./icons/cardboard.png")
},
{
<<<<<<< HEAD
=======
"Type": "paper",
"Keywords": ["recycling"],
"Image": require("./icons/paper.png")
},
{
"Type": "Glass",
"Keywords": ["recycling"],
"Image": require("./icons/glass.png")
},
{
>>>>>>> 0c1064a015ca02ce30f6f56e8b568f0330da1a4c
"Type": "Tires",
"Keywords": ["tire", "recycling"],
"Image": require("./icons/tires.png")
},
{
"Type": "Medicine",
"Keywords": ["pharmacy"],
"Image": require("./icons/medicine.png")
},
{
"Type": "",
"Keywords": ["grocery", "recycle"],
"Image": require("./icons/plastic.png")
}
]