Questions tagged [angular-openlayers]

is a AngularJS directive for the OpenLayers JavaScript library

angular-openlayers-directive is a AngularJS directive for the OpenLayers 3 JavaScript library. It’s used to embed OpenLayers maps in an AnguarJS project.

Related Tags

References

110 questions
-2
votes
1 answer

Open Layers 3 tool-tip blocks action

I am using the ol.geom.Polygon object to draw a polygon and I have added a tooltip to this to show the acres drawn like this. if (geom instanceof ol.geom.Polygon) { MapValues.polyAcres =…
Funn_Bobby
  • 647
  • 1
  • 20
  • 57
-2
votes
1 answer

image.getState is not a function (when using ol in angular)

I tried to implement the following code in an angular(4) application http://viglino.github.io/ol-ext/examples/layer/map.geoimage.html But it always results in an error when trying to launch the browser. First of all, my imports( both libraries were…
-2
votes
1 answer

Static image rotation in OpenLayers3 and AngularJS

I am using angular-openlayers-directive for creating custom map. Tried to modify this example , used static image instead of maps in custom layers. Bug it goes to error. I am looking for solution of rotation of custom image as map. Can you please…
rejo
  • 3,352
  • 5
  • 27
  • 34
-4
votes
2 answers

Change Text of Individual labels on map ( OpenLayers )

I want to change the text of a place on OpenLayers map, it needs to be changed from Persian Gulf to Arabian Gulf I tried to see if there is any way I can make this change using the OpenLayers API documentation and found no…
-4
votes
1 answer

Draggable icon on OpenLayers map

I want to create a draggable icon on OpenLayers maps for locations. With the code below, I can put an icon (using a PNG image) on the map, but it is not draggable. How can I achieve that?
1 2 3 4 5 6 7
8