Skip to content

The map for gta v, ragemp and fivem made in leaflet

License

Notifications You must be signed in to change notification settings

coblyox/gta-v-map-leaflet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTA V MAP LEAFLET

GTA V MAP LEAFLET is a MAP based on LEAFLET.

Features

  • Easy to use
  • Custom Icons
  • 3 Map Style(Atlas,Satellite,Grid)

Dependencies

Map Styles

  https://mega.nz/file/UKo0wI4A#hDZV1RE-KU0rF2BePRjaKQfwWVBvWbsBVAFmM7yWvo8

Leaflet

 https://leafletjs.com/

Install

  Extract map styles in source folder

How to use

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)}

Screenshots

Atlas Grid Satellite
"Atlas Screenshot" "Grid Screebshot" "Satellite Screenshot"

Custom blip "Customblip Screnshot"

License

GTA V MAP LEAFLET is licensed under MIT License.

About

The map for gta v, ragemp and fivem made in leaflet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • HTML 32.1%