The angularjs tag has no usage guidance.
2
votes
1answer
121 views
Show Cartodb Maps infowindow on hover programatically
How do i get to show the cartodb infowindow when one hovers over a point? I see that it is possible via the gui but how can one do it via code? what method should i call on the on('featureOver') ...
1
vote
2answers
276 views
CartoDB Runtime Layers with Angular
Has anyone ever tried adding a CartoDB runtime layer to a leaflet using an Angular Directive or angular-leaflet-directive (Leaflet Javascript Library)?
I tried this, which does not throw errors but ...
1
vote
0answers
234 views
Passing ng-directive to Leaflet L.popup().setContent() [closed]
Goal: Pass an Angular directive to the .setContent() method of L.popup()
The Problem:
I need to run $compile on the directive in order for it to enter ng. But something like:
...
0
votes
1answer
9 views
Leaflet Marker Cluster from GeoJSON
I've created marker cluster in this example and now I want to show the same thing with data from GeoJSON, but it doesn't work. I'm trying to reproduce same situation in this example, but marker ...
0
votes
0answers
49 views
Using OpenLayers 3, the forEach method doesn't actually work, but only within this function?
I'm using OpenLayers 3 with AngularJS. I'm trying to make a factory such that I can generate an object for a tree control.
My function (which doesn't actually do anything yet), looks likes this:
...
0
votes
1answer
143 views
Google Maps click event does not work on mobile devices
I created a map using Google Maps API with Angular Material libraries (https://material.angularjs.org/)
After I upgraded Angular Material from 0.70 to 0.82, I found the info window did not show up by ...
-1
votes
1answer
86 views
Using Configurable Map Viewer with Angular Application?
I have Angular JS application with WEB API RESET service
i tired to take sample from CMV Viewer and applied some feathers like search , print, legend and included many layers from Our oracle DB
my ...