diff --git a/src/template.html b/src/template.html
index b0c15a6..7239ae3 100644
--- a/src/template.html
+++ b/src/template.html
@@ -72,6 +72,8 @@
{{/if}}
{{#if geojson }}
+ console.log('GeoJSON parameter injected into template:', {{{ geojson }}});
+ console.log('GeoJSON parameter before L.geoJson call:', {{{ geojson }}});
{{#if markerIconOptions}}
var myIcon = L.icon({{{markerIconOptions}}});
{{else}}