This is an app designed to allow the import of KML files in order to visualize the shapes in those files. I have developed it as a tool to visualize the necessary shapes for IVAO Webeye before uploading them. KML Visualizer can be found here
The app uses Next.js 13, OpenLayers, Tailwind CSS and Supabase for KML file storage.
Currently in order to visualize a shape it has to be hard-corded into the Map.tsx component but I'm working in a way of importing the file once inside the app and adding basic controls for that file (remove). Currently the app has the necessary basic features (removing files, changing shape color & changing map style). If you have any ideas on what to add to the app feel free to leave them on the Issue section.
Feel free to try it by uploading a KML file with a route or polygon in it. You can then delete it from the management panel.