var mapSer;
var dominio = 'http://www.servinformacion.com/'; //var dominio = null;
var tilesServer = new Array();
var tilesServerHybrid = new Array();

tilesServer[1] = 'http://www.servinformacion.com/tilesNew/';
tilesServer[2] = 'http://www.servinformacion.com/tilesNew/';
tilesServer[3] = 'http://www.servinformacion.com/tilesNew/';
tilesServerHybrid[1] = 'http://www.servinformacion.com/tiles/hybrid/';
tilesServerHybrid[2] = 'http://www.servinformacion.com/tiles/hybrid/';
tilesServerHybrid[3] = 'http://www.servinformacion.com/tiles/hybrid/';

var mercator = true;
var urlIcon="iconosmarker/marker_.png";
var correccion=false;
var hMarker=30;
var wMarker=25;
var iconOffsetX=0;
var iconOffsetY=3;
var rutaImagenes="img_ol/";
var rutaImagenesPuntos="img_ol/iconosmarker/";
var cxIni = -76.52743;
var cyIni = 3.40731;
var popupOpacity = 0.8;
var iconos1 =  [
    ["homc6.png",37,32],
    ["homc5.png",37,32],
    ["homc3.png",37,32],
	["Point.png",29,29],
	["Pin.png",39,32],
	["PinGreen.png",29,29],
	["pointMap.gif",29,24],
	["precedent.png",20,17],
	["Occ.gif",25,23],
	["nada.gif",25,23]
];
var iconos2 = [
    ["homc4.png",45,40],
    ["homc5.png",45,40],
    ["homc3.png",45,40],
	["Point.png",32,32],
	["Pin.png",44,37],
	["PinGreen.png",44,37],
	["pointMap.gif",34,29],
	["precedent.png",25,23],
	["Occ.gif",45,40],
	["nada.gif",25,23]
];
var coloresPoligonos = [
    ["red","blue"],
    ["green","blue"],
    ["blue","red"]
];

var coloresLineas = [
    ["red",1],
    ["blue",10],
    ["green",1],
	["#ee9900",10]
];

OPCIONESMAPA = {
    MAPASERVI: 	{indice: '1', titulo: 'Servinformacion', className: 'opcionMapa', classNameSel: 'opcionMapaSel'},
    SATELITEG: 	{indice: '2', titulo: 'Sat&eacute;lite Google', className: 'opcionMapa', classNameSel: 'opcionMapaSel'},
    SATELITEY: 	{indice: '3', titulo: 'Sat&eacute;lite Yahoo', className: 'opcionMapa', classNameSel: 'opcionMapaSel'},
    HIBRIDOG : 	{indice: '4', titulo: 'H&iacute;brido Google', className: 'opcionMapa', classNameSel: 'opcionMapaSel'},
    HIBRIDOY : 	{indice: '5', titulo: 'H&iacute;brido Yahoo', className: 'opcionMapa', classNameSel: 'opcionMapaSel'},
    FISICOG  : 	{indice: '6', titulo: 'Relieve Google', className: 'opcionMapa', classNameSel: 'opcionMapaSel'},
    FISICOY  : 	{indice: '7', titulo: 'Relieve Yahoo', className: 'opcionMapa', classNameSel: 'opcionMapaSel'}
};
CAPASMAPA = {
    CAPAPUNTOS: 	{indice: '1', titulo: 'Puntos', selected:true},
    CAPALINEAS: 	{indice: '2', titulo: 'Lineas', selected:false},
    CAPAPOLIGONOS: 	{indice: '3', titulo: 'Poligonos',selected:true}
};

var origenesMapa =[OPCIONESMAPA.MAPASERVI,OPCIONESMAPA.HIBRIDOG,OPCIONESMAPA.HIBRIDOY,OPCIONESMAPA.SATELITEG,OPCIONESMAPA.SATELITEY,
                       OPCIONESMAPA.FISICOG,OPCIONESMAPA.FISICOY];
//var origenesMapa =[OPCIONESMAPA.MAPASERVI,OPCIONESMAPA.HIBRIDOG,OPCIONESMAPA.FISICOG];

