Wladimir Szczerban
- Total activity 19
- Last activity
- Member since
Articles
Recent activity by Wladimir Szczerban-
How to build a 3D map with MapLibre v2 GL JS
In this tutorial, you'll learn how to build a 3D map using MapLibre GL JS v2. We will show you how to make a simple map application allowing you to zoom and pan MapTiler maps in 3D using MapLibre. ...
-
How to make maps with MapTiler Cloud API - Use cases and examples
The MapTiler Cloud API allows access to all the data, maps, and resources in the MapTiler Cloud without having to open a browser. The API specification is at https://docs.maptiler.com/cloud/api/. T...
-
Global Population Density Data Processing with MapTiler Engine
This tutorial will explore using the MapTiler Engine, a powerful tool for processing global population data and generating a pyramid of tiles in the MBTiles format. In this tutorial, we will work w...
-
How to create a virtual tileset JSON to combine multiple tilesets
The virtual tileset combines multiple tilesets with extra parameters defining how these tilesets are combined to create a single virtual tileset. The virtual tileset itself does not have any tile c...
-
How to use MapTiler maps in Felt
Felt is an easy and powerful tool for making maps on the Internet. If you want to take your maps to another level, change the default basemap and create your 100% custom and unique maps. This examp...
-
How to display the cookies consent bar according to the visitor’s location
This tutorial shows how to display the cookies consent bar according to the visitor’s location usign the MapTiler Geolocation API. Copy the following code, paste it into your favorite text edi...
-
How to center iframe map on a placename
This article demonstrates how to insert maps into websites with an iframe and center the map on a given placename. A standard map displayed with an iframe can look like this: How to center the ma...
-
How to display a map in Svelte using MapLibre GL JS
Deprecated!!! moved to https://docs.maptiler.com/svelte/maplibre-gl-js/how-to-use-maplibre-gl-js/ In this tutorial, you’ll learn how to create a Svelte component to render a map using MapLibre GL...
-
Configuring Cesium map application using webpack
When building web applications, you have several options and you probably know already, which libraries and build-stack you are going to use. You can find a lot of useful examples at the Sandcastle...