Opened 11 years ago

#580 new enhancement

Points of Interest widget

Reported by: jng Owned by: jng
Priority: P2 Milestone: Future
Component: Widgets Version: 2.0
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

Add a new widget which presents a list of pre-defined zoom locations as defined by the author.

Zoom locations can be defined in the Extension element of this widget like so:

<PointOfInterest>
    <Label>My point of interest 1</Label>
    <Zoom>
        <X>-87.2345</X>
        <Y>43.2387</Y>
        <Scale>500</Scale>
    </Zoom>
</PointOfInterest>
<PointOfInterest>
    <Label>My point of interest 2</Label>
    <Zoom>
        <X>-87.2645</X>
        <Y>43.2324</Y>
        <Scale>1500</Scale>
    </Zoom>
</PointOfInterest>

When displayed within a dockable toolbar, it will be a menu (ala. BasemapSwitcher) with the following items

  • My point of interest 1
  • My point of interest 2

Clicking on any of the items will take you to the specified location at the specified scale.

Change History (0)

Note: See TracTickets for help on using tickets.