-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef0579f
commit 8667771
Showing
11 changed files
with
253 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"display_name": "Lago Zancudo", | ||
"coords": [52.268157, -152.226563] | ||
}, | ||
{ | ||
"display_name": "Grapeseed N. 1", | ||
"coords": [71.350041, -57.23877] | ||
}, | ||
{ | ||
"display_name": "Grapeseed N. 2", | ||
"coords": [72.919635, -41.572266] | ||
}, | ||
{ | ||
"display_name": "Paleto Cove", | ||
"coords": [75.890899, -120.157618] | ||
}, | ||
{ | ||
"display_name": "Procopio Beach", | ||
"coords": [80.823901, -81.738281] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"display_name": "Chumash", | ||
"coords": [27.994401, -174.023438] | ||
}, | ||
{ | ||
"display_name": "Pacific Bluffs", | ||
"coords": [-3.776559, -157.060547] | ||
}, | ||
{ | ||
"display_name": "Vespucci Beach", | ||
"coords": [-25.720735, -134.34082] | ||
}, | ||
{ | ||
"display_name": "Elysian Island", | ||
"coords": [-51.013755, -107.358398] | ||
}, | ||
{ | ||
"display_name": "South Palomino Highlands", | ||
"coords": [-46.042736, -47.329102] | ||
}, | ||
{ | ||
"display_name": "North Palomino Highlands", | ||
"coords": [-2.899154, -30.058594] | ||
}, | ||
{ | ||
"display_name": "Davis Quartz", | ||
"coords": [47.694974, -20.083008] | ||
}, | ||
{ | ||
"display_name": "San Chianski", | ||
"coords": [73.873717, -14.545898] | ||
}, | ||
{ | ||
"display_name": "Mount Gordo", | ||
"coords": [81.321593, -32.475586] | ||
}, | ||
{ | ||
"display_name": "Procopio Beach", | ||
"coords": [83.287985, -76.376953] | ||
}, | ||
{ | ||
"display_name": "Paleto Forest", | ||
"coords": [81.268385, -124.189453] | ||
}, | ||
{ | ||
"display_name": "North Chumash", | ||
"coords": [71.842539, -154.599609] | ||
} | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
gtav-interactive-map/loadScripts/cayoPericoScopeOutPlane.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
function loadCayoPericoScopeOutPlane(r) { | ||
let onMapMarkers = genericMarkers( | ||
"scopeOutPlaneDiv", | ||
r, | ||
constantData.icons.plane, | ||
"lastPickCayoPericoScopeOutPlane" | ||
); | ||
|
||
displayButtons( | ||
"markers-cayopericoheist-scopeoutplane-show-all-btn", | ||
"markers-cayopericoheist-scopeoutplane-hide-all-btn", | ||
onMapMarkers, | ||
"lastPickCayoPericoScopeOutPlane" | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
function loadKosatkaFastTravels(r) { | ||
let onMapMarkers = genericMarkers( | ||
"kosatkaFastTravelsDiv", | ||
r, | ||
constantData.icons.kosatka, | ||
"lastPickKosatkaFastTravels" | ||
); | ||
|
||
displayButtons( | ||
"markers-cayopericoheist-kosatkafasttravels-show-all-btn", | ||
"markers-cayopericoheist-kosatkafasttravels-hide-all-btn", | ||
onMapMarkers, | ||
"lastPickKosatkaFastTravels" | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters