﻿//Base Icon Settings
var baseIcon = new GIcon();
baseIcon.shadow = "img/shadow.png";
baseIcon.iconSize = new GSize(12, 20);
baseIcon.shadowSize = new GSize(22, 20);
baseIcon.iconAnchor = new GPoint(6, 20);
baseIcon.infoWindowAnchor = new GPoint(5, 1);


var sqIcon = new GIcon();
sqIcon.shadow = "img/sq_shadow.png";
sqIcon.iconSize = new GSize(21, 31);
sqIcon.shadowSize = new GSize(52, 29);
sqIcon.iconAnchor = new GPoint(8, 29);
sqIcon.infoWindowAnchor = new GPoint(16, 1);

// Icons settings
	var gicons={	   
	adulted:new GIcon(baseIcon,"img/white.png"),
	council:new GIcon(sqIcon,"img/bolton.png"),
	dentist:new GIcon(sqIcon,"img/dentist.png"),
	gp:new GIcon(sqIcon,"img/gppractice.png"),
	housing:new GIcon(sqIcon,"img/house.png"),
	library:new GIcon(sqIcon,"img/library.png"),
	mobile:new GIcon(sqIcon,"img/mobile.png"),
	partnership:new GIcon(baseIcon,"img/black.png"),
	pct:new GIcon(sqIcon,"img/healthcentre.png"),
	pharmacy:new GIcon(sqIcon,"img/pharmacy.png"),
	private:new GIcon(baseIcon,"img/grey.png"),
	rsl:new GIcon(baseIcon,"img/brown.png"),
	school:new GIcon(baseIcon,"img/purple.png"),
	voluntary:new GIcon(baseIcon,"img/green.png"),
	worship:new GIcon(baseIcon,"img/yellow.png")
};