Google Maps integration via jQuery

Re: [Toledoh] Google Maps integration via jQuery

By gadefgaertgqe - November 17, 2010 - edited: November 22, 2010

Hi Tim,

I will also use this solution to dynamically generate maps for 150 motorcycle showrooms based on postcode.

It's great to see others using it and kind of re-assuring that the methods used are very similar!

Thanks for sharing :)

Paul

Re: [Toledoh] Google Maps integration via jQuery

By Maurice - November 17, 2010

How about this one??

google maps and google street view managed from cmsb

http://www.funon.nl/projecten/project/?Kopieerservice-De-Boemerang-9

Greetz
-------------------------------------------

Dropmonkey.nl

Re: [Pixels & Beats] Google Maps integration via jQuery

By gadefgaertgqe - November 22, 2010

Just a heads up to people. Both Toledoh and I, have encountered the same problem with gmaps.

Not all markers show up and it always seems to be a random selection that do show.

Investigating right now ...... *scratches head*

Paul

Re: [Maurice] Google Maps integration via jQuery

By gadefgaertgqe - November 22, 2010

Maurice: Sorry but can't make out the example on the site due to language barrier (Dutch?) :(

Paul

Re: [Pixels & Beats] Google Maps integration via jQuery

By Chris - November 22, 2010

Hi Paul,

Can you post a URL to a page which is not showing all your markers?
All the best,
Chris

Re: [chris] Google Maps integration via jQuery

By gadefgaertgqe - November 22, 2010 - edited: November 22, 2010

Hi Chris!!

It's not a CMSB thing. All data is being presented to the javascript and actually shows up in the rendered HTML.

Toledoh and I are talking to each other right now and there are still ideas-a-plenty to try :)

However, feel free to check it out, nothing likr having a guru on board:
http://test.sachsbikes.co.uk/dealers.php

Thanks for your interest :)

If we make any progress I will share it here.

Kind Regards

Paul

Edit: I have removed some delay code and other bits so the file is now in it's true broken state lol. It should be showing 57 or so dealers.

Re: [Pixels & Beats] Google Maps integration via jQuery

By Toledoh - November 22, 2010

It seems to me that the break occurs when you pass 30 items;

http://d1008284.my.ozhosting.com/resultsMap.php seems fine, however http://www.ragatzdeanconsulting.com/index2.php displays differently each time you regresh the page - even though the code is correct and stays the same.
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Google Maps integration via jQuery

By Chris - November 22, 2010

Hi folks,

I noticed that you're both using a jquery extension called gMap. Have you tested things without gMap to see if it might be causing the issue?
All the best,
Chris

Re: [chris] Google Maps integration via jQuery

By Toledoh - November 22, 2010

Hi Chris,

Yep, that is the issue, and the reason Paul was saying that it's not a CMSB thing.

It seems that the records are being listed correctly, but the extension starts acting eratically once you display too many records.
Cheers,

Tim (toledoh.com.au)