close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

zoom level and centering the map

Thread began 4/08/2011 2:48 am by michel336265 | Last modified 6/24/2011 6:43 am by Jason Byrnes | 3657 views | 7 replies |

michel336265

zoom level and centering the map

Hi,

I followed the instruction in the PDF file about setting the zoom level. I entered map.setZoom(6); behind every map.addOverlay. When I do this on my live page there is a grey google map whith just one pin showing.

I am also looking for I solution to center the map, as you take a look at the page (monumenten.php) you will see that some off the war monuments are not showing because they are a little to the north on the map and that you have to drag the map to get all the monuments.

Where am I going wrong??

Regards

Michel

Sign in to reply to this post

Jason ByrnesWebAssist

please send a link where i can see the zoom problem.


for the centering, the map will center on the last address in your recordset.

you will need to order the recordset in such a way that the address you want the map centered on is the last on in the recordset

Sign in to reply to this post

michel336265

Hi,

If you take a look at : monumenten.php you wil see that the map is grey and there is only 1 pin showing where there should be several.

I placed : map.setZoom(10);
after every line : map.addOverlay(marker_0_<?php echo $rsCoordinaat_id; ?>);

You can find the file here :
wagmp_map_2.php

Michel

Sign in to reply to this post

Jason ByrnesWebAssist

in the google_javascript/wagmp_map_2.php file, change:

var fromAddress = {
enabled: true,



to:

var fromAddress = {
enabled: false,
Sign in to reply to this post

rick386840

adding zoom breaks the map

I'm having the same symptoms as Michel.

I have a map that works, drawing 11 locations from a database using latitude and longitude, all of which resolve correctly. The map centers on a default location, set manually in the editor, also using latitude and longitude.

When I apply the instructions for setting zoom by changing the code in wagmp_map_14.php, the map displays the first map marker only, and a grey background.

Clicking the marker to display the info bubble for that location triggers the background map to be drawn in, but the additional markers are not added.

See this link for the map:

locations-alberta-test.php

and the map php file can be found here:

wagmp_map_14.php

Directions are disabled for this map.

*edit* If I reverse the addition of the zoom code, using find-and-replace and leaving blank spaces, the map works again, showing all markers but using the default zoom and centered on the default location I have set.

Permissions on the _promaps_geocache folder and contents are 777

Sign in to reply to this post

Jason ByrnesWebAssist

instead of adding:
map.setZoom(6);



try finding each instance of;
map.setCenter(point, 13);

and changing it to:
map.setCenter(point, 5);

Sign in to reply to this post

rick386840

Worked!

  try finding each instance of;
map.setCenter(point, 13);

and changing it to:
map.setCenter(point, 5);  



That worked. Thanks very much.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome, glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...