Skip to content Skip to sidebar Skip to footer
Showing posts with the label Openlayers

Change Maxzoom Option In Runtime To Ol.view In Openlayers 3

Im trying to change the maxZoom option once a functionality of the map is activated. So it has to b… Read more Change Maxzoom Option In Runtime To Ol.view In Openlayers 3

Refresh / Redraw A Layer In Openlayers (kml) Network-link Auto Refresh

TLDR I want to refresh a layer on a timer so it plots the new kml data (like update-link / network … Read more Refresh / Redraw A Layer In Openlayers (kml) Network-link Auto Refresh

Openlayers 4 Getgetfeatureinfourl And Hittollerance

I'm using this piece of code map.on('singleclick', function(evt) { ... url = pmfeatlay… Read more Openlayers 4 Getgetfeatureinfourl And Hittollerance

Change The Visibility Of Layer By Using Variable Instead Of Layer's Name Itself

This is my select option. None Solution 1: Edited: eval (layer_name) .setVisibil… Read more Change The Visibility Of Layer By Using Variable Instead Of Layer's Name Itself

Scaling The Icon-image Size To An Absolute Value

I'm developing an application where one functionality is displaying a device on a map using ope… Read more Scaling The Icon-image Size To An Absolute Value

Draw Point On Map Given Coordinates With Openlayers?

I'm trying to plot about 300 points on an openlayers map from a table of about 300 latitude and… Read more Draw Point On Map Given Coordinates With Openlayers?

How To Export Shapefiles To Kml In Openlayers?

I want to export shapefiles in KML format using openlayers or javascript Is it possible to do so? T… Read more How To Export Shapefiles To Kml In Openlayers?

Javascript Openlayers Before Zoom Event Listener

I am trying to set up OpenLayers to not display the vector layer just before a zoom starts and make… Read more Javascript Openlayers Before Zoom Event Listener