mapfish / mapfish-print

A component of MapFish for printing templated cartographic maps. This module is the Java serverside module.
http://mapfish.github.io/mapfish-print-doc/
BSD 2-Clause "Simplified" License
183 stars 416 forks source link

Add support for Mapbox vector tiles and styling #659

Open gberaudo opened 6 years ago

gberaudo commented 6 years ago

There is currently strong interest in Mabox vector tiles. To stay relevant we should consider adding support for MVT to the print.

Jira issue in geotools: https://osgeo-org.atlassian.net/browse/GEOT-5626

Actual state in geotools:

ipasic commented 5 years ago

Any news on this one?

sbrunner commented 5 years ago

Pull request welcome :-)

reed-tom commented 1 year ago

Has support for Vector Tile services (like ESRI community basemaps) been added to Mapfish print?

sbrunner commented 1 year ago

Not for the moment...

gberaudo commented 12 months ago

An alternative is to render MVT layers client side and send them to the print so that they can be composed with the other layers. The good points of this solution is that:

To achieve that I created a small low level library https://github.com/geoblocks/print/ that handles the rendering part. Then the images are sent to Map Fish Print has a "static image". Contact me for examples of integration.