digitalpoint
Well-known member
Did you by chance delete the files before you uninstalled? If you delete the Uninstall.php file, it can't very well run it to uninstall.
Telling *how* you clicked it doesn't help a whole lot. Would need the ACTUAL URL to see any errors.The URL I click on is the "User Map" link on the navigation
http://www.blahblah.net/forums/index.php?usermap/
I got the same problem Shaun. Any advice anyone?I would really love to use this, but I can't get the GeoIP extension to work in Windows.
I got the same problem Shaun. Any advice anyone?
Having JS error using user map in Internet Explorer 8, However it does seem to function in Firefox.
Installed GEOIP and GEOIPCity Database.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)
Timestamp: Fri, 27 May 2011 20:01:03 UTC
Message: Object doesn't support this property or method
Line: 6
Char: 78
Code: 0
URI: http://www.inthepits.com/js/digitalpoint/usermap.js?_v=8f4ca5ad
colors=["green","orange","white","red"];
var map;
function move_and_zoom(a)
{
switch(a){
case "usa":map.setCenter(new google.maps.LatLng(38.959409,-93.867187));
map.setZoom(4);
break;
case "europe":map.setCenter(new google.maps.LatLng(49.037868,16.962891));
map.setZoom(4);
break;
case "india":map.setCenter(new google.maps.LatLng(22.350076,80.859375));
map.setZoom(4);
break;
case "oceania":map.setCenter(new google.maps.LatLng(-23.80545,144.140625));
map.setZoom(4);
break;
case "me":map.setCenter(new google.maps.LatLng(user_location[0],user_location[1]));
map.setZoom(9);
break;
default:map.setCenter(new google.maps.LatLng(24,-10));
map.setZoom(4)
}
}
function createMarker(a,c,b){
b=new google.maps.MarkerImage("http://labs.google.com/ridefinder/images/mm_20_"+colors[b]+".png",new google.maps.Size(12,20),new google.maps.Point(0,0),new google.maps.Point(6,20));
var e=new google.maps.LatLng(c,a),d=new google.maps.Marker({position:e,map:map,shadow:shadow,icon:b,shape:{coord:[1,1,1,20,10,20,10,1],type:"poly"}}),f=new google.maps.InfoWindow({content:'<a href="'+window.location.href+"GoogleEarth/"+(window.location.href.indexOf("?")>0?"&":"?")+"location="+
a+","+c+'">View in Google Earth</a>'});
google.maps.event.addListener(d,"click",function(){f.open(map,d)})
}
$(document).ready(function(){
var a={mapTypeId:google.maps.MapTypeId.ROADMAP};
map=new google.maps.Map(document.getElementById("map"),a);
move_and_zoom("usa");
shadow=new google.maps.MarkerImage("http://labs.google.com/ridefinder/images/mm_20_shadow.png",new google.maps.Size(22,20),new google.maps.Point(0,0),new google.maps.Point(6,20));
for(a=0;a<allPoints.length;a++)createMarker(allPoints[a][0],allPoints[a][1],allPoints[a][2])
});
Drat, I'm in the same boat.I got the same problem Shaun. Any advice anyone?
Code:colors=["green","orange","white","red"]; var map; function move_and_zoom(a) { switch(a){ case "usa":map.setCenter(new google.maps.LatLng(38.959409,-93.867187)); map.setZoom(4); break; case "europe":map.setCenter(new google.maps.LatLng(49.037868,16.962891)); map.setZoom(4); break; case "india":map.setCenter(new google.maps.LatLng(22.350076,80.859375)); map.setZoom(4); break; case "oceania":map.setCenter(new google.maps.LatLng(-23.80545,144.140625)); map.setZoom(4); break; case "me":map.setCenter(new google.maps.LatLng(user_location[0],user_location[1])); map.setZoom(9); break; default:map.setCenter(new google.maps.LatLng(24,-10)); map.setZoom(4) } } function createMarker(a,c,b){ b=new google.maps.MarkerImage("http://labs.google.com/ridefinder/images/mm_20_"+colors[b]+".png",new google.maps.Size(12,20),new google.maps.Point(0,0),new google.maps.Point(6,20)); var e=new google.maps.LatLng(c,a),d=new google.maps.Marker({position:e,map:map,shadow:shadow,icon:b,shape:{coord:[1,1,1,20,10,20,10,1],type:"poly"}}),f=new google.maps.InfoWindow({content:'<a href="'+window.location.href+"GoogleEarth/"+(window.location.href.indexOf("?")>0?"&":"?")+"location="+ a+","+c+'">View in Google Earth</a>'}); google.maps.event.addListener(d,"click",function(){f.open(map,d)}) } $(document).ready(function(){ var a={mapTypeId:google.maps.MapTypeId.ROADMAP}; map=new google.maps.Map(document.getElementById("map"),a); move_and_zoom("usa"); shadow=new google.maps.MarkerImage("http://labs.google.com/ridefinder/images/mm_20_shadow.png",new google.maps.Size(22,20),new google.maps.Point(0,0),new google.maps.Point(6,20)); for(a=0;a<allPoints.length;a++)createMarker(allPoints[a][0],allPoints[a][1],allPoints[a][2]) });
Okay, broke down the JS, figured out the Issue, the Map varible is not properly declared outside of the document on load, and functions. If anyone else is getting an error in Internet Explorer, just add 'var map;' to the top of the js file, and the error is fixed.
I know this is an old post from page 1 of this thread but Cory, I still have the original copy of the addon that you are talking about and still use it with my XF install however it has to have vb 3.8 installed in a folder off XF and be somewhat twisted to look incorporated into XF by way of an iFrame and Guest permissions.Thanks for the add-on... Looks awesome! Might I ask, there was a mapping addon on VB with the ability for users to submit points on the map and comments.
I think it was "graveyarded" back in VB3.5 or so....
I could REALLY use something like that!
Any plans for this mapping utility going forward?
We use essential cookies to make this site work, and optional cookies to enhance your experience.