Hello,
This is my first post to geoserver users list, so I hope that this is right way how to report bug.
GeoServer Version 2.20.1 (Java Rendering Engine: sun.java2d.pisces.PiscesRenderingEngine)
- If I set the SLD style with any label to line layer, then some tiles gives this rendering fail.
- If I remove label (TextSymbolizer tag) from style, then every tiles are OK.
SLD style:
1<?xml version="1.0" encoding="UTF-8"?>
2<StyledLayerDescriptor version=“1.0.0”
3 xsi:schemaLocation=“http://www.opengis.net/sld StyledLayerDescriptor.xsd”
4 xmlns=“http://www.opengis.net/sld”
5 xmlns:ogc=“http://www.opengis.net/ogc”
6 xmlns:xlink=“http://www.w3.org/1999/xlink”
7 xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
8
9 default_line
10
11
12
13 100000
14
15
16 #ffff00
17 1
18 bevel
19 square
20
21
22
23
24 ogc:PropertyNamename</ogc:PropertyName>
25
26
27
28
29
30 #000000
31
32
33
34
35
36
37
GeoServer Version 2.15.1 (Java Rendering Engine: sun.java2d.marlin.DMarlinRenderingEngine)
- no rendering problem in this version
Best regards
Tomas Bernat