Skip to content

Commit

Permalink
Add detailed logging for map load event in template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed May 18, 2024
1 parent ec59741 commit 9900991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 9900991

Please sign in to comment.