feat(server): add KML and KMZ place import pipeline

This commit is contained in:
Yannis Biasutti
2026-04-06 18:31:47 +02:00
parent 96080e8a03
commit 5271463064
9 changed files with 606 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml>
<Document>
<Placemark>
<name>Broken Placemark</name>
<Point><coordinates>2.1,48.1,0</coordinates></Point>
</Document>
</kml>