Tweak export startup to stop silly image sizes being reported.
This commit is contained in:
parent
9ef6528d8e
commit
8c98f1a6c4
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,6 @@ page << <<EOJ
|
|||
|
||||
openSidebar({ onclose: stopExport });
|
||||
|
||||
setBounds(map.getExtent());
|
||||
|
||||
if (map.baseLayer.name == "Mapnik") {
|
||||
$("format_mapnik").checked = true;
|
||||
} else if (map.baseLayer.name == "Osmarender") {
|
||||
|
@ -34,6 +32,7 @@ page << <<EOJ
|
|||
}
|
||||
|
||||
formatChanged();
|
||||
setBounds(map.getExtent());
|
||||
|
||||
$("viewanchor").className = "";
|
||||
$("exportanchor").className = "active";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue