Revision 5859
Added by ben leinfelder almost 14 years ago
map.jsp | ||
---|---|---|
59 | 59 |
<div id="map"></div> |
60 | 60 |
<div id="featureList"> |
61 | 61 |
<form> |
62 |
<select id="locations" onchange="zoomToLocation(this)"> |
|
62 |
<select id="locations" name="locations" onchange="zoomToLocation(this)">
|
|
63 | 63 |
<%@ include file="locations.jsp"%> |
64 | 64 |
</select> |
65 | 65 |
</form> |
Also available in: Unified diff
include name attribute for location selection widget