sumo
sumo copied to clipboard
Blurred Satellite Background Image
Hello,
As suggested to me in Issue #11254, since ArcGIS's image quality is not good, I tried to get satellite background photos from MapQuest, but as can be seen in the photos below, MapQuest's image quality is as bad as ArcGIS.
Also, the coordinates of the location where i want to get the satellite background images are 35.186715 32.999921
ArcGIS ==>

MapQuest ==>



Also, I want to point out that as can be seen on the screenshot below the satellite images in the same location on the MapGuest site are very high quality. What is the reason for the quality difference between the quality of satellite images on MapQuest's site and the satellite images downloaded via api?

I also wanted to try Google Map, but I couldn't test the image quality of Google Maps because Google Map's API is very expensive.
Apart from Google Maps, ArcGIS and MapQuest, are there any other geo data providers I can try?
If you could help me to get good quality satellite background images, I would be very grateful.
Thanks in advance
Did you try increasing the number of tiles? Maybe -t 100?
Hello @behrisch,
First of all thank you for the reply.
No but I'll try it today and let you know. By the way, what is a tile and what happens when it is increased?
Tiles are parts of a bigger map or satellite image. They are used to keep the original map modular and allow selective download of a smaller area. In the context of tileGet.py, increasing the number of tiles will reduce the area each tile represents and hopefully lead to better resolution.
Hello,
Thanks, by the way, how much can I increase the tile up to?, ıs there have any limit?
No hard limit, at least not from our side. Every tile corresponds to a request to the map provider. Mayb your IP gets blocked for a while if you exaggerate the number of requests per unit of time.
Hello,
I increased the tile as you suggested and the resolution is better now. I tried several times but maximum tile limit is 448 in my end.
For reference, if anyone has resolution problems like me, I am sharing the results below.
10 Tile ==>

100 Tile ==>

448 Tile ==>

By the way, I set tale to 1000 but it stays at 458 every time.
is there a method that you can suggest to me to make tile more than 458? @behrisch @m-kro
Most likely you have reached the resolution limit of your map server. There might other vendors that offer higher-resolution data at a price.
Hello again,
The screenshot below is taken from Apple Map's app and as you can observe, resolution of the satellite image is better with Apple Maps. Is it possible to get satellite images from Apple Maps? and how can I do that?

ArcGIS satellite image ==>

You could try to follow this documentation: https://developer.apple.com/documentation/snapshots/create_a_maps_web_snapshot
seems to be resolved