<h3>Map builder</h3> <p>Please choose which services you want to use and press the launch button:</p> <p><i>The first service (service no. 0) will set the init bounding box</i></p> <?php if ($server_0=="") $count=$controlObject->serverCount+2; if ($server_0!="") $count=$controlObject->serverCount+1; echo "<select name='server_$count'>"; ?> <option><option> <option value='http://wms.jpl.nasa.gov/wms.cgi?'>WMS Global Mosaic</option> <option value='http://ceoware2.ccrs.nrcan.gc.ca/cubewerx/cubeserv/cubeserv.cgi?&TRANSPARENT=TRUE&'>Canada Centre for Remote Sensing (CCRS)</option> <option value='http://globe.digitalearth.gov/viz-bin/wmt.cgi?TRANSPARENT=TRUE&'>The GLOBE Program Visualization Server</option> <option value='http://wms.mapuse.net/cgi-bin/mapserv?map=/var/gisdata/realtimedata/itasca.map&TRANSPARENT=TRUE&'>Near realtime earthquake mapping</option> <option value='http://wms.mapuse.net/cgi-bin/mapserv?map=/var/gisdata/nyc.map&'>New York Streets</option> </select> <?php //echo "<input type='text' name='server_$count'>"; ?> <button onmouseup="javascript:reload();">Add</button>