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.

All popup functions are defined in js/popups.js and follow the Leaflet onEachFeature callback signature (feature, layer). Each function checks that the required properties exist on feature.properties before calling layer.bindPopup(htmlString), so layers with missing properties degrade gracefully to no popup. They are passed directly as the onEachFeature option to L.geoJson().

Administrative & Planning

Functions that display popups for district, neighbourhood, zoning, and planning layers.

agregarPopupNodos

Signature: agregarPopupNodos(feature, layer)
Properties used: NOMBRE, DESCRIPTIO
Popup content: Renders the node name in bold, followed by the label “Servicios faltantes:” and the DESCRIPTIO value in bold. Used for proposed service node polygons.

agregarPopupPolos

Signature: agregarPopupPolos(feature, layer)
Properties used: NOMBRE, DESCRIPTIO
Popup content: Renders the pole name in bold, followed by the label “Propuesta:” and the DESCRIPTIO value in bold. Used for proposed development pole polygons.

agregarPopupDistritosDepartamentales

Signature: agregarPopupDistritosDepartamentales(feature, layer)
Properties used: Nombre_1, Area_km2
Popup content: District name in bold, followed by the district area value from Area_km2.

agregarPopupbarrios

Signature: agregarPopupbarrios(feature, layer)
Properties used: Nombre_1, Descrip
Popup content: Neighbourhood name in bold, followed by the description text from Descrip.

agregarPopup

Signature: agregarPopup(feature, layer)
Properties used: Nombre_1
Popup content: A minimal popup showing only the feature name (Nombre_1) in bold. Used as a generic fallback for simple polygon layers.

agregarPopupBarriosConsolidados

Signature: agregarPopupBarriosConsolidados(feature, layer)
Properties used: Nombre_1
Popup content: Consolidated neighbourhood name in bold.

agregarPopupzoni

Signature: agregarPopupzoni(feature, layer)
Properties used: Layer
Popup content: Zoning category name from the Layer property in bold (e.g., "RESIDENCIAL", "COMERCIAL MIXTA").

agregarPopupzonaLey4886

Signature: agregarPopupzonaLey4886(feature, layer)
Properties used: REFERENCIA, NOMBRE, UsoDominan, UsoCondic, DensidMin, DensidMax
Popup content: Zone reference code and name in bold, then a structured breakdown of dominant land use, conditional land use, minimum density, and maximum density — each labelled in plain text with the value bolded.

Health & Education

Functions that display popups for health facilities and educational establishments.

agregarPopupSalud

Signature: agregarPopupSalud(feature, layer)
Properties used: Nombre_1, Direccion
Popup content: Facility name (Nombre_1) in bold, followed by the street address from Direccion. Used for centros de salud, clínicas, and similar health facilities.

agregarPopupHospital

Signature: agregarPopupHospital(feature, layer)
Properties used: Nombre_1, Direccion, Jurisdiccion
Popup content: Hospital name in bold, street address, then “Jurisdicción:” followed by the jurisdiction value in bold.

agregarPopupescuelas

Signature: agregarPopupescuelas(feature, layer)
Properties used: Nombre_1, Nivel, Gestion
Popup content: School name in bold, followed by “Nivel:” (educational level, e.g., "Primario") in bold, and “Gestion:” (public/private) in bold.

agregarPopupfarmacias

Signature: agregarPopupfarmacias(feature, layer)
Properties used: Nombre
Popup content: Pharmacy name in bold. Minimal popup for non-municipal pharmacy points.

agregarPopupfarmaciasgc

Signature: agregarPopupfarmaciasgc(feature, layer)
Properties used: Nombre, Direccion, Telefono, Distrito
Popup content: Pharmacy name in bold, followed by address, phone number, and district name — the richer variant for Godoy Cruz municipal pharmacies.

agregarPopupjardinesmuni

Signature: agregarPopupjardinesmuni(feature, layer)
Properties used: nombre, Direccion
Popup content: Kindergarten name in bold, followed by the street address. Note: property key uses lowercase nombre.

Services & Commerce

Functions for civic services, transport infrastructure, cycling, and gastronomy layers.

agregarPopupDepen

Signature: agregarPopupDepen(feature, layer)
Properties used: Nombre_1, ENLACE (optional)
Popup content: Municipal dependency name in bold. When the feature includes an ENLACE URL, an inline <iframe> (301 × 480 px) is embedded showing that URL, plus an “Abrir en otra pestaña” link below it. Without ENLACE, only the name is shown.

agregarPopupciclovias

Signature: agregarPopupciclovias(feature, layer)
Properties used: TIPO_2, Distancia
Popup content: Cycleway type (TIPO_2) in bold, followed by the distance value from Distancia.

agregarPopuplineas

Signature: agregarPopuplineas(feature, layer)
Properties used: TENSION
Popup content: Electrical tension/line type in bold. Used for electrical network line features.

agregarPopuplineasMu

Signature: agregarPopuplineasMu(feature, layer)
Properties used: Name, description
Popup content: Line name in bold, followed by the line description.

agregarPopupGastronomia

Signature: agregarPopupGastronomia(feature, layer)
Properties used: Nombre, Direccion, Horario, Contacto
Popup content: Establishment name in bold, then labelled fields for Dirección, Horario, and Contacto — each value displayed in bold.

agregarPopupGastronomia2

