Opened 3 years ago

Closed 3 years ago

#2835 closed defect (fixed)

MVT renderer needs to set extent/version for every layer created

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: Tile Service Version:
Severity: trivial Keywords:
Cc: External ID:

Description

It is the absence of this information that is causing MVT tiles served by MapGuide 4.0 Preview 2 to not be readable in latest OpenLayers.

Attachments (2)

MVTRenderer.cpp.patch (693 bytes ) - added by jng 3 years ago.
index.html (14.9 KB ) - added by jng 3 years ago.
work-in-progress updated MVT example

Download all attachments as: .zip

Change History (3)

by jng, 3 years ago

Attachment: MVTRenderer.cpp.patch added

by jng, 3 years ago

Attachment: index.html added

work-in-progress updated MVT example

comment:1 by jng, 3 years ago

Resolution: fixed
Status: assignedclosed

In 9827:

Encode version and extent of 4096 for every MVTTileLayer we create. This is information assumed to be present by some client MVT libraries (eg. OpenLayers 6.x)

Fixes #2835

Note: See TracTickets for help on using tickets.