diff --git a/mapping.js b/mapping.js
index 882e8cf..c6f229b 100644
--- a/mapping.js
+++ b/mapping.js
@@ -126,7 +126,7 @@
}
marker = L.marker([latNum, lngNum], {
icon: L.divIcon({
- //html: 'あ',
+ html: 'あ',
className: 'marker1',
iconSize: [20, 20]
}),