Skip to content

Instantly share code, notes, and snippets.

@jonalling
jonalling / google-to-apple-maps.html
Last active July 28, 2025 10:52
HTML page for converting Google Maps exports into Apple Maps links
<!-- Created by Human Crafted (humancrafted.co) with help from GPT-o3-mini-high -->
<!-- This HTML file allows users to upload a CSV or GeoJSON file containing saved Google Maps places and view them in Apple Maps. -->
<!-- To use, save HTML file to a folder on your computer, open in a browser. Select your exported places file. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Saved Places</title>
<style>