From f8981f523d2da0168e11777bd8b2a4b5cf49b58c Mon Sep 17 00:00:00 2001
From: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com>
Date: Mon, 15 Jul 2024 23:42:27 -0400
Subject: [PATCH] Update map.tsx

---
 app/components/map.tsx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/components/map.tsx b/app/components/map.tsx
index da9bd58..90f069b 100644
--- a/app/components/map.tsx
+++ b/app/components/map.tsx
@@ -32,11 +32,11 @@ export const MapComponent = ({ customTheme }: { customTheme: Partial<Theme> }) =
               type: "vector",
               // url: "pmtiles://http://localhost:8080/world.pmtiles",
               // tiles: ["http://localhost:8787/world/{z}/{x}/{y}.mvt"],
-              tiles: [
-                "https://protomaps-host.tomsprojects.workers.dev/world/{z}/{x}/{y}.mvt",
-              ],
+              //tiles: [
+              //  "https://protomaps-host.tomsprojects.workers.dev/world/{z}/{x}/{y}.mvt",
+              //],
               // url: "pmtiles://http://localhost:8787/world/{z}/{x}/{y}.mvt",
-              // url: "pmtiles://world.pmtiles",
+              url: "pmtiles://world.pmtiles",
             },
             // protomaps2: {
             //   type: "vector",