mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-28 01:30:17 +01:00
Fixs
This commit is contained in:
@@ -12,11 +12,21 @@ export const mapZooms = {
|
||||
export const mapStyles = {
|
||||
default: {
|
||||
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>',
|
||||
arrowColor: "black",
|
||||
currentZoneColor: "red",
|
||||
nextZoneColor: "green",
|
||||
placementZoneColor: "blue",
|
||||
playerColor: "blue"
|
||||
},
|
||||
satellite: {
|
||||
url: "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
|
||||
attribution: 'Tiles © Esri'
|
||||
attribution: 'Tiles © Esri',
|
||||
arrowColor: "white",
|
||||
currentZoneColor: "red",
|
||||
nextZoneColor: "#0F0",
|
||||
placementZoneColor: "#0FF",
|
||||
playerColor: "blue"
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user