Open fahmisaad opened 5 years ago
The error message shows up when the library hasn't been loaded.
I don't know how you handle dependencies in your project but I had this problem when I tried to include the library directly from GitHub (FF blocked the request because GH didn't send the proper MIME info or something). Once I saved the lib to disk and loaded it from there it worked.
Hi,
i try using your library into my project which is using ionic framewrok. but i got this error
when i run the app. i already include your library into my project and i can confirm that the location of the library can be access by the project. May i know how to solve this issue? already stuck at this issue nearly 3 days. Below are my code: ` this.mymap = L.map("mapid").setView([3.101984, 101.598002], 13);
Thanks.