markers, map, button states
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { Marker } from "../types/marker";
|
||||
|
||||
const markers: Marker[] = [
|
||||
{
|
||||
top: 38.5,
|
||||
left: 51,
|
||||
itemNumber: 0,
|
||||
popup: "/images/markers/popups/1.svg",
|
||||
},
|
||||
{
|
||||
top: 40.5,
|
||||
left: 52,
|
||||
itemNumber: 1,
|
||||
popup: "/images/markers/popups/1.svg",
|
||||
},
|
||||
];
|
||||
|
||||
export { markers };
|
||||
Reference in New Issue
Block a user