You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the leaflets illustrate plugin in my Angular 5 project using "npm i leaflet-illustrate".
Also, I included the JavaScript and CSS in the index.html file.
I want to know how to import this in the *.ts file to use the plugin. I have tried:
import {Illustrate} from 'leaflet-illustrate';
This did not work.
Can someone point me in the right direction.
The text was updated successfully, but these errors were encountered:
Has anyone helped on this? I am having a similar operation of the need to use leaflet-illustrate in an Angular 7 project. How does one tie the plugin into leaflet-draw and use leaflet-illustrate's text abilities?
I installed the leaflets illustrate plugin in my Angular 5 project using "npm i leaflet-illustrate".
Also, I included the JavaScript and CSS in the index.html file.
I want to know how to import this in the *.ts file to use the plugin. I have tried:
import {Illustrate} from 'leaflet-illustrate';
This did not work.
Can someone point me in the right direction.
The text was updated successfully, but these errors were encountered: