Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
794959818 authored May 2, 2018
1 parent 51d8c03 commit 2ce632d
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 = true
let useLocalResource = false
const mapBase = useLocalResource
? '../maptiles'
: 'https://tiles2-v2.pubgmap.net/tiles'
Expand Down

0 comments on commit 2ce632d

Please sign in to comment.