Skip to content

Commit

Permalink
map
Browse files Browse the repository at this point in the history
  • Loading branch information
794959818 committed May 2, 2018
1 parent 2ce632d commit 6fa6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function getMapSource (mapType) {
? 'erangel/v11'
: 'miramar/v5'
// if false, will use https://tiles2-v2.pubgmap.net/tiles/erangel/v11/{z}/{x}/{y}.png not sure if it is stable or not. But it will have more zoom, up to 5. Local only has up to 4
let useLocalResource = false
let useLocalResource = true
const mapBase = useLocalResource
? '../maptiles'
: 'https://tiles2-v2.pubgmap.net/tiles'
Expand Down

0 comments on commit 6fa6173

Please sign in to comment.