diff --git a/sepa/bun.lockb b/sepa/bun.lockb index d7e1d64..7f3990d 100755 Binary files a/sepa/bun.lockb and b/sepa/bun.lockb differ diff --git a/sepa/sitio2/package.json b/sepa/sitio2/package.json index cda04f2..c9969ee 100644 --- a/sepa/sitio2/package.json +++ b/sepa/sitio2/package.json @@ -41,6 +41,7 @@ }, "type": "module", "dependencies": { + "@maplibre/maplibre-gl-leaflet": "^0.0.22", "@sentry/sveltekit": "^8.30.0", "@types/node": "^22.5.0", "bits-ui": "^0.21.13", @@ -49,6 +50,7 @@ "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3", "lucide-svelte": "^0.441.0", + "maplibre-gl": "^4.7.0", "postgres": "^3.4.4", "tailwind-merge": "^2.5.2", "tailwind-variants": "^0.2.1" diff --git a/sepa/sitio2/src/app.html b/sepa/sitio2/src/app.html index 55e075b..555a550 100644 --- a/sepa/sitio2/src/app.html +++ b/sepa/sitio2/src/app.html @@ -1,33 +1,41 @@ + + + + - - - - + Preciazo + + + + + + + - Preciazo - - - - - - - + + + + + - - - - - + %sveltekit.head% + - %sveltekit.head% - - - -
%sveltekit.body%
- - - \ No newline at end of file + +
%sveltekit.body%
+ + diff --git a/sepa/sitio2/src/lib/components/Map.svelte b/sepa/sitio2/src/lib/components/Map.svelte index 998a890..0c45df9 100644 --- a/sepa/sitio2/src/lib/components/Map.svelte +++ b/sepa/sitio2/src/lib/components/Map.svelte @@ -1,6 +1,7 @@