-
_From @wootwoot1234 on May 25, 2014 1:37_
I'm trying to make my marker popups clickable. When I use html in the marker popup the html is rendered correctly but ng-click doesn't work. Here's what I …
-
_From @JoergPf on December 13, 2014 8:27_
Hi,
how do I change the tileLayer after the first init?
I tried
```
$scope.defaults.tileLayer = "http://tile.stamen.com/#toner/{z}/{x}/{y}.png";
```
and…
-
I had to create a system that refresh the objects from a map (will not explain the reason and I know that reload all paths can be heavy)...
Anyway this adapter separate everything like this:
``` jav…
-
Hello everyone
I am currently using angular-google-maps in order to display a large number of markers (around 4000), in order to optimise to markers display on the map I used the Marker clustering al…
-
_From @HarelM on July 2, 2015 17:18_
I'm trying to achieve with this directive the following: (ignore the routing)
http://brouter.de/brouter-web/
In order to do it I create two paths:
1. the path I a…
-
_From @alexus37 on June 9, 2015 18:2_
Hi,
I am trying to change the the options of my heatmap overlay during the run time. Basically I am trying to
adapted the layeroption size depending on the zoo…
-
I am submitting:
- [ ] an Issue
- [x] Feature request.
It would be nice if you can show example about how to use this plugin with ngx-Leaflet.
I am using ngx-leaflet in a poc project using Angul…
-
I am trying to inject a directive inside the message attribute of a marker like so:
message: ''
However I am not able to pass marker specific data to this directive.
I tried passing this:
message: $…
-
Hi,
I am having trouble with heatmap overlay. When I use the sample code in [github](http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/layers/heatmap-example) it doesn…
-
re-factor codebase to use AngularJS rather than KnockoutJS