Skip to content

Commit

Permalink
Leaflet marker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chipspeak authored May 13, 2024
1 parent c05f833 commit 53ecf97
Show file tree
Hide file tree
Showing 14 changed files with 29,603 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="stylesheet" href="/leaflet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css" />
<link
rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ui/LeafletMap.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import "leaflet/dist/leaflet.css";
// import "leaflet/dist/leaflet.css";
import { onMount } from "svelte";
import type { Control, Map as LeafletMap, LayerGroup } from "leaflet";
import { browser } from "$app/environment";
Expand Down
Binary file added static/dist/images/layers-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/dist/images/layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/dist/images/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/dist/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/dist/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 53ecf97

Please sign in to comment.