Warning: Missing argument 2 for send_hidden(), called in /www/geodataportal/htdocs/webservices/country_map.php on line 137 and defined in /www/geodataportal/htdocs/etc/inc/global.inc on line 40

Country Profile

Working Examples:

Working Example: UNEP-ROE



This is a working example for the map display of a selected coutry. One needs to pass the country (GEO) ID (Germany = 332) like this: &id_country=332.

The whole URL would look like this:

              http://129.194.231.185/cgi-bin.main
              ?map=/www/geodataportal/htdocs/mod_map/geo_wms_basic_layers.map
              &service=wms
              &version=1.1.1
              &request=getmap
              &format=image/png
              &layers=bathymetry
                ,protected_areas1
                ,protected_areas2
                ,protected_areas3
                ,rivers
                ,continent_outlines
                ,country_mask
                ,country_selected
                ,capitals_mask
                ,capitals_selected
                ,cities
                ,credits
              &id_country=332
              &width=300
              &height=300
              &BBOX=5.865,46.5812,15.0338,55.75
              &SRS=EPSG:4326


layers = bathymetry
layers = rivers
layers = continent_outlines
layers = protected_areas1,protected_areas2,protected_areas3
layers = capitals_mask,capitals_selected
layers = country_mask,country_selected
layers = cities
layers = srtm
layers = credits
layers = statistical data set (gdp_capita) plus parameter year=y_1990
use this URL and specifiy the layers you need as &layers=cities rivers protected_areas1