Image Locations
Hello,
I looked through the one map file and I found this:
-----------------------------------------------------------------
var icon_0 = new GIcon();
icon_0.image = 'http://google.webassist.com/google/markers/flag/moab.png';
icon_0.shadow = 'http://google.webassist.com/google/markers/flag/shadow.png';
icon_0.iconSize = new GSize(31,35);
icon_0.shadowSize = new GSize(31,35);
icon_0.iconAnchor = new GPoint(4,27);
icon_0.infoWindowAnchor = new GPoint(8,3);
icon_0.printImage = 'http://google.webassist.com/google/markers/flag/moab.gif';
icon_0.mozPrintImage = 'http://google.webassist.com/google/markers/flag/moab_mozprint.png';
icon_0.printShadow = 'http://google.webassist.com/google/markers/flag/shadow.gif';
icon_0.transparent = 'http://google.webassist.com/google/markers/flag/moab_transparent.png';
-----------------------------------------------------------------
When I try and view the image paths in the browser I receive a connection interrupted error.
I didn't realize that this app called remotely for the images. No wonder I couldn't find them