Project

General

Profile

« Previous | Next » 

Revision 3459

added:
-zoom on map with named locations for quick spatial searching based on selected park name (hooray javascript!)
-narrow search by selected park name
-cursor tracking in lat/lon
-alpha sort for left nav
-reference to fgdc in footer copy

View differences:

africa_frame_config.xml
33 33
          <crossSize>15</crossSize>
34 34
          <mapContainerId>mainMapContainer</mapContainerId>
35 35
        </AoiBoxWZ>
36
        <!-- <CursorTrack id="cursorTrack">
36
        <CursorTrack id="cursorTrack">
37 37
          <mouseHandler>mainMap</mouseHandler>
38
        </CursorTrack> -->
38
          <showDMS>false</showDMS>
39
          <showLatLong>true</showLatLong>
40
        </CursorTrack>
39 41
        <Legend id="legend">
40 42
        </Legend>
41 43
        <MapScaleText id="mapScaleText">
......
75 77
        </ZoomToAoi>
76 78
      </tools>
77 79
    </Context>
80
    
81
    <Model id="locations">
82
	    <defaultModelUrl>./named_locations.xml</defaultModelUrl>
83
	    <widgets>
84
	        <Locations id="locationsSelect">
85
	            <targetModel>mainMap</targetModel>
86
	        </Locations>
87
	    </widgets>
88
	    <tools>
89
	        <ZoomToAoi id="locationsZoomToAoi">
90
	            <targetModel>mainMap</targetModel>
91
	        </ZoomToAoi>
92
	    </tools>
93
	</Model>
78 94

  
79 95
    <Transaction id="transaction">
80 96
      <widgets>

Also available in: Unified diff