GIS

Create a Dynamic Measurement tool in OpenLayers to show measurements on labels that follows changing geometry

In this tutorial, we are going to create a dynamic measurement tool in OpenLayers version 6.5. We will create a Line and Area measurement tool to show measurements on labels that follow changing geometry like area, length or cursor position as shown in the above GIF image Download the complete code of Dynamic Measurement from

Create a Dynamic Measurement tool in OpenLayers to show measurements on labels that follows changing geometry Read More »

Perform complex spatial operations in OpenLayers using JSTS

OpenLayers is a great open source GIS library which is used to develop a rich featured GIS web applications. But sometime you need to implement advanced spatial/geometrical operations. For example, union of two geometry, creating buffers, creating hole in polygon, dividing a polygon in two parts by a line as shown in following images. But,

Perform complex spatial operations in OpenLayers using JSTS Read More »