Skip to content

Web-GIS

Posts tagged with Web-GIS

docker-staticmaps: A selfhosted Static Maps API

A containerized web version for staticmaps with express.

Continue reading...

Mastering React and OpenLayers Integration: A Comprehensive Guide

Unlock the full potential of interactive maps in your React applications by delving into the seamless integration of OpenLayers.

Continue reading...

Setting Up MapProxy with Docker and Serving Cached Tiles via Nginx

MapProxy is a powerful open-source proxy for geospatial data that allows for efficient caching and serving of map tiles. Combining MapProxy with Docker and Nginx can provide a scalable and easily manageable solution for serving cached map tiles.

Continue reading...

Understanding Leaflet and React: A Guide to Web GIS Applications

In this article I will explain how you can create a basic web map with Leaflet and React by using functional components without any third party packages. So i will strongly recommend to have a look at the Leaflet API reference.

Continue reading...

How to create a Mapnik stylesheet for displaying any data from PostgreSQL/PostGIS

In this article i want to show you how you can build your own Mapnik stylesheet for displaying any data from PostgreSQL/PostGIS. The Mapnik Stylesheet XML can be used for a tile-server with your custom style.

Continue reading...

Location Tracking and Visualization with Colota, PostgreSQL, Martin Tile Server and MapLibre

How I track my location continuously with Colota, my self-developed Android app, store it in PostgreSQL with PostGIS, serve vector tiles via Martin and render an interactive map with MapLibre GL JS.

Continue reading...

GIS Applications - Which GIS Applications are there?

In order to be able to work with digital maps or information geodata, a geographic information system is used. With GIS, geodata can be recorded, edited, analyzed and displayed appropriately.

Continue reading...

How to create a web-map with OpenLayers

OpenLayers is a JavaScript library which allows you to visualize easily geodata in web applications (Web GIS).

Continue reading...