Changes between Version 1 and Version 3 of Ticket #2836


Ignore:
Timestamp:
Apr 12, 2021, 4:55:43 AM (3 years ago)
Author:
jng
Comment:

Re-opening as this was erroneously closed as a result of the merge commit

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2836

    • Property Status assignedreopened
  • Ticket #2836 – Description

    v1 v3  
    1  * We need to apply a buffer on the MVT tile region so that client applications can properly stitch together features that cross tile boundaries
    2  * ~~Multi-polygons that cross tile boundaries are not being rendered~~ Multi-geometries are not supported in the vector tile spec (see: [https://github.com/mapbox/vector-tile-spec/tree/master/2.1#434-geometry-types 4.3.4 Geometry Types]), so such multi-geometries should be exploded into its constituent geometries
    3  * Geometries should be simplified at higher levels
     1 * ~~We need to apply a buffer on the MVT tile region so that client applications can properly stitch together features that cross tile boundaries~~
     2 * ~~Multi-polygons that cross tile boundaries are not being rendered Multi-geometries are not supported in the vector tile spec (see: [https://github.com/mapbox/vector-tile-spec/tree/master/2.1#434-geometry-types 4.3.4 Geometry Types]), so such multi-geometries should be exploded into its constituent geometries~~
     3 * ~~Geometries should be simplified at higher levels~~
     4 * Certain geometries near tile boundaries are not rendering at certain levels.