![]() |
i want to add it to my navi..how would I do that?
|
I am about ready to give up on this hack. I like the idea, but it is just too problematic and buggy. Can someone please post an updated product and files here for the benefit of everyone who can't get it working?
|
Add a link to your navbar template.
|
I have installed this hack numerous times and have experienced many of the problems reported in previous posts.
I have had better luck by deleting references to utf8 in both /includes/cron/vbgooglemapme_cron.php and /includes/functions_vbgooglemapme.php The problem of missing markers appears to be related to the markers.xml file make sure the <markers> and </markers> tags are in tact. Good Luck Ed http://ministryofrum.com |
Is there anyway to cache the information or speed up the display?
I have 3000+ users mapped and it takes a bit of time to draw all the Pins. Just wondering!.. Great mod!!! Russ |
That would be nice Russ. Don't know.
Since this mod is not being developed anymore for a while now, does anyone else worry about XSS exploits that may exist with it? My board was hacked recently thanks to an old flashchat so I am a wee bit paranoid lately. |
I see were Google added a new Marker Manager Control!
This will allow you to reduce the markers as needed with zoom levels. i.e. only do 10 markers at zoom level 3 do 100 markers at zoom level 6 and 1000 markers at zoom level 8 Here is the code: function setupMap() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.setCenter(new GLatLng(41, -98), 4); window.setTimeout(setupWeatherMarkers, 0); } } function getWeatherMarkers(n) { var batch = []; for (var i = 0; i < n; ++i) { batch.push(new GMarker(getRandomPoint(), { icon: getWeatherIcon() })); } return batch; } function setupWeatherMarkers() { mgr = new GMarkerManager(map); mgr.addMarkers(getWeatherMarkers(20), 3); mgr.addMarkers(getWeatherMarkers(200), 6); mgr.addMarkers(getWeatherMarkers(1000), 8); mgr.refresh(); } If anyone has suggestions.. or if Stonyarc could let me know were to start on maybe putting this into the code. This would speed up the Display Maps for Large Sites! Still a great mod!!!: eek: Russ |
uninstalled - too buggy, no support - not worth the hassle
|
x2 i have to say
|
my pins are dissappearing, then the other day u see them.. whats the problem?
|
All times are GMT. The time now is 09:05 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|