Skip to content

Commit

Permalink
fix: default map position altered to show the center of the map
Browse files Browse the repository at this point in the history
  • Loading branch information
sujal-into committed Nov 19, 2024
1 parent 5a6ad3d commit 0f43ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/feed/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { CustomLatLngExpression, PostCategory } from "@/utils/types/feed";
export const MAP_LAYER_URL = `https://{s}.tile.jawg.io/jawg-dark/{z}/{x}/{y}{r}.png?access-token=${process.env.EXPO_PUBLIC_LEAFLET_MAP_TOKEN}`;

// Paris baguette
export const DEFAULT_MAP_POSITION: CustomLatLngExpression = [48.8566, 2.3522];
export const DEFAULT_MAP_POSITION: CustomLatLngExpression = [20, 0];

const musicPostSvgString = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_di_22136_173395)">
Expand Down

0 comments on commit 0f43ffe

Please sign in to comment.