﻿
// model betöltése...
// A modellben lévő sorrend nincs hatással a priorításra!!!!
var model = [
{
	text: 'Háttér',
	checked: false,
	leaf: false,
	expanded: true,
	children: [
	{
        text: 'Google utcatérkép',
        checked: true,
        layerNames: ['gmap'],
        leaf: true
    },{
        text: 'Google műholdkép',
        checked: false,
        layerNames: ['gsat'],
        leaf: true
    },{
        text: 'Google hibrid',
        checked: false,
        layerNames: ['ghyb'],
        leaf: true
    },{
        text: 'Google domborzat',
        checked: false,
        layerNames: ['gphys'],
        leaf: true
    },{
        text: 'Üres háttér',
        checked: true,
        layerNames: ['uresHatter'],
        leaf: false
    }				
	]
}
,
{
	text: 'Hulladéklerakók',
	checked: false,
	leaf: false,
	expanded: true,
	children: [
		{
			text: 'Légifelvételen azonosított hulladéklerakók',
			checked: false,
			layerNames: ['op_kml_65_213'],
			icon: 'images/legend/lila.jpg', //'http://maps.google.com/mapfiles/kml/pushpin/blue-pushpin.png',
			leaf: true,
			radio: false,
			radioGrp: '',
			locatable: false
		}, 
		{
			text: 'Terepen ellenőrzött hulladéklerakók',
			checked: false,
			layerNames: ['terepen_ellenorzott_lerakok_WFS'],
			icon: 'images/legend/bordo.png',
			leaf: true,
			radio: false,
			radioGrp: '',
			locatable: false
		}, 
		{
			text: 'Legális települési szilárdhulladék lerakók',
			checked: false,
			layerNames: ['legalisLerakokWFS'],
			icon: 'images/legend/zold.png',
			leaf: true,
			radio: false,
			radioGrp: '',
			locatable: false
		}
		]
}	
,
{
	text: 'Bejelentett illegális hulladéklerakók',
	checked: false,
	leaf: false,
	expanded: true,
	children: [
		{
			text: 'Illegális hulladéklerakók',
			checked: false,
			layerNames: ['illhullLayer'],
			icon: 'images/legend/illhull_Default.png',
			leaf: true,
			radio: false,
			radioGrp: '',
			locatable: false
		}
		]
}
,
{
	text: 'Felszámolt lerakók',
	checked: false,
	leaf: false,
	expanded: true,
	children: [
		{
			text: 'Felszámolt lerakók',
			checked: false,
			layerNames: ['op_felsz_lerakok_WFS'],
			icon: 'images/legend/felszamolt_lerako.png',
			leaf: true,
			radio: false,
			radioGrp: '',
			locatable: false
		}
		]
}	
];	
