tombatossals / angular-leaflet-directive

AngularJS directive to embed an interact with maps managed by Leaflet library
http://tombatossals.github.io/angular-leaflet-directive
MIT License
1.5k stars 635 forks source link

All Full Page Demos Fail #1035

Open ERobishaw opened 8 years ago

ERobishaw commented 8 years ago

All of the standalone demos fail, same error. For example: http://tombatossals.github.io/angular-leaflet-directive/examples/0300-paths-simple-example.html

Console reports: $injector:modulerr

srthurman commented 8 years ago

The examples site listed on the main page is working: http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/basic/first-example

AnnieGitUrGun commented 8 years ago

The Esri ArcGIS Clustered Layer demo is not working: http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/layers/esri-clustered-layer-example

From the Console:

TypeError: Cannot read property 'replace' of undefined at Object.a.Util.cleanUrl (Util.js:392) at a.Layers.FeatureManager.a.Layers.FeatureGrid.extend.initialize (FeatureManager.js:27) at a.Layers.FeatureManager.extend.initialize (ClusteredFeatureLayer.js:43) at new e (leaflet.js:6) at Object.window.L.esri.clusteredFeatureLayer (ClusteredFeatureLayer.js:26) at Object.layerTypes.agsClustered.createLayer (angular-leaflet-directive.min.js:37) at createLayer (angular-leaflet-directive.min.js:37) at angular-leaflet-directive.min.js:38 at angular.js:14745 at n.$eval (angular.js:15989)

I'm wondering if it has anything to do with this announcement: Esri Leaflet 1.0.0 Announcement