﻿var iconData = {
  "mercado": { width: 33, height: 21 },
  "mercado-p": { width: 25, height: 16 },
  "flag-shadow": { width: 40, height: 30 },
  "euskotran": { width: 25, height: 16 },
  "tuvisa": { width: 25, height: 16 },
  "hospital": { width: 25, height: 16 },
  "corteingles": { width: 25, height: 16 },
  "plazatoros": { width: 25, height: 16 },
  "ayuntamiento": { width: 25, height: 16 },
  "ayser": { width: 25, height: 16 },
  "ad": { width: 25, height: 16 },
  "mango": { width: 25, height: 16 },
  "zara": { width: 25, height: 16 },
  "artium": { width: 25, height: 16 },
  "pans": { width: 25, height: 16 },
};

var officeLayer = [
  {
    "zoom": [0, 15],
    "places": [
      {
        "name": "Mercado Plaza Abastos",
        "icon": ["mercado", "flag-shadow"],
        "posn": [42.844427, -2.667023]
      },
    ]
  },
  {
    "zoom": [16, 17],
    "places": [
      {
        "name": "Mercado Plaza Abastos",
        "icon": ["mercado-p", "flag-shadow"],
        "posn": [42.844427, -2.667023]
      },
      {
        "name": "Parada del Tranvía",
        "icon": ["euskotran", "flag-shadow"],
        "posn": [42.843403, -2.667678]
      },
      {
        "name": "Parada de Autobuses",
        "icon": ["tuvisa", "flag-shadow"],
        "posn": [42.844460, -2.668430]
      },
      {
        "name": "Hospital Santiago Apostol",
        "icon": ["hospital", "flag-shadow"],
        "posn": [42.846422, -2.667042]
      },
      {
        "name": "El Corte Inglés",
        "icon": ["corteingles", "flag-shadow"],
        "posn": [42.844771, -2.667904]
      },
      {
        "name": "Plaza de toros",
        "icon": ["plazatoros", "flag-shadow"],
        "posn": [42.841044, -2.664546]
      },
      {
        "name": "Ayuntamiento de Vitoria-Gasteiz",
        "icon": ["ayuntamiento", "flag-shadow"],
        "posn": [42.846716, -2.672357]
      },
      {
        "name": "AYSER.COM - Posicionamiento en buscadores, diseño gráfico y proyectos web",
        "icon": ["ayser", "flag-shadow"],
        "posn": [42.846047, -2.672652]
      },
      {
        "name": "Adolfo Dominguez",
        "icon": ["ad", "flag-shadow"],
        "posn": [42.844675, -2.672295]
      },
      {
        "name": "Mango",
        "icon": ["mango", "flag-shadow"],
        "posn": [42.844962, -2.671762]
      },
      {
        "name": "Zara",
        "icon": ["zara", "flag-shadow"],
        "posn": [42.844758, -2.670427]
      },
      {
        "name": "Museo Artium",
        "icon": ["artium", "flag-shadow"],
        "posn": [42.849313, -2.668099]
      },
      {
        "name": "Pans n' Company",
        "icon": ["pans", "flag-shadow"],
        "posn": [42.843899, -2.670777]
      },
    ]
  },
  {
    "zoom": [18, 19],
    "places": [
      {
        "name": "Mercado Plaza Abastos",
        "icon": ["mercado", "flag-shadow"],
        "posn": [42.844427, -2.667023]
      },
    ]
  }
];


