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 Sep 30, 2020. It is now read-only.
I try to use this plugin together with leaflet.markercluster.js
but I hit an incompatibility issue:
if you put:
`<script type="text/javascript" src="./node_modules/angular/angular.js" ></script>
I try to use this plugin together with leaflet.markercluster.js
<script type="text/javascript" src="./node_modules/leaflet/dist/leaflet.js" /></script> <script type="text/javascript" src="./node_modules/angular-simple-logger/dist/angular-simple-logger.min.js" /></script> <script type="text/javascript" src="./node_modules/leaflet.markercluster/dist/leaflet.markercluster.js" /></script> <script type="text/javascript" src="./node_modules/ui-leaflet/dist/ui-leaflet.js" /></script> <script type="text/javascript" src="./edoz/node_modules/ui-leaflet-layers/dist/ui-leaflet-layers.min.js" /></script>` the plugin stops workingbut I hit an incompatibility issue:
if you put:
`<script type="text/javascript" src="./node_modules/angular/angular.js" ></script>
The text was updated successfully, but these errors were encountered: