OpenLayers

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 »

Build your First GIS Web App using OpenLayers-Part 1

OpenLayers is an open source mapping JavaScript library which allows developers to develop highly interactive GIS web application. It can displays map tiles(or image) and vector data. In this post, we will create a simple GIS web app which will display OpenStreetMap on it. OpenStreet map is similar to Google Map. We will use a …

Build your First GIS Web App using OpenLayers-Part 1 Read More »