//
// definicja grup markerów
// grupa to tablica skladajaca sie z trzech elementow
//
// "NAME" : [ [], ICON, "MAINGROUP" ]
//
// NAME      - nazwa grupy
// []        - tablica w ktorej beda trzymane markery
// ICON      - zmienna ikony, uzywaj funkcji createIcon("filename") by stworzyc ikone
// MAINGROUP - nazwa grupy glownej (articles / evenst / business)
//

var markerGroups = { 
    "MARKERS01"     : [ [], createIcon("art_wydarzenia"),   "articles" ],
    "MARKERS02"     : [ [], createIcon("art_przestepstwa"), "articles" ],
    "MARKERS03"     : [ [], createIcon("art_wypadki"),      "articles" ],
    "MARKERS04"     : [ [], createIcon("art_kultura"),      "articles" ],
    "MARKERS05"     : [ [], createIcon("art_zakupy"),       "articles" ],
    "MARKERS06"     : [ [], createIcon("art_samorzad"),     "articles" ],
    "MARKERS07"     : [ [], createIcon("art_remonty"),      "articles" ],
    "MARKERS08"     : [ [], createIcon("art_zdrowie"),      "articles" ],
    "MARKERS09"     : [ [], createIcon("art_sport"),        "articles" ],
    "MARKERS10"     : [ [], createIcon("art_pozary"),       "articles" ],
    "MARKERS11"     : [ [], createIcon("art_pogoda"),       "articles" ],
    "MARKERS20"     : [ [], createIcon("art_zly_bialystok"),"articles" ],
    "MARKERS21"     : [ [], createIcon("art_gdzie_zjesc"),  "articles" ],

    "Wydarzenia"    : [ [], createIcon("cgk_wydarzenia"), "events" ],
    "Imprezy"       : [ [], createIcon("cgk_imprezy"),    "events" ],
    "Koncert"       : [ [], createIcon("cgk_koncerty"),   "events" ],
    "Kino"          : [ [], createIcon("cgk_kino"),       "events" ],
    "Teatr"         : [ [], createIcon("cgk_teatr"),      "events" ],
    "Wystawa"       : [ [], createIcon("cgk_wystawy"),    "events" ],

    "branch1"       : [ [], createIcon("inne"), "business" ],
    "branch2"       : [ [], createIcon("inne"), "business" ],
    "branch3"       : [ [], createIcon("inne"), "business" ],
    "branch4"       : [ [], createIcon("inne"), "business" ],
    "branch5"       : [ [], createIcon("inne"), "business" ],
    "branch6"       : [ [], createIcon("inne"), "business" ],
    "branch7"       : [ [], createIcon("inne"), "business" ],
    "branch8"       : [ [], createIcon("inne"), "business" ],
    "branch9"       : [ [], createIcon("inne"), "business" ],
    "branch10"      : [ [], createIcon("inne"), "business" ],
    "branch11"      : [ [], createIcon("inne"), "business" ],
    "branch12"      : [ [], createIcon("inne"), "business" ],
    "branch13"      : [ [], createIcon("inne"), "business" ],
    "branch14"      : [ [], createIcon("inne"), "business" ],
    "branch15"      : [ [], createIcon("inne"), "business" ],
    "branch16"      : [ [], createIcon("inne"), "business" ],
    "branch119"     : [ [], createIcon("inne"), "business" ]
};
