I want to export a very high-resolution(12000x9000px) image from mapbox preferably using .net framework.
I have already tried:
mapbox-map-image-export. It is not working for me - no errors, no file generated. I know my token is valid because I am using it in a different project. I have already looked at this SO post. Details:
- OS: Win 10
- Node version: 8.9.4
Changing windows DPI to 900 by following this SO and then exporting the map which actually generated the image I was looking for but since it is only the client side, it is of no use.
Questions:
- What am I doing wrong in the 1st approach?
- Is there a clean way to implement my 2nd approach server side?
- Please suggest what are the other options.