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
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Please correct me if I'm wrong, but as far as I can tell, this plugin must be included via a <script> tag and cannot be easily imported into a modern bundled JS application via standard import/require syntax (i.e. import ScalarField from 'leaflet-canvaslayer-field' or const ScalarField = require('leaflet-canvaslayer-field')). Are there any plans to add this feature? If not, I may be able to submit a PR for this
The text was updated successfully, but these errors were encountered:
Please correct me if I'm wrong, but as far as I can tell, this plugin must be included via a <script> tag and cannot be easily imported into a modern bundled JS application via standard import/require syntax (i.e.
import ScalarField from 'leaflet-canvaslayer-field'
orconst ScalarField = require('leaflet-canvaslayer-field')
). Are there any plans to add this feature? If not, I may be able to submit a PR for thisThe text was updated successfully, but these errors were encountered: