Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Observatorio-GC/Nodos/llms.txt

Use this file to discover all available pages before exploring further.

The majority of the map’s thematic content is made up of point-of-interest (POI) layers spread across eight overlay groups: ADMINISTRACIÓN, SERVICIOS, COMERCIO, CULTURA, CULTO, EDUCACIÓN, SALUD, and ESPARCIMIENTO. Each POI is rendered with a thematic icon (defined in js/iconos.js) and opens a popup with contextual detail when clicked. Line layers for the cycling network are also found within the SERVICIOS group, styled with distinct colours by infrastructure type. All groups below correspond directly to entries in the groupedOverlays object in index.html.

ADMINISTRACIÓN

Municipal administration facilities across the department.

Dependencias Municipales

  • Icon: iconoOficina (img/Oficina.png)
  • Popup: agregarPopupSalud — shows facility name (Nombre_1) and address (Direccion)
  • Variable: depen

Bancos

  • Icon: iconoOficina (img/Oficina.png)
  • Popup: agregarPopupSalud — shows name (Nombre_1) and address (Direccion)
  • Variable: bank

SERVICIOS

Thirteen layers covering public services, digital infrastructure, cycling infrastructure, and public transit.

Cajeros

  • Icon: iconoServicios (img/Servicios.png)
  • Popup: agregarPopupbarrios — shows Nombre_1 and Descrip
  • Variable: caja

Estaciones de Servicio

  • Icon: iconoServicios
  • Popup: agregarPopupPV — shows Nombre and Direccion
  • Variable: estacion

Pago Facil - Rapipago

  • Icon: iconoServicios
  • Popup: agregarPopupbarrios — shows Nombre_1 and Descrip
  • Variable: cobro

Puntos Verdes

  • Icon: iconoServicios
  • Popup: agregarPopupPuntos — shows Locación and Dirección
  • Variable: punt

Solmáforos

Solar-powered UV index monitoring stations.
  • Icon: iconoServicios
  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: solma

Puntos Wifi

Public Wi-Fi access points.
  • Icon: iconoServicios
  • Popup: agregarPopuppuntorecepcionpilas — shows Name
  • Variable: puntoswifi

Ciclovías Existentes

Existing cycling infrastructure across the department.
  • Style: Red line — color: "#e72e01"
  • Popup: agregarPopupciclovias — shows TIPO_2 (infrastructure type) and Distancia
  • Variable: cicloviasexist

Ciclovías Proyectadas DAMI II

Cycling routes planned under the DAMI II programme.
  • Style: Cyan line — color: "#01b2b4"
  • Popup: agregarPopupciclovias
  • Variable: cicloDami

Ciclovías en Ejecución DAMI II

Cycling routes currently under construction as part of DAMI II.
  • Style: Dark green line — color: "#02650b"
  • Popup: agregarPopupciclovias
  • Variable: cicloEjec

Metrotranvía

The metrotranvía (light rail) line corridor.
  • Style: Dynamic — estilometro() assigns red to id: 1 (operational) and #b4afb3 (grey) to id: 2 (projected/other)
  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: metro

Paradas Metrotranvía

Individual metrotranvía stop locations.
  • Icon: iconoTren (img/tren.png, 20×20 px)
  • Popup: agregarPopupbarrios — shows Nombre_1 and Descrip
  • Variable: paradasMetro

Puestos Programa en la Bici

Locations of the municipal bicycle programme service points.
  • Icon: iconoServicios
  • Popup: agregarPopupturismo — shows Nombre, Ubicacion, and a thumbnail image
  • Variable: bicicleta

Informador Turístico

Tourist information points.
  • Icon: iconoServicios
  • Popup: agregarPopupturismo — shows Nombre, Ubicacion, and a thumbnail image
  • Variable: informador
