<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    <p style="margin: 0px;">Hi,<br />
    <br />
    The system was created for this website:<br />
    http://trac.osgeo.org/mapserver/wiki/RenderingOsmData<br />
    UMN MapServer as Server on Linux 5.6.5 is used incl PROJ4, PostgreSQL / PostGIS<br />
    <br />
    As the district map Cologne has been deposited.<br />
    <br />
    The self-test with the command:<br />
    / path/to/mapserver/shp2img-m-o osm.map osm.png<br />
    <br />
    led to a usable image, s: http://gis.gummersbach.de/koeln.png<br />
    <br />
    The map file was installing itself, and OSM<br />
    supplemented with the epsg of me: Currently running the following map file:<br />
    <br />
    MAP<br />
    OUTPUTFORMAT<br />
        NAME agg<br />
        DRIVER AGG/PNG<br />
        IMAGEMODE RGB<br />
        FORMATOPTION "INTERLACE=false"<br />
        MIMETYPE "image/png"<br />
    END<br />
    FONTSET "fonts.lst"<br />
    IMAGETYPE agg<br />
    MAXSIZE 4000<br />
    SIZE 800 800<br />
    EXTENT 5.8668561 50.3353631 7.7911996 51.2502162<br />
    UNITS meters<br />
    IMAGECOLOR "#B3C6D4"<br />
    WEB<br />
        METADATA<br />
            wms_srs "epsg:900913 epsg:31467 epsg:31493 epsg:4326"<br />
            labelcache_map_edge_buffer "-10"<br />
            wms_title "osm stadt-gummersbach"<br />
        END<br />
    END<br />
    DEBUG 10<br />
    CONFIG "PROJ_LIB" "/home/gkz212/tmp/mapserver-utils"<br />
    CONFIG "MS_ERRORFILE" "stderr"<br />
    PROJECTION<br />
      "init=epsg:4326"<br />
    END<br />
    LAYER<br />
        TYPE POLYGON<br />
        STATUS ON<br />
        GROUP "default"<br />
        NAME "land"<br />
        PROJECTION<br />
            "init=epsg:900913"<br />
        END<br />
        DATA "coastlines/processed_p"<br />
        CLASS<br />
            STYLE<br />
                COLOR "#EDEBE6"<br />
                OUTLINECOLOR "#EDEBE6"<br />
            END<br />
        END<br />
    END<br />
    END<br />
    <br />
    Do I get the following error message GetCapabilities:<br />
    <br />
    ......<br />
      <Layer><br />
        <Name>MS</Name><br />
        <Title>osm stadt-gummersbach</Title><br />
        <Abstract>MS</Abstract><br />
        <SRS>epsg:900913</SRS><br />
        <SRS>epsg:31467</SRS><br />
        <SRS>epsg:31493</SRS><br />
        <SRS>epsg:4326</SRS><br />
        <LatLonBoundingBox minx="5.86686" miny="50.3354" maxx="7.7912" maxy="51.2502" /><br />
        <BoundingBox SRS="EPSG:4326"<br />
                    minx="5.86686" miny="50.3354" maxx="7.7912" maxy="51.2502" /><br />
        <Layer><br />
          <Name>default</Name><br />
    <!-- WARNING: Mandatory metadata '..._GROUP_TITLE' was missing in this context. --><br />
          <Title>default</Title><br />
          <Abstract>default</Abstract><br />
          <Layer queryable="0" opaque="0" cascaded="0"><br />
            <Name>land</Name><br />
    <!-- WARNING: Mandatory metadata '..._title' was missing in this context. --><br />
            <Title>land</Title><br />
            <SRS>EPSG:900913</SRS><br />
            <LatLonBoundingBox minx="-180" miny="-85.0512" maxx="180" maxy="83.6693" /><br />
            <BoundingBox SRS="EPSG:900913"<br />
                        minx="-2.00375e+07" miny="-2.00377e+07" maxx="2.00375e+07" maxy="1.84644e+07" /><br />
          </Layer><br />
        </Layer><br />
      </Layer><br />
    ......<br />
    <br />
    Does anyone have an approach as I get this error fixed?<br />
    <br />
    The attempt to replace the double quotes with simple, gives the same error.<br />
    <br />
    Ralf Eckert<br />
    <br />
    <span></span></p>

    <p style="margin: 0px;"> </p>

    <p style="font-family: monospace; white-space: nowrap; margin: 5px 0px 5px 0px;">Stadtverwaltung Gummersbach<br />
    FB9 - GIS / Vermessung<br />
    Rathausplatz 1<br />
    51463 Gummersbach<br />
    <br />
    Tel: 02261 - 872303<br />
    http://gis.gummersbach.de</p>
  </body>
</html>