diff --git a/app/javascript/maps/vector_maps_config.js b/app/javascript/maps/vector_maps_config.js index c6f16e25..46a3e3d2 100644 --- a/app/javascript/maps/vector_maps_config.js +++ b/app/javascript/maps/vector_maps_config.js @@ -1,30 +1,30 @@ export const mapsConfig = { "Light": { - url: "https://tyles.dwri.xyz/20250420/{z}/{x}/{y}.mvt", + url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "light", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "Dark": { - url: "https://tyles.dwri.xyz/20250420/{z}/{x}/{y}.mvt", + url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "dark", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "White": { - url: "https://tyles.dwri.xyz/20250420/{z}/{x}/{y}.mvt", + url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "white", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "Grayscale": { - url: "https://tyles.dwri.xyz/20250420/{z}/{x}/{y}.mvt", + url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "grayscale", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" }, "Black": { - url: "https://tyles.dwri.xyz/20250420/{z}/{x}/{y}.mvt", + url: "https://tyles.dwri.xyz/planet/{z}/{x}/{y}.mvt", flavor: "black", maxZoom: 16, attribution: "Protomaps, © OpenStreetMap" diff --git a/app/views/families/edit.html.erb b/app/views/families/edit.html.erb index d06059c8..7007d4a3 100644 --- a/app/views/families/edit.html.erb +++ b/app/views/families/edit.html.erb @@ -1,3 +1,5 @@ +<% content_for :title, "Editing Family" %> +