Skip to content

Commit

Permalink
Use assets.multitheftauto.com
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen authored Oct 9, 2022
1 parent 3e4e3a4 commit 218f2c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions [web]/webmap/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 218f2c7

Please sign in to comment.