Hi from last couple weeks, i am learning OSM , i have setup own tiles , they all good. I am using rendering
now I have couple of question . Initially our services will be only for particular country , later on we will exend that to few other countries. we will provide TRacking solution for a particular country only and we are expecting lot of vechiles so the reqeust will be very high. I wanted to know how can I speed up the loading of maps ( one country ) ? basically i am trying to understand if i can avoid postgress with every times user try to load a map. if i Render all tiles betwen 0 to 25 for a country before hand, will it make the map loading faster ? if Render before hand by using "--z 0 -Z 20 " will it still require to use postgres when servering map ? (we will use the map in Dekstop and Mobile for tracking solution.) I have lot of space to hold tiles ( so no worris about that) , just trying to see how can i avoid on demand rendering with postgress also if i can serve tiles from a static place i.e web server. Additional Note, if i Look at this one section "Creating tiles using Mapnik and generate_tiles.py"
does it mean, i will not require postgress or further rendering at all ? if yes it should be fast to load right ? Please let me know. Thanks for the help. asked 18 Jun '18, 17:13 fosiul |