mirror of
https://github.com/sstent/StuTracker.git
synced 2026-02-07 08:11:38 +00:00
Update index.html
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
pointToLayer: function (feature, latlng) {
|
pointToLayer: function (feature, latlng) {
|
||||||
return L.marker(latlng, {
|
return L.marker(latlng, {
|
||||||
icon: L.icon({
|
icon: L.icon({
|
||||||
iconUrl: 'images/marker-icon-2x-red.png',
|
iconUrl: 'images/marker-icon-2x.png',
|
||||||
iconSize: [25, 41], // size of the icon
|
iconSize: [25, 41], // size of the icon
|
||||||
iconAnchor: [12, 41], // point of the icon which will correspond to marker's location
|
iconAnchor: [12, 41], // point of the icon which will correspond to marker's location
|
||||||
popupAnchor: [1, -34], // point from which the popup should open relative to the iconAnchor
|
popupAnchor: [1, -34], // point from which the popup should open relative to the iconAnchor
|
||||||
|
|||||||
Reference in New Issue
Block a user