Cycling layer distances are shown in the map’s reference panel (#referencias) in the page header: Ciclovías Existentes: 64.08 km, Ciclovías Proyectadas DAMI II: 3.66 km, Ciclovías en Ejecución DAMI II: 1.27 km. These totals are static labels in the HTML, not calculated dynamically from the GeoJSON.

COMERCIO

Seven layers covering retail, food, and beverage establishments. All commerce layers use iconoComercio (img/Comercio.png) as their map icon.

Bares y Comidas

  • Popup: agregarPopupGastronomia — shows Nombre, Direccion, Horario, and Contacto
  • Variable: bar

Casas de Té y Café

  • Popup: agregarPopupGastronomia
  • Variable: cafe

Heladerías

  • Popup: agregarPopupGastronomia
  • Variable: hela

Farmacias

  • Icon: iconoComercio
  • Popup: agregarPopupfarmaciasgc — shows Nombre, Direccion, Telefono, and Distrito
  • Variable: farmacias
function agregarPopupfarmaciasgc(feature, layer) {
    if (feature.properties && feature.properties.Nombre) {
        layer.bindPopup("<strong>" + feature.properties.Nombre + "</strong><br/>" + feature.properties.Direccion + "</strong><br/>" + feature.properties.Telefono + "</strong><br/>" + feature.properties.Distrito);
    }
}

Restaurantes

  • Popup: agregarPopupGastronomia
  • Variable: resto

Hipermercados

  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: hiper

Supermercados

  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: supermer

CULTURA

Four layers covering cultural venues and facilities. All culture layers use iconoCultura (img/Cultura.png) as their icon.

Espacios Multiculturales

Points representing multicultural spaces (including the Arizu complex).
  • GeoJSON source: Arizu.js
  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: arizu

Bibliotecas

  • GeoJSON source: Biblioteca.js
  • Popup: agregarPopupfarmacias
  • Variable: biblio

Museos

  • GeoJSON source: Museos.js
  • Popup: agregarPopupfarmacias
  • Variable: muse

Teatros

  • GeoJSON source: Teatro.js
  • Popup: agregarPopupfarmacias
  • Variable: teatr

CULTO

Templos

Places of worship across the department.
  • Icon: iconoCulto (img/Culto.png)
  • GeoJSON source: Culto.js
  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: culto

EDUCACIÓN

Three layers covering educational establishments at different levels. All education layers use iconoEnseñanza (img/Enseñanza.png) as their icon.

Establecimientos Educativos

All schools and educational institutions in the department.
  • GeoJSON source: Escuelas.js
  • Popup: agregarPopupescuelas — shows Nombre_1, Nivel (educational level), and Gestion (public/private management)
  • Variable: escuelas

Jardines Municipales

Municipal early-childhood kindergarten and garden centres.
  • GeoJSON source: JardinesMunicipales.js
  • Popup: agregarPopupjardinesmuni — shows nombre (lowercase) and Direccion
  • Variable: jardinesmuni
function agregarPopupjardinesmuni(feature, layer) {
    if (feature.properties && feature.properties.nombre) {
        layer.bindPopup("<strong>" + feature.properties.nombre + "</strong><br/>" + feature.properties.Direccion);
    }
}

Universidades

University campuses and higher-education facilities.
  • GeoJSON source: Universidades.js
  • Popup: agregarPopupfarmacias — shows Nombre
  • Variable: uni

SALUD

Three layers covering the public and private health network. All health layers use iconoAsistencia (img/Asistencia.png) as their icon.

Centros de Salud

Municipal primary healthcare centres (CAPS).
  • GeoJSON source: Centrosdesalud.js
  • Popup: agregarPopupSalud — shows Nombre_1 and Direccion
  • Variable: centrosdesalud

Clínicas Privadas

Private clinic locations.
  • GeoJSON source: ClinicasPrivadas.js
  • Popup: agregarPopupSalud — shows Nombre_1 and Direccion
  • Variable: clinicaspriv

Hospitales

Public hospital locations.
  • GeoJSON source: Hospital.js
  • Popup: agregarPopupHospital — shows Nombre_1, Direccion, and Jurisdiccion (provincial/national/municipal jurisdiction)
  • Variable: hospital
function agregarPopupHospital(feature, layer) {
    if (feature.properties && feature.properties.Nombre_1) {
        layer.bindPopup("<strong>" + feature.properties.Nombre_1 + "</strong><br/>" + feature.properties.Direccion + "</strong><br/>" + "Jurisdicción: <strong>" + feature.properties.Jurisdiccion);
    }
}

ESPARCIMIENTO

Four layers covering sports, community, green space, and health track facilities.

Polideportivos

Municipal sports complexes and polideportivos.
  • Icon: iconoEsparcimiento (img/Esparcimiento.png)
  • GeoJSON source: Polideportivos.js
  • Popup: agregarPopupSalud — shows Nombre_1 and Direccion
  • Variable: polideportivos

Uniones Vecinales

Community neighbourhood association (unión vecinal) headquarters.
  • Icon: iconoEsparcimiento
  • GeoJSON source: UnionesVecinales.js
  • Popup: agregarPopupPV — shows Nombre and Direccion
  • Variable: union

Espacios Verdes

Public parks and green areas.
  • GeoJSON source: EspaciosVerdes.js
  • Style: Green polygon — color: "#4daf4a", fillOpacity: 0.75
  • Popup: agregarPopupespaciosverdes — shows NOMBRE and Descriptio
  • Variable: espverdes

Pistas de Salud

Outdoor health and fitness tracks.
  • Icon: iconoEsparcimiento
  • GeoJSON source: PistasDeSalud.js
  • Popup: agregarPopuppuntorecepcionpilas — shows Name
  • Variable: pistas

Build docs developers (and LLMs) love