GTA V MAP LEAFLET is a MAP based on LEAFLET.
- Easy to use
- Custom Icons
- 3 Map Style(Atlas,Satellite,Grid)
Map Styles
https://mega.nz/file/UKo0wI4A#hDZV1RE-KU0rF2BePRjaKQfwWVBvWbsBVAFmM7yWvo8
Leaflet
https://leafletjs.com/
Extract map styles in source folder
Create blip The coordinates are inverted X will be Y and Y will be X.
var X = 0;
var Y = 0;
L.marker([Y,X], {icon: customIcon(1)}).addTo(Icons["Example"]).bindPopup("I am here.");
How use CustomIcon The parameter in the customIcon function is the name of the .png picture in the blips folder
For /blips/1.png we will use customIcon(1)}
Atlas | Grid | Satellite |
---|---|---|
GTA V MAP LEAFLET is licensed under MIT License.