gta-v-map 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,15 +33,13 @@ L.marker([Y,X], {icon: customIcon(1)}).addTo(Icons["Example"]).bindPopup("I am h
|
|
|
33
33
|
How use CustomIcon
|
|
34
34
|
The parameter in the customIcon function is the name of the .png picture in the blips folder
|
|
35
35
|
```
|
|
36
|
-
For /blips/1.png we will use customIcon(1)
|
|
36
|
+
For /blips/1.png we will use customIcon(1)
|
|
37
37
|
```
|
|
38
38
|
## Screenshots
|
|
39
39
|
| Atlas | Grid | Satellite |
|
|
40
40
|
| ------------- | ------------- | ----------------|
|
|
41
|
-
|  |  |  |
|
|
42
42
|
|
|
43
|
-
Custom blip
|
|
44
|
-

|
|
45
43
|
## License
|
|
46
44
|
|
|
47
45
|
GTA V MAP LEAFLET is licensed under MIT License.
|