Added current player marker
This commit is contained in:
9
src/pages/api/data/players.markers.ts
Normal file
9
src/pages/api/data/players.markers.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { PlayerMarker } from "@/types/Leaflet";
|
||||
|
||||
export const playerPosition: PlayerMarker = {
|
||||
markerCoords: {
|
||||
y: -57.83673,
|
||||
x: 162.05197
|
||||
},
|
||||
title: "L'Éclipse",
|
||||
}
|
||||
Reference in New Issue
Block a user