Skip to content

Commit 218f2c7

Browse files
Use assets.multitheftauto.com
1 parent 3e4e3a4 commit 218f2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

[web]/webmap/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function init() {
9191
projection: gtasaProjection,
9292
tileSize: 500,
9393
url:
94-
'https://assets.mtasa.com/mtasa-resources/webmap/sa_aerial_map/v2/{z}_{x}_{y}.jpg',
94+
'https://assets.multitheftauto.com/mtasa-resources/webmap/sa_aerial_map/v2/{z}_{x}_{y}.jpg',
9595
wrapX: false,
9696
}),
9797
title: 'San Andreas Aerial Map V2',
@@ -103,7 +103,7 @@ function init() {
103103
projection: gtasaProjection,
104104
tileSize: 500,
105105
url:
106-
'https://assets.mtasa.com/mtasa-resources/webmap/sa_aerial_map/v1/{z}_{x}_{y}.jpg',
106+
'https://assets.multitheftauto.com/mtasa-resources/webmap/sa_aerial_map/v1/{z}_{x}_{y}.jpg',
107107
wrapX: false,
108108
}),
109109
title: 'San Andreas Aerial Map',
@@ -115,7 +115,7 @@ function init() {
115115
projection: gtasaProjection,
116116
tileSize: 500,
117117
url:
118-
'https://assets.mtasa.com/mtasa-resources/webmap/sa_map/v1/{z}_{x}_{y}.jpg',
118+
'https://assets.multitheftauto.com/mtasa-resources/webmap/sa_map/v1/{z}_{x}_{y}.jpg',
119119
wrapX: false,
120120
}),
121121
title: 'San Andreas Map',

0 commit comments

Comments
 (0)