
Magdalena Kuchejdová
- Total activity 7
- Last activity
- Member since
Activity overview
Latest activity by Magdalena Kuchejdová-
Magdalena Kuchejdová created an article,
How to add Pop-Ups in MapLibre (video & code)
Code example (HTML) <head> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" /> <script src="https://cdn.maptiler.com/maplibre-gl-js/v1 .14.0/maplibre-gl.js"><...
-
Magdalena Kuchejdová created an article,
How to add a Marker with MapLibre Library (video & code)
Code example <!DOCTYPE html> <html> <head> <title>my map</title> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" /> <script src="https://cdn.maptiler.com/...
-
Magdalena Kuchejdová created an article,
How to add a GeoJSON in MapLibre (video & code)
How to add a GeoJSON in MapLibre Watch the following video to learn the whole process step-by-step: Code example (HTML) <!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scal...
-
Magdalena Kuchejdová created an article,
Zoomable Choropleth Map from GeoJSON with OpenLayers
This article demonstrates how to overlay the GeoJSON on the web map. You will also learn how to style GeoJSON with polygon features. We will also guide you through adding a legend so that your fina...
-
Magdalena Kuchejdová created an article,
Zoomable Choropleth Map from GeoJSON with MapLibre
This article demonstrates how to overlay the GeoJSON on the web map under labels. You will also learn how to style GeoJSON with polygon features. We will also guide you through the process of addin...
-
Magdalena Kuchejdová created an article,
Zoomable Choropleth Map from GeoJSON with Leaflet
This article shows how to overlay the GeoJSON on the web map with labels above it. You will also learn how to style GeoJSON with polygon features. We will also guide you through adding a pop-up and...
-
Magdalena Kuchejdová created an article,
Prepare GeoJSON with attributes for choropleth map and upload GeoJSON to MapTiler Cloud
This article describes how to join country geometry from GISCO with attribute data from EUROSTAT and save it as GeoJSON. This type of GeoJSON is great for creating choropleth maps. We will also cov...