views:

36

answers:

2

I created a public map using my Google Map. I want to set a default zoom level, but it is not saved. Is this possible? Also, is it possible to change the list of place markers?

A: 

Nothing is saved by a web page. HTML browsing is stateless. If you want to save some information you will need to use similar trick as any other web applications. E.g. putting it in cookie and the setting the zoom level using the information in the cookie when you initial the page.

Wai Yip Tung
Rick
Now I understand this bit more. In the link that you've embedded, its last parameter is z=nn. You can assign it a different number to set different default zoom level. In general, I usually pan and zoom the map to a desired view. Then click link button to obtain an URL that open map into the same view.
Wai Yip Tung
Thanks! Is it possible to rearrange the order of the list of Place markers on the left?
Rick
Yes. Under Click My Maps | Edit. You can then rearrange order of items by drag and drop.
Wai Yip Tung
Hadn't noticed it before! Thanks!!!
Rick