openlayers-3 Questions

1

Solved

I have an array of Lat Longs in an array called lat_longs (which looks like this - [[39.749318, -104.9701129], [..], [..]]), I'm trying to plot them in an OpenStreetMap using Open Layers 3. Here is...
Tight asked 7/2, 2015 at 7:23

1

Solved

I have a MapQuest displayed with OpenLayer3. I want to get coordinates of viewport (map area curretnly displayed). For the whole map this should be like this:(180,90) x (-180,-90). but I got: To...
Erleena asked 27/1, 2015 at 8:55

1

Solved

I am working on openlayers 3 and want to implement a search functionality, which gets a name of the place and positions a marker on the map. I am able to get the coordinates but when I want to add ...
Yellowbird asked 11/1, 2015 at 18:31

1

Solved

I am using ol.Interaction.Draw to draw polygons atop a map. I want to style the individual features after they're drawn. When I detect a DRAWEND event, I try to attach a style to the last feature...
Gamy asked 3/1, 2015 at 15:31

1

Solved

I was curious about the possibilities of animating features in OpenLayers3. I'm very aware of the examples presented here http://openlayers.org/en/v3.0.0/examples/animation.html and here https://g...
Clark asked 24/11, 2014 at 15:35

1

Solved

How to draw a polygon use open layer 3 programmatically? i have a json array coordinate: [ { "lng": 106.972534, "lat": -6.147714 }, { "lng": 106.972519, "lat": -6.133398 }, { "lng": 106...
Angeli asked 30/11, 2014 at 5:30

1

Solved

I wonder, how can I get map click event's coordinates as lat,lon? Here is my code: map.on('click', function(evt) { var element = popup.getElement(); var coordinate = evt.coordinate; var latLo...
Tarshatarshish asked 17/11, 2014 at 7:33

3

Solved

I'm trying to find an OpenLayers3.js file that is not minifed, it is a pain debugging stuff that is minified, can anyone help me find it? Im using this address now: http://openlayers.org/en/v3.0.0...
Finagle asked 23/10, 2014 at 14:54

1

Solved

In OL3, I've succeeded at making a map on which there are movable markers: var mapVectorSource = new ol.source.Vector({ features: [] }); var mapVectorLayer = new ol.layer.Vector({ source: mapVec...
Kinnon asked 23/10, 2014 at 0:57

2

I have managed to set up a modify interaction. The docs for ol.interaction.Modify (http://ol3js.org/en/master/apidoc/ol.interaction.Modify.html) don't metion a single event that is fired when a fe...
Aeriel asked 13/7, 2014 at 20:18

2

i am currently upgrading OpenLayers client version 2.13.1 with the new version of OpenLayers, OL3. My setup consist of Mapserver as a WMS mapping server and previously mentioned OpenLayers client. ...
Obscurantism asked 30/3, 2014 at 12:40

3

Solved

http://ol3js.org/en/master/examples/select-features.html Given the above examples, what extension points are there for hooking into when features are selected?
Osrock asked 3/5, 2014 at 23:10

1

Solved

So, I am using Open Layers 3 with Ember.js to make a dashboard, and I've made the map load dynamically but I want it do be destroyed when I leave the route, the only thing I found was map.destroy()...
Murielmurielle asked 23/9, 2014 at 12:38

1

I'm labelling markers in a vector layer. TextOptions of a ol.style.Text object include arrording to the docs (http://ol3js.org/en/v3.0.0-beta.1/apidoc/ol.style.html#TextOptions) no option to chang...
Pustulate asked 27/6, 2014 at 19:54

3

I want to allow a user to draw a polygon on a map using openlayers 3 and then when the user presses "save" I want to put the json for the polygon into a hidden field so that it can be sent back to ...
Pinhole asked 11/1, 2014 at 2:26

© 2022 - 2024 — McMap. All rights reserved.