Added favicon, text stroke and changes to data handling
This commit is contained in:
12
src/types/Leaflet.ts
Normal file
12
src/types/Leaflet.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export type MapMarkerGroup = "capitals" | "cities" | "towns" | "landmarks";
|
||||
|
||||
export type MapMarker = {
|
||||
title: string,
|
||||
markerCoords: {
|
||||
x: number,
|
||||
y: number,
|
||||
}
|
||||
description?: string,
|
||||
link?: string,
|
||||
group?: MapMarkerGroup,
|
||||
}
|
||||
Reference in New Issue
Block a user