Commit 97fa631d authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Small title change

parent 23f9e254
......@@ -446,7 +446,7 @@ L.TimeDimension.Layer.Tile = L.TimeDimension.Layer.extend({
// Update title
let title = $("#title");
title.html(`<h2>Crecimiento urbano en la regi&oacute;n metropolitana centro pa&iacute;s en ${year}</h2>`);
title.html(`<h2>Crecimiento periurbano en la regi&oacute;n metropolitana centro pa&iacute;s en ${year}</h2>`);
Object.keys(allTiles).forEach(layer => {
if (layer.split("periurbano_")[1] !== year) { // hide all other years
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment