Opened 4 years ago
Closed 4 months ago
#2836 closed defect (wontfix)
MVT rendering issues
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | 4.0 |
Component: | Tile Service | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description (last modified by )
We need to apply a buffer on the MVT tile region so that client applications can properly stitch together features that cross tile boundariesMulti-polygons that cross tile boundaries are not being rendered Multi-geometries are not supported in the vector tile spec (see: 4.3.4 Geometry Types), so such multi-geometries should be exploded into its constituent geometriesGeometries should be simplified at higher levels- Certain geometries near tile boundaries are not rendering at certain levels. Examples include:
- China from the NaturalEarth countries SHP file
Change History (5)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 4 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Re-opening as this was erroneously closed as a result of the merge commit
comment:4 by , 4 years ago
Description: | modified (diff) |
---|
comment:5 by , 4 months ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
It has been determined that MVT rendering is better left to external thirdparty tools/services rather than try to keep a half-baked implementation with no means of improving the current state of things.
So MVT support will be removed with #2880
Note:
See TracTickets
for help on using tickets.
In 9834: