upd
This commit is contained in:
+6
-9
@@ -4,30 +4,27 @@ export const markers: IMarker[] = [
|
||||
{
|
||||
id: 1,
|
||||
name: "downtown",
|
||||
x: "56.7%",
|
||||
y: "39.8%",
|
||||
x: "54.2%",
|
||||
y: "50.6%",
|
||||
popupPosition: "left",
|
||||
title: "Downtown",
|
||||
unitsCount: 100,
|
||||
disabled: true,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: "marasi-drive",
|
||||
x: "58.6%",
|
||||
y: "42%",
|
||||
x: "55.6%",
|
||||
y: "52.5%",
|
||||
popupPosition: "right",
|
||||
title: "Marasi Drive",
|
||||
unitsCount: 200,
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: "dubai-marina",
|
||||
x: "22.5%",
|
||||
y: "76%",
|
||||
x: "35.35%",
|
||||
y: "71.6%",
|
||||
popupPosition: "right",
|
||||
title: "Dubai Marina",
|
||||
unitsCount: 300,
|
||||
disabled: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user