From 218f2c7ff17884f6905593ab716c52a38f2e90ed Mon Sep 17 00:00:00 2001 From: patrikjuvonen <22572159+patrikjuvonen@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:03:05 +0300 Subject: [PATCH] Use assets.multitheftauto.com --- [web]/webmap/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/[web]/webmap/script.js b/[web]/webmap/script.js index 71a8be343..a7b9fa1d4 100644 --- a/[web]/webmap/script.js +++ b/[web]/webmap/script.js @@ -91,7 +91,7 @@ function init() { projection: gtasaProjection, tileSize: 500, url: - 'https://assets.mtasa.com/mtasa-resources/webmap/sa_aerial_map/v2/{z}_{x}_{y}.jpg', + 'https://assets.multitheftauto.com/mtasa-resources/webmap/sa_aerial_map/v2/{z}_{x}_{y}.jpg', wrapX: false, }), title: 'San Andreas Aerial Map V2', @@ -103,7 +103,7 @@ function init() { projection: gtasaProjection, tileSize: 500, url: - 'https://assets.mtasa.com/mtasa-resources/webmap/sa_aerial_map/v1/{z}_{x}_{y}.jpg', + 'https://assets.multitheftauto.com/mtasa-resources/webmap/sa_aerial_map/v1/{z}_{x}_{y}.jpg', wrapX: false, }), title: 'San Andreas Aerial Map', @@ -115,7 +115,7 @@ function init() { projection: gtasaProjection, tileSize: 500, url: - 'https://assets.mtasa.com/mtasa-resources/webmap/sa_map/v1/{z}_{x}_{y}.jpg', + 'https://assets.multitheftauto.com/mtasa-resources/webmap/sa_map/v1/{z}_{x}_{y}.jpg', wrapX: false, }), title: 'San Andreas Map',