When no extent is set, MapServer now crashes. A default extent, based on the
bounding box of all layers combined, would prevent this. Also, overviews of
unknown maps and rasters could be generated very quickly. This would be
especially handy in cases when people "don't see anything" as a result of
setting the EXTENT wrong.
From Steve Lime's posting 22-3-2003:
Interestingly the tool (i.e. msLayerGetExtent() function) to get that value has
already been written and just needs to be hooked up in the CGI version and
perhaps as a method for MapScript (eg. $map->setDefaultExtent();).
Jan Hartmann