Opened 13 years ago
Closed 13 years ago
#91 closed enhancement (fixed)
How to change the JumpTo pull down menu
Reported by: | andersd | Owned by: | EliL |
---|---|---|---|
Priority: | major | Milestone: | 2.6 |
Component: | Docs | Version: | 2.6 |
Keywords: | Cc: |
Description
How to change the locations of Jump To
Jumping to specific named geographic areas can be changed using the configration zoomto paramter.
The following illustrates how the zoomto parameter could exist.
<param name="zoomto"><![CDATA[
{
"Jump To:" : {
'World' : [-20614760.777156,1751325.1919492,-1927436.1053437,7915207.1517617],
'Parcel Data' : [-10384069.859924,5538318.529767,-10356632.423788,5563580.927174],
'Full State of MN' : [-10742765,5398288,-9920914,6310641]
}
}
]]></param>
An additional zoomto paramater could be added before the 'Full State of MN' line as follows:
'Farmington' : [-10376231, 5563517, -10367384, 5572942],
Remember to include appropriate punctuation. If this is wrong the application may not start correctly as configuration parameters are very important.
added in r775