Database Reference
In-Depth Information
'wms_enable_request' '*'
'wms_feature_info_mime_type' 'text/
html'
END
END
# Start of layers definition
LAYER # Hotspots point layer begins here
NAME hotspots
CONNECTIONTYPE POSTGIS
CONNECTION 'host=localhost
dbname=postgis_cookbook user=me
password=mypassword
port=5432'
DATA 'the_geom from
chp09.hotspots'
TEMPLATE 'template.html'
METADATA
'wms_title'
'World hotspots time series'
'gml_include_items' 'all'
END
STATUS ON
TYPE POINT
CLASS
SYMBOL 'circle'
SIZE 4
COLOR 255 0 0
END # end of class
END # hotspots layer ends here
END # End of mapfile
2. CheckwhetherornottheWMS GetCapabilities requestforthismapfile
is working well by typing either of the following URLs in the browser:
Search WWH ::




Custom Search