Skip to content

Commit

Permalink
Use own Openptmap alternative (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed May 31, 2024
1 parent 6fbda7f commit 859f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaflet/src/layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function createDefaultLayers(): Layers & { fallbackLayer: string | undefi
})),
},
overlays: {
OPTM: fixAttribution(tileLayer("http://openptmap.org/tiles/{z}/{x}/{y}.png", {
OPTM: fixAttribution(tileLayer("https://pt.facilmap.org/tile/{z}/{x}/{y}.png", {
...fmName(() => getI18n().t("layers.optm-name")),
...attribution(() => getI18n().t("layers.optm-attribution")),
zIndex: 300,
Expand Down

0 comments on commit 859f6e7

Please sign in to comment.