OpenLayers

Implement Undo Redo operation for zooming to Previous/Next extent and zoom in OpenLayers.

To get full source code for this tutorial, click here. To check the live demo for this tutorial, click here. In this post, we will implement a Undo/Redo operation for zooming to Previous/Next extent and zoom in OpenLayers. Using this functionality, we will able to navigate to previous or next extent. This operation is similar …

Implement Undo Redo operation for zooming to Previous/Next extent and zoom in OpenLayers. Read More »

Split a Polygon with holes by Line in OpenLayers

OpenLayers is an powerful map api to develop map based applications. But to perform complex spatial operations like splitting a polygon, merging two polygons etc., we need to find another way to accomplish these operations. OpenLayers can’t do these operations on its own. This tutorial is the extension to following tutorial. If you have not …

Split a Polygon with holes by Line in OpenLayers Read More »

Create Feature Information Popup tool in OpenLayers on map click

Hello Everyone, Welcome to next tutorial of open layers in which we will learn to create feature information tool on map click in OpenLayers. So what is Feature Information in GIS ? Feature information is Non-GIS information associated with GIS data. For complete source code of this tutorial, click here Check the Live Feature Information …

Create Feature Information Popup tool in OpenLayers on map click Read More »