Ticket #3592 (closed defect: duplicate)

Opened 3 years ago

Last modified 18 months ago

Polygon hatch mismatch at tiles borders

Reported by: larissa Owned by: sdlime
Priority: normal Milestone: FUTURE
Component: MapServer C Library Version: 5.4
Severity: normal Keywords: tile, hatch, pattern
Cc:

Description

MapServer 5.4.2

The hatches of hatch filled polygons are not matching at tile borders.

Example: hatch_mismatch.jpg

It looks that the problem was already known, , it's already mentioned in MapServer RFC Documentation

http://mapserver.org/development/rfc/ms-rfc-45.html:

---

Polygon fill symbols

Give hatches and vector fills a stable geographical coordinate origin (0,0) to better support tiling and continuous rendering of neighboring polygons

---

Mapfile:

  LAYER
    …
    CONNECTIONTYPE POSTGIS
    NAME " eau_vie_poire"
    STATUS OFF
    TEMPLATE "ttt"
    TYPE POLYGON
    CLASS
      NAME "Eau-de-vie de poire du Valais (AOC)"
      EXPRESSION ([eig_code] = 2)
      STYLE
        ANGLE 360
        COLOR 0 0 255
        OUTLINECOLOR 0 0 255
        SIZE 10
        SYMBOL "downwarddiagonalfill"
        WIDTH 1
      END
    END
  END


Symbol file:

SYMBOL   
  NAME "downwarddiagonalfill"
  TYPE vector
  TRANSPARENT 0
  POINTS
    0 3
    3 0
  END   
END

Attachments

hatch_mismatch.jpg Download (10.9 KB) - added by larissa 3 years ago.
tiles hatch mismatch in polygons

Change History

Changed 3 years ago by larissa

tiles hatch mismatch in polygons

Changed 18 months ago by tbonfort

  • status changed from new to closed
  • resolution set to duplicate

fixed for 6.2 (see #3847)

Note: See TracTickets for help on using tickets.