- Timestamp:
- 06/11/07 11:01:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/visualise.kid
r2888 r2989 40 40 41 41 function initVisMapBox() { 42 app = new VisApp('visMap', 'navForm', 600, 10);42 app = new VisApp('visMap', 'navForm', 'colourbar', 600, 10); 43 43 control = new VisControl(app, granules, 'dsList', 'fList', 'domainForm'); 44 44 // Update the vis … … 206 206 <div id="contents"> 207 207 <div py:if="c.wmsAvailable" class="map" id="visMap" /> 208 <div py:if="c.wmsAvailable" class="colourbar" id="colourbar" /> 208 209 <p> The visualisation feature is not fully implemented. </p> 209 210 <div py:if="c.nothing2see">
Note: See TracChangeset
for help on using the changeset viewer.