The documentation for Mapbox MBTiles MVT writer says the tiles are generated in WebMercator (EPSG:3857). Does this mean that you have to reproject first or the writer does this for you?
Solved
Does the Mapbox mbTiles MVT technology preview writer reproject to Web Mercator or do you have to reproject?
Best answer by david_r
The writer will do it for you, as long as the output features have been tagged with the actual coordinate system before they hit the writer (e.g. CoordinateSystemSetter). Just be aware that there may be some edge cases where the reprojection may not give you the result you expect, in particular where local rules must be applied.
For this reason I'm not a big fan of implicit reprojections, I find that it "hides" some key functionality, so in 99% of cases I tend to manually reproject the data with a transformer such as the CsMapReprojector etc. That also allows me the opportunity to insert a comment to explain why it's necessary, etc.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

