WKWangechi Karanjainwangechik.hashnode.dev·Feb 29, 2024 · 4 min readServing Static HTML files in NodeIn web development, serving HTML files traditionally happens on the client side, rendering content in users' browsers. However, there are scenarios where serving HTML files from the server side becomes necessary. In this article, we'll explore how to...00
WKWangechi Karanjainmapminds.hashnode.dev·Jan 25, 2024 · 3 min readPart 1: Adding Features on a Map in OpenlayersWelcome to the first installment of our GIS tutorial series! In this comprehensive guide, we'll delve into the dynamic world of geographical features categorized into Points, LineStrings, and Polygons. Our exploration begins with a GeoJSON file deriv...00
WKWangechi Karanjainmapminds.hashnode.dev·Jan 15, 2024 · 3 min readGetting Started with OpenLayersThis tutorial is going to take you through the steps of creating a simple Web Map using OpenLayers. OpenLayers is a Javascript Library for creating intuitive web-based maps for manipulating vector and raster data. OpenLayers is open source and has a ...00