Given a big city (square is about 800 km^2) with some layer over it. This layer may contain multicolor features such as:
Number of features is about 1000.
Map resource - Google Maps or Openstreetmap (or maybe something else?).
My aim is to print such map on a paper with size (about) 5x5 meters. Also this document has to be high-resolution - on this paper I want to see buildings with their numbers, streets with captions and so on.
What is the best way to generate such printable file (image, document, etc)?
Here are some possible solutions that I found:
I know OpenLayers API so I can draw the layer over Google Maps or Openstreetmap. But how to convert it to printable format?
I find out that there's export feature on Openstreetmap. But using this feature I can't export my own layer and also it won't be high-resolution.
Google Maps has similar feature. Using it I can create own layer. But if I have 1000 features than URL will be very big, so server won't load it. Also this map won't be high-resoultion.
Thanks for any help.
You want to produce a drawing that's 5 meters by 5 meters of a city that's 40 kilometers by 40 kilometers. That's a scale of 1 / 8000.
Looking at the Open Street Map tile sets, tile set 17 has a scale of 1 1/2 centimeter to 100 meters, or 150 centimeters to 10,000 meters. That's a scale of 1 / 6666, which is as close as you're going to get to your desired scale using an Open Street Map tile set.
I've attached an image using that scale. I'm not sure you're going to be able to see what you want to see.
Anyway, to produce the image you want, you're going to have to do the following in whatever programming language you choose.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With