Set default center other than Budapest
rbl - April 22, 2008 - 23:17
| Project: | Google Client Geocoder |
| Version: | 5.x-0.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi!
How can I set another default map center on the new node form?
On local and regional sites, having the map center automatically in Budapest is kind of absurd =)
Thanks =)
Ricardo

#1
Change line 264 in file gcg.js from
gc.map.setCenter(new GLatLng(47.498403, 19.040759), 10);
to somewhere else, or make it a variable.
#2
The new project handles the center as variables and defaults to GLatLng(0,0). Upcoming developments will provide a user interface to change them.
#3
When is the new project coming out?