Opened 13 years ago
Closed 13 years ago
#398 closed enhancement (fixed)
XMLWorkspaceConfig - center and extent overrides
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | server | Version: | trunk |
Keywords: | bis-1.2.0 | Cc: |
Description
#387 introduced setting the initial center/extent of the map using MapPanel widget options.
It would be nice to be able to override these in the workspace.
Change History (3)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The override doesn't work if the option value contains nodes. For example, this doesn't work :
<mappaneloptions> <centerString>1682372,220446</centerString> <!-- works --> <zoom>3</zoom> <!-- works --> <pageTitle> <!-- doesn't work --> <en_US>This is the WS_Toolbar workspace</en_US> <fr_CA>Ceci est le workspace WS_Toolbar</fr_CA> </pageTitle> </mappaneloptions>
Note:
See TracTickets
for help on using tickets.
r1280, featuring :