[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-12-01 Thread Bob Torzynski
Hi, Another example of generating and using permalinks is here: http://osm.zgroks.com/gosm.html This map creates permalinks back to itself as well as permalinks to OpenStreetMap at the main site and elsewhere. If you want your map to USE permalinks as well as CREATE them, you need some code to rea

[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-11-29 Thread geocode...@gmail.com
On Nov 29, 11:50 pm, Odoakr wrote: > Hi! > Thanks for examples > I see function linkToThisPage(), but I do not konw where is the part > of code that is responsible for handling with that url when the page > is starting. function getParameters() > > Thanks! > > On 29 Lis, 16:23, "geocode...@gmail

[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-11-29 Thread Odoakr
Hi! Thanks for examples I see function linkToThisPage(), but I do not konw where is the part of code that is responsible for handling with that url when the page is starting. Thanks! On 29 Lis, 16:23, "geocode...@gmail.com" wrote: > On Nov 29, 7:12 am, Odoakr wrote: > > > Thanks for quick reply

[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-11-29 Thread geocode...@gmail.com
On Nov 29, 7:12 am, Odoakr wrote: > Thanks for quick reply! > > I see your updatelink() function > > What about sending information about overlayers? I am thinking about > several kml or fusion tables layers. > > I am thinking about something like > that:www.domain.com?lat=&lon=999&zoom=8&lay

[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-11-29 Thread Odoakr
Thanks for quick reply! I see your updatelink() function What about sending information about overlayers? I am thinking about several kml or fusion tables layers. I am thinking about something like that: www.domain.com?lat=&lon=999&zoom=8&layers=1,2,3,6,7,8 On 29 Lis, 15:41, Marcelo wrote:

[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-11-29 Thread Marcelo
On Nov 29, 7:34 am, Odoakr wrote: > > Is there any class that create this? The goal is to create something > simmilar to Permalink Control in OpenLayers You don't need a class for that. All you have to do is put together a string. See the function updateLink() in http://maps.forum.nu/gm_main.htm