Skip to content

alrico88/kml-to-geojson

Repository files navigation

KML to GeoJSON

Web app to convert a KML file to GeoJSON. You can view the result, copy it to the clipboard or download it.

Built to learn about Svelte 5 and runes. Uses sveltekit.

Credits

Development

Install dependencies

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pnpm run build