summaryrefslogtreecommitdiff
path: root/src/leaflet-soton.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/leaflet-soton.js')
-rw-r--r--src/leaflet-soton.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js
index dfd2ad7..2a52b16 100644
--- a/src/leaflet-soton.js
+++ b/src/leaflet-soton.js
@@ -729,11 +729,13 @@ SELECT * WHERE {\
var myIcon = L.divIcon({
className: 'ls-room-marker',
html: content,
- iconSize: new L.Point(100, 30),
- iconAnchor: new L.Point(50, 15)
+ iconSize: new L.Point(100, 14),
+ iconAnchor: new L.Point(50, 7)
});
- var marker = L.marker(iconCoords, {icon: myIcon});
+ var marker = L.marker(iconCoords, {
+ icon: myIcon
+ });
return marker;
}