From: Tom Hughes Date: Mon, 19 May 2008 10:00:52 +0000 (+0000) Subject: Make the "larger map" link on an HTML export point at the right layer. X-Git-Tag: live~7781 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e758e520e7d72cd93accfd0169e5d9592a7c87bb?hp=0623e88d3931243f1b3afea3321ad4123de9acad Make the "larger map" link on an HTML export point at the right layer. --- diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index 2babcc982..47cf9ce6b 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -246,7 +246,9 @@ page << <View Larger Map'; + var layers = getMapLayers(); + + html += '
View Larger Map'; $("export_html_text").value = html;