I have a 3-week road trip route that I took recently. I have all the segments of the trip mapped out, but with Google Maps limiting to 10 ‘stops’, the entire trip takes 10 separate maps to show. Is there a way to scale and orient all 12 maps such that they are all scaled and oriented exactly the same? Meaning, when I change to each map, the center of all maps is the same, as are the scales (zoom) for all maps.
You can append “,Nz” to the URL, where N is a number representing the zoom scale. Eg. 5z will show roughly the whole US, depending on your window size, while 7z shows a few hundred miles, 14z shows a few blocks, etc.
I’m not sure what you mean by “the center of all maps is the same”. Obviously the map centers will be different if they’re showing different places. You use “@LAT,LON” to specify a longitude and latitude.
The OP wants the map extent (“center” plus scale, i.e. zoom level) to be the same in each map, but the highlighted places/routes to change within that extent. I think your @LAT,LON plus your Nz commands will do the trick – that’s awesome, thanks!
I understand you have 10 maps made & saved just like you want to see them:
I Put them all in one
Oppend Windows explorer or the bookmark list and opened the folder and hit ‘open all in tabs’ bookmark folder. ( Win & 7 )
Now you can just hit the tab you want or hit ( Ctrl ) and ( Tab ) and hold then use the left / right arrows to select the frame you want next…
Or, you can do a screen grab and save as a jpg with Ifranview or some other, put them all in a folder and then open the folder, click on the first one or the one you want and ( if you are set to loop the folder ) in folder options, once you have opened one picture, the L / R arrows will take them in turn going either way.
If you use the URL’s like you did in the OP, then you can zoom in or out or check side trip info without going back which the jpg’s won’t do.
For a trip that big, I would set it up both ways and then teach the non- driver to use both methods.
Mark, thank you. I had the chance to try this yesterday. After some finagling I got it to work. Every map URL has the string “/@LAT,LON,Nz/” already there - in other words, any map displayed is centered at a LAT LON and at a Z. I had to find that in each URL and replace it with what I wanted. Fortunately the parameters are together in one string in the URL.
This LAT LON Z worked for me: /@35,-114,5z/
I encountered one problem in doing this. After changing the LAT LON Z and trying the new URL, the map would display with the old (and wrong) LAT LON Z. It’s as if it was cached and recalled from somewhere. It took awhile but I eventually got the desired /@35,-114,5z/ to persist. With 10 maps, that was an annoyance.