Most voted "openlayers-3" questions
5 questions
Sort by count of
-
1
votes0
answers125
viewsOpenlayers 3 - Recover Polygon via ajax for editing
I have a page that has a map of Openlayers (version 3). On this map, I have inserted some interactions, such as: Create and change polygons. Well, so far, so good. I create the polygons, which are…
openlayers-3asked 8 years, 6 months ago Wagner 181 -
1
votes1
answer31
viewsGet radius of a circle from Openlayers 3
Hello, I’m in need of getting the radius of a circle created in Openlayers 3. Does anyone know how to do? Here has the example of the map with the possibility to create the circles.…
-
0
votes1
answer43
viewsLayer KML using Openlayers3
I’m starting in Openlayers and I’m having a problem visualizing polygons on maps. I have a set of polygons being returned from a query in the database (postgres/postgis). This set of polygons is…
-
0
votes1
answer46
viewsOpenlayers 4: mouse click to draw a point, make mouse stick to the screen and causes the drag of the map
Hello, I am studying the development of a map with the help of Openlayers 4, watching video lessons, I am at the stage where I created a routine with 3 buttons (Pan, Draw, Erase) to draw on the map.…
-
0
votes1
answer19
viewsFunction on of openlayers in Typescript
I’m learning to use openlayers along with Angular 6, but one of the OL event functions. on is not recognized by TS, has some other way to do it than in the conventional way?…