Top "Openlayers" questions

OpenLayers is an open source Javascript web mapping library for creating web map applications.

Add features to the map in OpenLayers 5

I have a following code in HTML <html> <head> <title>Vector Style Examples</…

openlayers openlayers-5
How to load layers depending on zoom level?

I want to control the zoom in OpenLayers. When the zoom is 3 I want to load KML1 and when the …

openlayers
Openlayers zIndex for markers and vectors

I'm rendering map with OSM and I have some serious problem with setting zIndex for page elements. Part of JS …

javascript openlayers
Is there a way to disable rotation in OpenLayers 3?

I am currently upgrading my OpenLayers 2 Mapview to OpenLayers 3. I really like the new OpenLayers client, but i wanted to …

javascript openlayers openlayers-3
OpenLayers, Layers: Tiled vs. single tile

Each time we add a new layer to our OpenLayers based website (data provided primarily by a GeoServer server), we …

openlayers user-experience tiling
OpenLayers after call setCenter, map is still on 0,0 position

I tried to set map center by method setCenter, but still not working. Map is not moving. I tried to …

javascript map openlayers wgs84
Use SVG icon as marker in OpenLayers

I tried to svg icon as marker in Openlayers-3. Here in my code. var svg = '<?xml version="1.0"?>…

svg styles openlayers marker
Drag/Move Multiple Selected Features - OpenLayers

I know that I can easily allow a user to select multiple Features/Geometries in OpenLayers but I then want …

geometry openlayers drag
OpenLayers Google Maps Projection Problem w/ KML

This is my first time on stackoverflow and working with Openlayers & Google Maps. I've been browsing different forums & …

google-maps openlayers projection proj4js
How to set the extent of an OpenLayers Map?

I want to pan and zoom an OpenLayers.Map to a given OpenLayer.Bounds. What is a quick way to …

map zooming openlayers bounds pan