Signature: agregarPopupGastronomia2(feature, layer)
Properties used: Nombre, Direccion, Contacto
Popup content: Name in bold, then Dirección and Contacto labelled fields. A lighter variant of agregarPopupGastronomia — no Horario field. Used for tourism-related gastronomy POIs.

agregarPopupres

Signature: agregarPopupres(feature, layer)
Properties used: UBICACION
Popup content: Location name or address in bold. Used for residencias (care homes / senior residences).

agregarPopupPV

Signature: agregarPopupPV(feature, layer)
Properties used: Nombre, Direccion
Popup content: Service point name in bold, followed by the address. Used for municipal service/green point locations.

agregarPopupPuntos

Signature: agregarPopupPuntos(feature, layer)
Properties used: Locación, Dirección
Popup content: Location name in bold, followed by the address. Note: both property keys contain accented characters (Locación, Dirección). Used for puntos verdes (green collection points).

agregarPopupCaminabilidad

Signature: agregarPopupCaminabilidad(feature, layer)
Properties used: Name, descriptio
Popup content: Segment name in bold, followed by the segment description. Used for walkability corridor segments (the traza layer).

Environmental & Physical

Functions for geological, hydrological, infrastructure, and environmental layers.

agregarPopupfallas

Signature: agregarPopupfallas(feature, layer)
Properties used: Falla, Tipo, Movimiento, Actividad
Popup content: Fault name in bold, then three labelled inline fields: Tipo, Movimiento, and Actividad — each value bolded. Used for the geological fault layer.

agregarPopupcuencas

Signature: agregarPopupcuencas(feature, layer)
Properties used: Nombre_1, Superficie
Popup content: Basin name in bold, followed by the surface area value from Superficie.

agregarPopupcloacas

Signature: agregarPopupcloacas(feature, layer)
Properties used: Estado
Popup content: Infrastructure status label in bold. Used for sewer/cloacal network line features.

agregarPopupredes

Signature: agregarPopupredes(feature, layer)
Properties used: Estado
Popup content: Network status label in bold. Used for water distribution network lines.

agregarPopupCanalesColectoresHijuelas

Signature: agregarPopupCanalesColectoresHijuelas(feature, layer)
Properties used: Name
Popup content: Canal or irrigation channel name in bold.

agregarPopuppuntorecepcionpilas

Signature: agregarPopuppuntorecepcionpilas(feature, layer)
Properties used: Name
Popup content: Battery collection point name in bold.

agregarPopupPaneles

Signature: agregarPopupPaneles(feature, layer)
Properties used: descriptio, Name
Popup content: Description (descriptio) in bold, followed by the name from Name. Used for solar panel installation points.

agregarPopupPiedemonte

Signature: agregarPopupPiedemonte(feature, layer)
Properties used: Nombre, Link (optional)
Popup content: Zone name in bold. When Link is present, additional text references the Plan Municipal de Ordenamiento Territorial (PMOT) with a hyperlink to the official Google Drive document. Without Link, only the name is shown.

Heritage & Tourism

Functions for cultural heritage, tourism, and public art layers.

agregarPopuppatrimoniales

Signature: agregarPopuppatrimoniales(feature, layer)
Properties used: Nombre, UBICACION, AÑO, DISTRITO, Fotos
Popup content: Heritage site name in bold, followed by location, year, and district. A photo is rendered as a 200 × 160 px centred image loaded from img/Muvi/<Fotos>.

agregarPopupesculturas

Signature: agregarPopupesculturas(feature, layer)
Properties used: Referencia, Escultura, Fotos
Popup content: Reference code in bold, sculpture description, then a 200 × 160 px centred image from img/esculturas/<Fotos>.

agregarPopupturismo

Signature: agregarPopupturismo(feature, layer)
Properties used: Nombre, Ubicacion, Fotos
Popup content: Tourism point name in bold, street/location text, then a 200 × 160 px centred image from img/turismo/<Fotos>.

agregarPopuppersianas

Signature: agregarPopuppersianas(feature, layer)
Properties used: Nombre, Fotos
Popup content: Persiana (shutter art) name in bold, followed by a 200 × 160 px centred image from img/persianas/<Fotos>.

agregarPopupmasti

Signature: agregarPopupmasti(feature, layer)
Properties used: Nombre_Descripcion, Ubicaci__n, Distrito, Posee_Mastil, Fotos
Guard condition: checks feature.properties.Name (not Nombre_Descripcion) for the existence check.
Popup content: Description in bold, location, district, mast presence indicator, then a 200 × 160 px centred image from img/turismo/mastil/<Fotos>.

agregarPopupCircuitos

Signature: agregarPopupCircuitos(feature, layer)
Properties used: Nombre, Distancia
Popup content: Circuit name in bold, followed by the distance value. Used for tourist circuit line features.

Walkability

Functions used for walkability and corridor analysis layers.
agregarPopupCaminabilidad is also listed here because it is the primary popup for the walkability layer (traza), which uses dynamic colour styling via estilocaminabilidad(). See the Style Functions reference for the colour scheme.

agregarPopupCaminabilidad (see Services & Commerce above)

This function is used alongside estilocaminabilidad() to provide both styled line colour and a contextual popup on the walkability segments layer (traza). Properties used: Name, descriptio
Popup content: Segment corridor name in bold, followed by the walkability description.

agregarPopupespaciosverdes

Signature: agregarPopupespaciosverdes(feature, layer)
Properties used: NOMBRE, Descriptio
Popup content: Green space name (uppercase key NOMBRE) in bold, followed by the space description.

Build docs developers (and LLMs) love