Leaflet: responsive
At the end of the Leaflet introductory course, the final mini-project looked like the following map: With a map displaying geojson data, a mini-map and a title. This screenshot was taken on a PC and looks…
Read MoreGIS coaching for territorial management.
At the end of the Leaflet introductory course, the final mini-project looked like the following map: With a map displaying geojson data, a mini-map and a title. This screenshot was taken on a PC and looks…
Read More
Introduction: What is the MBTiles format? The MBTiles format is a file format for storing map tiles (raster or vector) in a SQLite database, a lightweight, stand-alone database engine. Initially designed by Mapbox, this format has…
Read More
Session objectives: Creation of a mini-mapping project The aim of this session is to mobilize all the skills acquired in the introductory course to Leaflet to create a complete interactive map. Learners choose a theme from…
Read More
Slide 1: Key events in Leaflet In Leaflet, events play a key role in making maps interactive and responsive. Indeed, Leaflet can handle a wide range of events that occur on the map, layers or specific…
Read More
Session 4: Customization and control in Leaflet Objective: enhance the user experience (UX) and customize the appearance of interactive maps. Diapo 1: Customizing markers 1. Introduction: Why customize markers? By default, Leaflet uses a standard blue…
Read More
GeoJSON data and styles Slide 1: What is GeoJSON? GeoJSON is a lightweight, widely used data format for representing geographic objects in a web environment. It is based on the JSON (JavaScript Object Notation) format, a…
Read More