The KML Viewer is a web application that allows users to upload KML files, visualize their contents on an interactive map, and view summaries and detailed information about the elements in the file. It is built using React, Leaflet.js, and Tailwind CSS
-
Upload KML Files: Upload and parse KML files to extract geographic data.
-
Interactive Map: Visualize KML elements (points, lines, polygons) on an interactive map using OpenStreetMap tiles.
-
Summary View: Display a table showing the count of different element types in the KML file.
-
Detailed View: Show the element type and total length (for LineString and MultiLineString elements).
-
Responsive Design: Built with Tailwind CSS for a modern and responsive user interface.