-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampledata.json
47 lines (47 loc) · 1.06 KB
/
sampledata.json
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
{
"mapMarker1": {
"cordX": "54.25",
"cordY": "18.59",
"icon": "map-marker.svg",
"modal": {
"title": "Kaer Morhen",
"content": "<p>Vesemir<br />email: [email protected]<br />tel: 942 422 144</p>"
}
},
"mapMarker2": {
"cordX": "32.15",
"cordY": "53.34",
"icon": "map-marker.svg",
"modal": {
"title": "Wyzima",
"content": "<p>Król Foltest<br />email: [email protected]<br />tel: 654 342 674</p>"
}
},
"mapMarker3": {
"cordX": "49.93",
"cordY": "53.93",
"icon": "map-marker.svg",
"modal": {
"title": "Vengerberg",
"content": "<p>Yennefer<br />email: [email protected]<br />tel: 864 464 743</p>"
}
},
"mapMarker4": {
"cordX": "19.85",
"cordY": "72.73",
"icon": "map-marker.svg",
"modal": {
"title": "Cintra",
"content": "<p>Cirilla<br />email: [email protected]<br />tel: 764 345 325</p>"
}
},
"mapMarker5": {
"cordX": "24.22",
"cordY": "41.74",
"icon": "map-marker.svg",
"modal": {
"title": "Novigrad",
"content": "<p>Chapelle<br />email: [email protected]<br />tel: 523 753 853</p>"
}
}
}