Revision 5928
Added by ben leinfelder almost 14 years ago
map.jsp | ||
---|---|---|
44 | 44 |
height: 380px; |
45 | 45 |
border: 1px solid #cccccc; |
46 | 46 |
} |
47 |
.olControlNavToolbar .spatialQueryItemActive { |
|
48 |
background-image: url("<%=STYLE_COMMON_URL%>/spatial/metacat-query-on.png"); |
|
49 |
background-repeat: no-repeat; |
|
50 |
} |
|
51 |
.olControlNavToolbar .spatialQueryItemInactive { |
|
52 |
background-image: url("<%=STYLE_COMMON_URL%>/spatial/metacat-query-off.png"); |
|
53 |
background-repeat: no-repeat; |
|
54 |
} |
|
55 |
|
|
56 |
|
|
47 | 57 |
</style> |
48 | 58 |
<script src="http://www.openlayers.org/api/OpenLayers.js"></script> |
49 | 59 |
<script src="<%=STYLE_COMMON_URL%>/spatial/map.js"></script> |
Also available in: Unified diff
add custom Pan/Zoom/Query control. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2188