
/* a test data set in JSON format ...*/

var data  =
{
    "technicians": [
        {            
            "storetype":"store	",
			"techname": "Sales Office - Montreal",            
            "cityCntrLat": "45.49463",
            "cityCntrLng": "-73.57819",			
            "censusProvName": "QUEBEC",
            "censusName": "MONTREAL"            
        },
		
        {
            "storetype":"warehouse",
			"techname": "Sales Office - Laval",
            "techHomeBasePC": "H2Y3E5",
            "cityCntrLat": "45.46218",
            "cityCntrLng": "-73.81313",
            "censusProvName": "QUEBEC",
            "censusName": "LAVAL"
        },
        {         
            "storetype":"headoffice",
			"techname": "Sales Office - Quebec",
            "techHomeBasePC": "H2Y3E5",
            "cityCntrLat": "46.80807",
            "cityCntrLng": "-71.21964",
            "censusProvName": "QUEBEC",
            "censusName": "QUEBEC"
        },
        {
            "storetype":"mall",
			"techname": "Sales Office - South Shore",
            "techHomeBasePC": "H2Y3E5",
            "cityCntrLat": "45.47641",
            "cityCntrLng": "-73.47588",
            "censusProvName": "QUEBEC",
            "censusName": "South Shore"
        },
		{
            "storetype":"warehouse",
			"techname": "Sales Office - Trois-Rivieres",
			"censusProvName": "QUEBEC",
            "censusName": "Trois-Rivieres",
            "techHomeBasePC": "G9A2B3",
            "cityCntrLat": "46.34389",
            "cityCntrLng": "-72.54272",
			
        },
		{
			"storetype":"mall",
			"techname": "Sales Office - Sherbrooke",
			"censusProvName": "QUEBEC",
            "censusName": "Sherbrooke",
            "techHomeBasePC": "J1M1K9",
            "cityCntrLat": "45.37993",
            "cityCntrLng": "-71.87256"
        },
		{
            "storetype":"mall",
			"techname": "Sales Office - Sherbrooke",
			"censusProvName": "QUEBEC",
            "censusName": "Sherbrooke",
            "techHomeBasePC": "J1M1K9",
            "cityCntrLat": "46.03206",
            "cityCntrLng": "-71.93848"
			
        },
		{
            "storetype":"kiosk",
			"techname": "Sales Office - Ottawa",
			"censusProvName": "QUEBEC",
            "censusName": "OTTAWA",
            "techHomeBasePC": "G9A2B3",
            "cityCntrLat": "45.40308",
            "cityCntrLng": "-75.67383"		
        },
		{           
            "storetype":"mall",
			"techname": "Sales Office - Kingston",
			"censusProvName": "QUEBEC",
            "censusName": "Kingston",
            "techHomeBasePC": "G9A2B3",
            "cityCntrLat": "44.21056",
            "cityCntrLng": "-76.46484"
		
        },
		{
			"storetype":"kiosk",
            "techname": "Sales Office - Toronto",
			"censusProvName": "QUEBEC",
            "censusName": "Toronto",
            "techHomeBasePC": "G9A2B3",
            "cityCntrLat": "43.65674",
            "cityCntrLng": "-79.39819"		
        }

    ]
};
