diff --git a/pages/venue/venueMap.vue b/pages/venue/venueMap.vue
index 1516c48d9c..4181067e01 100644
--- a/pages/venue/venueMap.vue
+++ b/pages/venue/venueMap.vue
@@ -15,10 +15,13 @@
:attribution="tileProvider.attribution"
layer-type="base"
/>
+
- Go Back
+
+
+
OpenStreetMap contributors',
- zoom: 15,
+ zoom: 16,
icon: icon({
- iconUrl: '/snake-icon.png',
- iconSize: [41, 42],
- iconAnchor: [33, 15],
+ iconUrl: '/snake.png',
+ shadowUrl: '/snake-bg.png',
+ iconSize: [42, 42],
+ iconAnchor: [21, 21],
+ shadowSize: [45, 55],
+ shadowAnchor: [25, 30],
}),
center: [25.040997, 121.611417],
markerLatLng: [25.040997, 121.611417],
diff --git a/static/snake-bg.png b/static/snake-bg.png
new file mode 100644
index 0000000000..b31db4684c
Binary files /dev/null and b/static/snake-bg.png differ
diff --git a/static/snake-icon.png b/static/snake.png
similarity index 100%
rename from static/snake-icon.png
rename to static/snake.png
diff --git a/static/venue-button.png b/static/venue-button.png
new file mode 100644
index 0000000000..9a45fcd955
Binary files /dev/null and b/static/venue-button.png differ