-
_From @bwmcin on April 17, 2015 3:56_
Using 0.7.13. _validateCoords returns true if the coords.type = 'Point' and properties 'lat' and 'lng' exist and are numbers (see line 442). But in _getCoords …
-
_From @chriseyhorn on May 21, 2015 14:43_
What is the best approach to build a custom layers control for base layers and a separate custom layers control for overlays? I have looked at the but this…
-
Hi Matt,
azimuthjs is a really nice integration example of OpenLayers and angular.js. Being an angular.js novice, i tried to grasp your code and understood most of it. Only the purpose of `az.servic…
-
_From @uygardonduran on June 2, 2014 14:26_
Hi,
I'm using the layers attribute for my fixed baselayers. I want to store and load the user's base layer selection in the localstorage so I need to set t…
-
_From @AleRob90 on February 24, 2015 12:26_
Hello.
I have a problem with path layers.
When i click on a path i want to change layer of that path. I use leafletDirectivePath.click and a function looki…
-
when changing from one menu entry to another and back to the map display, the map is not displayed correctly:
![image](https://cloud.githubusercontent.com/assets/2399349/8606315/1473378a-268b-11e5-9…
-
Occasionally, if I have `center.autoDistover == true` and have bounds set on the map, I will get a `$rootScope:infdig Infinite $digest Loop` error.
This is something that I haven't been able to make…
ezk84 updated
6 years ago
-
Hi,
I'd like to add a message to a marker that a user created. This message should contain angular content (dynamic drop down i.e.). The idea is that after a user draws a marker on an image overlay, …
-
_From @antoinegiret on May 7, 2015 14:6_
Hi, I have an error when I remove paths having a layer.
```
TypeError: overlay.removeLayer is not a function
```
Here is the definition of my layer and my p…
-
_From @Danny-weebo on February 18, 2015 14:47_
Hey, I'd like to set a different class name for each popup marker so I can have different styles of popups for different types of markers. Any advice on…