﻿var settings = {
    mapWidgetOptions: {
        elements: { scalebar: true, fullExtent: true },
        managedLayers: { ikartelv_vector: true },
        initialExtent: {"xmin":158415, "ymin":67402, "xmax":894223, "ymax":538891, "spatialReference":{"wkid":3059}}
    },
    layerViews: {
        ikartelv_vector: { title: { lt: 'Žemėlapis', en: 'Map' }, type: "bg", visible:true }
    },
    onInit: {
        widgets: [
            {
                id: "search",
                dojoType: "hb.widgets.ObjectsSearch",
                title: { lv:"Vietas meklēšana", lt:"Vietos paieška", en:"Place search" },
                options: {
                    map: { _ref: "map" },
                    searchUrl: "search.ashx",
                    objectsUrl: "map_objects.ashx"
                }
            }
        ]
    },
    onMapLoad: {
        widgets: [
            {
                id: "measure",
                dojoType: "hb.widgets.Measure",
                title: { lv:"Mērīšanas rīki", lt:"Matavimo įrankiai", en:"Measure tools" },
                options: {
                    map: { _ref: "map" }
                }
            }
        ]
    }
};
