<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    can someone explain me how to fix this? Mapserver 6.4.1.<br>
    <br>
    Cache:<br>
    <img src="cid:part1.07020509.04070901@tds-net.de" alt=""><br>
    <br>
    Live (without Mapproxy):<br>
    <img src="cid:part2.04030107.08010805@tds-net.de" alt=""><br>
    <br>
    mapproxy.yaml:<br>
    <small><tt>services:</tt><tt><br>
      </tt><tt>  demo:</tt><tt><br>
      </tt><tt><br>
      </tt><tt>  wms:</tt><tt><br>
      </tt><tt>    # supported SRS for this WMS</tt><tt><br>
      </tt><tt>    srs: ['EPSG:31466', 'EPSG:31467', 'EPSG:31468',
        'EPSG:31469', 'EPSG:25832', 'EPSG:25833', 'EPSG:3068',
        'EPSG:3857', 'EPSG:4326', 'EPSG:900913', 'CRS:84']</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # force the layer extents (BBOX) to be displayed in
        this SRS</tt><tt><br>
      </tt><tt>    bbox_srs: ['EPSG:31466', 'EPSG:31467', 'EPSG:31468',
        'EPSG:31469', 'EPSG:25832', 'EPSG:25833', 'EPSG:3068',
        'EPSG:3857', 'EPSG:4326', 'EPSG:900913', 'CRS:84']</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # limit the supported image formats.</tt><tt><br>
      </tt><tt>    image_formats: ['image/png', 'image/jpeg',
        'image/gif', 'image/GeoTIFF', 'image/tiff']</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # add attribution text in the lower-right corner.</tt><tt><br>
      </tt><tt>#    attribution:</tt><tt><br>
      </tt><tt>#      text: '(c) e-strict 2011-2014'</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # return an OGC service exception when one or more
        sources return errors</tt><tt><br>
      </tt><tt>    # or no response at all (e.g. timeout)</tt><tt><br>
      </tt><tt>    on_source_errors: raise</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # maximum output size for a WMS requests in pixel,
        default is 4000 x 4000</tt><tt><br>
      </tt><tt>    # compares the product, eg. 3000x1000 pixel <
        2000x2000 pixel and is still</tt><tt><br>
      </tt><tt>    # permitted</tt><tt><br>
      </tt><tt>    max_output_pixels: [2000, 2000]</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # some WMS clients do not send all required
        parameters in feature info</tt><tt><br>
      </tt><tt>    # requests, MapProxy ignores these errors unless you
        set strict to true.</tt><tt><br>
      </tt><tt>    strict: true</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # list of feature info types the server should offer</tt><tt><br>
      </tt><tt>    featureinfo_types: ['text', 'html', 'xml']</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    md:</tt><tt><br>
      </tt><tt>      # metadata used in capabilities documents</tt><tt><br>
      </tt><tt>      title: OSM_Geomonitoring</tt><tt><br>
      </tt><tt>      abstract: "OSM-Dienst - Basiert auf Geodaten (C)
        OpenStreetMap und Mitwirkende, CC-BY-SA Lizenz."</tt><tt><br>
      </tt><tt>      online_resource: <a class="moz-txt-link-freetext"
          href="http://domain.devel/osm">http://domain.devel/osm</a>?</tt><tt><br>
      </tt><tt>      contact:</tt><tt><br>
      </tt><tt>      # multiline strings are possible with the right
        indention</tt><tt><br>
      </tt><tt>      access_constraints:</tt><tt><br>
      </tt><tt>        This service is intended for private and
        evaluation use only.</tt><tt><br>
      </tt><tt>      fees: "None"</tt><tt><br>
      </tt><tt><br>
      </tt><tt>layers:</tt><tt><br>
      </tt><tt>  # layer with minimal options</tt><tt><br>
      </tt><tt>  - name: OSM</tt><tt><br>
      </tt><tt>    title: OpenStreetMap</tt><tt><br>
      </tt><tt>    sources: [osm_cache]</tt><tt><br>
      </tt><tt><br>
      </tt><tt>caches:</tt><tt><br>
      </tt><tt>  osm_cache:</tt><tt><br>
      </tt><tt>    grids: [EPSG31466, EPSG31467, EPSG31468, EPSG31469,
        EPSG25832, EPSG25833, EPSG3068, EPSG3857, EPSG4326, EPSG900913]</tt><tt><br>
      </tt><tt>    sources: [osm_wms_mapserver]</tt><tt><br>
      </tt><tt>    # request a meta tile, that consists of m x n tiles</tt><tt><br>
      </tt><tt>    meta_size: [4, 4]</tt><tt><br>
      </tt><tt>    # increase the size of each meta-tile request by n
        pixel in each direction</tt><tt><br>
      </tt><tt>    # this can solve cases where labels are cut-off at
        the edge of tiles</tt><tt><br>
      </tt><tt>    meta_buffer: 10</tt><tt><br>
      </tt><tt>    # image format for the cache, default format is
        image/png</tt><tt><br>
      </tt><tt>    format: image/png</tt><tt><br>
      </tt><tt><br>
      </tt><tt>grids:</tt><tt><br>
      </tt><tt>  EPSG31466:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:31466'</tt><tt><br>
      </tt><tt>    bbox: [2490547.1867, 5440321.7879, 2609576.6008,
        5958700.0208]</tt><tt><br>
      </tt><tt>    origin: 'sw'</tt><tt><br>
      </tt><tt>  EPSG31467:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:31467'</tt><tt><br>
      </tt><tt>    bbox: [3386564.9400, 5237917.9109, 3613579.2251,
        6104500.7393]</tt><tt><br>
      </tt><tt>    origin: 'sw'</tt><tt><br>
      </tt><tt>  EPSG31468:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:31468'</tt><tt><br>
      </tt><tt>    bbox: [4386596.4101, 5237914.5325, 4613610.5843,
        6104496.9694]</tt><tt><br>
      </tt><tt>    origin: 'sw'</tt><tt><br>
      </tt><tt>  EPSG31469:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:31469'</tt><tt><br>
      </tt><tt>    bbox: [5386627.6162, 5237909.9506, 5613641.6401,
        6104491.8566]</tt><tt><br>
      </tt><tt>    origin: 'sw'</tt><tt><br>
      </tt><tt>  EPSG25832:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:25832'</tt><tt><br>
      </tt><tt>    bbox: [265948.8191, 6421521.2254, 677786.3629,
        7288831.7014]</tt><tt><br>
      </tt><tt>    origin: 'nw'</tt><tt><br>
      </tt><tt>  EPSG25833:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:25833'</tt><tt><br>
      </tt><tt>    bbox: [227879.8880, 3932632.6543, 1044484.3835,
        8893131.0281]</tt><tt><br>
      </tt><tt>    origin: 'nw'</tt><tt><br>
      </tt><tt>  EPSG3068:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:3068'</tt><tt><br>
      </tt><tt>    bbox: [2816.9273, 300.1350, 49855.0971, 39377.9521]</tt><tt><br>
      </tt><tt>    origin: 'sw'</tt><tt><br>
      </tt><tt>  EPSG3857:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:3857'</tt><tt><br>
      </tt><tt>    bbox: [653026.849671, 5986291.29145, 1674473.34649,
        7373158.08758]</tt><tt><br>
      </tt><tt>  EPSG4326:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:4326'</tt><tt><br>
      </tt><tt>    bbox: [5.86624, 47.27021, 15.04205, 55.05814]</tt><tt><br>
      </tt><tt>  EPSG900913:</tt><tt><br>
      </tt><tt>    srs: 'EPSG:900913'</tt><tt><br>
      </tt><tt>    bbox: [653026.849671, 5986291.29145, 1674473.34649,
        7373158.08758]</tt><tt><br>
      </tt><tt><br>
      </tt><tt>sources:</tt><tt><br>
      </tt><tt>  osm_wms:</tt><tt><br>
      </tt><tt>    type: wms</tt><tt><br>
      </tt><tt>    supported_srs: ['EPSG:31466', 'EPSG:31467',
        'EPSG:31468', 'EPSG:31469', 'EPSG:25832', 'EPSG:25833',
        'EPSG:3068', 'EPSG:3857', 'EPSG:4326', 'EPSG:900913']</tt><tt><br>
      </tt><tt>    req:</tt><tt><br>
      </tt><tt>      url: <a class="moz-txt-link-freetext"
