consbio / Leaflet.HtmlLegend

A simple Leaflet plugin for creating legends with HTML elements
ISC License
56 stars 59 forks source link

L.Control.HtmlLegend.js critical error at line 28 #14

Closed SeattleHeather closed 4 years ago

SeattleHeather commented 4 years ago

Hi, I added L.Control.HtmlLegend.js and L.Control.HtmlLegend.css to my Default.aspx. Now, when I run I get the following error

JavaScript critical error at line 28, column 10 in http://localhost:63452/L.Control.HtmlLegend.js\n\nSCRIPT1003: Expected ':'

Can you help? thanks

SeattleHeather commented 4 years ago

Solved it. I needed to add L.Control.HtmlLegend.min.js instead of L.Control.HtmlLegend.js. :)