Questions tagged as 'openlayers'

0
answers

Open Layers Generate Poligonos Maps

Good afternoon I am generating polygons on a map with OpenLayers. I get the coordinates with a web method from the database and I generate coordinate arrays to be used in the polygons. The problem I have is when executing the following...
asked by 30.11.2017 / 22:45
1
answer

Latitude and Longitude of a Circle in OpenLayers3

Good! I would like to get the Latitude and Longitude of a circle in OpenLayers. var geometry = evt.feature.getGeometry(); var radius = Math.round(geometry.getRadius() * 100) / 100; var center = geometry.getCenter(); var lat = ???? var lon =...
asked by 06.11.2017 / 14:19
1
answer

view proportional to leaflet point diagram, openlayers [closed]

I'm making a point map with leaflet, and at the beginning I have to define the view along with the scale; var map = L.map('map'). setView([41.66, -4.72], 5); It happens that after I have a diagram of points that will be gener...
asked by 25.07.2017 / 14:14