href="http://domain.devel/cgi-bin/mapserv?map=../private/mapfiles/osm.map">http://domain.devel/cgi-bin/mapserv?map=../private/mapfiles/osm.map</a></tt><tt><br>
      </tt><tt>      layers:
land,landusage,water,borders,places,highways,railways,aeroways,transport,buildings,shields</tt><tt><br>
      </tt><tt>  osm_wms_mapserver:</tt><tt><br>
      </tt><tt>    type: mapserver</tt><tt><br>
      </tt><tt>    supported_srs: ['EPSG:31466', 'EPSG:31467',
        'EPSG:31468', 'EPSG:31469', 'EPSG:25832', 'EPSG:25833',
        'EPSG:3068', 'EPSG:3857', 'EPSG:4326', 'EPSG:900913']</tt><tt><br>
      </tt><tt>    req:</tt><tt><br>
      </tt><tt>      # path to Mapserver mapfile instead of URL</tt><tt><br>
      </tt><tt>      map: /var/www/domain/private/mapfiles/osm.map</tt><tt><br>
      </tt><tt>      layers:
land,landusage,water,borders,places,highways,railways,aeroways,transport,buildings,shields</tt><tt><br>
      </tt><tt>    mapserver:</tt><tt><br>
      </tt><tt>      binary: /var/www/domain/cgi-bin/mapserv</tt><tt><br>
      </tt><tt>      working_dir: /var/www/domain/tmp</tt><tt><br>
      </tt><tt><br>
      </tt><tt>globals:</tt><tt><br>
      </tt><tt>  srs:</tt><tt><br>
      </tt><tt>    # override system projection file</tt><tt><br>
      </tt><tt>    proj_data_dir: '/var/www/domain/private/mapfiles/'</tt><tt><br>
      </tt><tt><br>
      </tt><tt>  # cache options</tt><tt><br>
      </tt><tt>  cache:</tt><tt><br>
      </tt><tt>    # where to store the cached images</tt><tt><br>
      </tt><tt>    base_dir: './cache_data'</tt><tt><br>
      </tt><tt>    # where to store lockfiles for concurrent_requests</tt><tt><br>
      </tt><tt>    lock_dir: './cache_data/locks'</tt><tt><br>
      </tt><tt>    # where to store lockfiles for tile creation</tt><tt><br>
      </tt><tt>    tile_lock_dir: './cache_data/tile_locks'</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    # request x*y tiles in one step</tt><tt><br>
      </tt><tt>###    meta_size: [4, 4]</tt><tt><br>
      </tt><tt>    # add a buffer on all sides (in pixel) when
        requesting</tt><tt><br>
      </tt><tt>    # new images</tt><tt><br>
      </tt><tt>###    meta_buffer: 10</tt><tt><br>
      </tt><tt><br>
      </tt><tt>  # image/transformation options</tt><tt><br>
      </tt><tt>  image:</tt><tt><br>
      </tt><tt>    resampling_method: bilinear</tt><tt><br>
      </tt><tt>    jpeg_quality: 90</tt><tt><br>
      </tt></small><br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Bye, Mathias
      <hr> <font size="-1"> <a class="moz-txt-link-freetext"
          href="mailto:tds@tds-net.de">mailto:tds@tds-net.de</a><br>
      </font>
      <hr> <font size="-1"> 1+1=10<br>
        You have a question? - 42 or RTFM. </font> </div>
  </body>
</html>