https://github.com/okainov/gmaps-kml-extractor
Simple app to conveniently get links to download KML, KMZ file for Google My Maps maps
https://github.com/okainov/gmaps-kml-extractor
export google-maps kml kmz maps
Last synced: 4 months ago
JSON representation
Simple app to conveniently get links to download KML, KMZ file for Google My Maps maps
- Host: GitHub
- URL: https://github.com/okainov/gmaps-kml-extractor
- Owner: okainov
- License: mit
- Created: 2025-08-30T11:48:51.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-19T16:41:54.000Z (9 months ago)
- Last Synced: 2025-12-03T12:23:32.672Z (6 months ago)
- Topics: export, google-maps, kml, kmz, maps
- Language: Vue
- Homepage: https://kml.trips.place
- Size: 1.52 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πΊοΈ Google My Maps KML/KMZ Extractor
A beautiful, lightweight and responsive Vue.js application for downloading KML and KMZ files from Google My Maps.



## β¨ Features
- π¨ **Beautiful UI** - Modern, responsive design built with Tailwind CSS
- π **Multi-language** - Support for English and Russian (i18n)
- π± **Mobile-friendly** - Fully responsive design for all devices
- π **Smart URL parsing** - Automatically extracts map IDs either from various Google My Maps or from a custom page
- π₯ **Multiple formats** - Download both KMZ (compressed) and KML (uncompressed) formats
- β‘ **Fast & lightweight** - Built with Vue 3 and Vite
- π³ **Docker ready** - Easy deployment with Docker Compose
## π Quick Start
### Development
```bash
# Clone the repository
git clone
cd gmaps-kml-extractor
# Install dependencies
npm install
# Start development server
npm run dev
```
The application will be available at `http://localhost:3000`
### Production (Docker)
```bash
# Build and run with Docker Compose
docker-compose up -d --build
```
The application will be available at `http://localhost:8001`
## π Usage
1. **Paste an URL** into the input field
2. **Validate the URL** - The app will automatically detect whether it's a valid Google My Maps link or a custom URL
3. **Extract KML/KMZ files** - Click the extract button to generate download links
3. (optional) - **Extract maps from the page** - in case of custom URL, the page will be downloaded and parsed directly on device
4. **Download your files** - Choose between KML or KMZ formats
### Supported URL Formats
The application supports various Google My Maps URL formats:
- **Edit URLs**: `https://www.google.com/maps/d/u/0/edit?hl=en&mid=1tWCq...`
- **Viewer URLs**: `https://www.google.com/maps/d/u/0/viewer?mid=1-g8E...`
- **Embed URLs**: `https://www.google.com/maps/d/u/0/embed?mid=1-g8E...`
## π Internationalization
The app supports two languages:
- **English** (default)
- **Russian** (Π ΡΡΡΠΊΠΈΠΉ)
Switch between languages using the language toggle in the header.
## π€ Contributing
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## πββοΈ Support
If you encounter any issues or have questions, please [open an issue](https://github.com/okainov/gmaps-kml-extractor/issues) on GitHub.
---
Made with β€οΈ using Vue.js and Tailwind CSS