conferences | speakers | series

Development of maplibre applications in sveltekit

home

Development of maplibre applications in sveltekit
FOSS4G 2023

Recently, [sveltekit](https://kit.svelte.dev/) is becoming a more popular framework for developing web application. It has been released as v1.0.0 last December. However, there are still not many use cases of developing maplibre applications in sveltekit compared to other frameworks like react. The author is involved in developing maplibre application with sveltekit in United Nations Development Programme ([geohub](https://github.com/UNDP-Data/geohub)), and also developing sveltekit based Web-GIS applications for water asset management at Eastern African countries ([watergis](https://github.com/watergis)). Hence, several useful maplibre boilerplate and components were developed in sveltekit during those projects' work. [watergis/sveltekit-maplibre-boilerplate](https://github.com/watergis/sveltekit-maplibre-boilerplate) is a template which can start developing maplibre application in sveltekit with minimuum source code. Furthermore, [watergis/svelte-maplibre-components](https://github.com/watergis/svelte-maplibre-components) consists of various useful maplibre components to add more functionality easily to your web application (all components are documented [here](https://svelte-maplibre.water-gis.com/)). For instance, this component library provides you features of exporting maps, adding legends, styling maps, sharing maps, measuring distance and integrating with Valhalla api, etc. In this talk, these maplibre boilerplate and components will be briefly introduced.

None

Speakers: Jin Igarashi