﻿/*

 ****************************************
 *  Written by: Red Square Software     *
 *  http://www.RedSquareSoftware.nl     *
 *                                      *
 *  © Red Square Software 2007          *
 *                                      *
 ****************************************

*/

function CreateBaseIcon() {
    baseIcon = new GIcon();
    //baseIcon.shadow = "http://localhost:50451/HuizenPartner/Resources/images/BuurtBeleving/shadow_canvas_small.png";
    baseIcon.iconSize = new GSize(58, 46);
    baseIcon.shadowSize = new GSize(58, 46);
    baseIcon.iconAnchor = new GPoint(4, 39);
    baseIcon.infoWindowAnchor = new GPoint(33, 8);
    baseIcon.infoShadowAnchor = new GPoint(60, 25);
    return baseIcon;
}