Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit ef3fde5

Browse files
committed
Adds bahia blanca info
1 parent ed7e5e6 commit ef3fde5

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

_data/i18n/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ organizations:
178178
torre_pacheco: "City of Torre-Pacheco"
179179
la_paz: "Municipality of La Paz"
180180
tenerife: "City of Santa Cruz de Tenerife"
181+
bahia_blanca: "Municipality of Bahía Blanca"
181182
license:
182183
title: "License"
183184
button: "View code on github"

_data/i18n/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ organizations:
178178
torre_pacheco: "Ayuntamiento de Torre-Pacheco"
179179
la_paz: "Municipalidad de La Paz"
180180
tenerife: "Ayuntamiento de Santa Cruz de Tenerife"
181+
bahia_blanca: "Municipio de Bahía Blanca"
181182
license:
182183
title: "Licencia"
183184
button: "Ver código en github"

_includes/organizations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,11 @@ <h2>{{ site.data.i18n[page.locale].organizations.title }}</h2>
411411
</a>
412412
</div>
413413

414+
<div class="col-3 margin">
415+
<span title="{{ site.data.i18n[page.locale].organizations.preparing }}">
416+
<img src="/img/logos/bahia_blanca.png" alt="{{ site.data.i18n[page.locale].organizations.bahia_blanca }}">
417+
</span>
418+
</div>
414419
</div>
415420
</div>
416421
</div>

img/logos/bahia_blanca.png

15.5 KB
Loading

js/leaflet.map.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var valencia_diputacion = L.marker([39.4771151, -0.37681850000001305]).addTo(mym
176176
valencia_diputacion.bindPopup("<strong>Diputación de Valencia</strong><br><span>Trabajando</span>");
177177

178178
// Mendoza
179-
var mendoza = L.marker([-32.8894587, -68.84583859999998]).addTo(mymap);
179+
var mendoza = L.marker([-32.8833303,-68.8935386]).addTo(mymap);
180180
mendoza.bindTooltip("<strong>Mendoza</strong>");
181181
mendoza.bindPopup("<strong>Mendoza</strong><br><a href='http://participa.ciudaddemendoza.gob.ar/' target='_blank'>Visitar página</a>");
182182

@@ -384,3 +384,8 @@ var la_paz = L.marker([-16.5205361,-68.1941173]).addTo(mymap);
384384
var tenerife = L.marker([28.4578025,-16.3563748]).addTo(mymap);
385385
tenerife.bindTooltip("<strong>Ayuntamiento de Santa Cruz de Tenerife</strong>");
386386
tenerife.bindPopup("<strong>Ayuntamiento de Santa Cruz de Tenerife</strong><br><a href='https://participa.santacruzdetenerife.es/' target='_blank'>Visitar página</a>");
387+
388+
// Municipio de Bahía Blanca
389+
var bahia_blanca = L.marker([-39.2595572,-62.742406]).addTo(mymap);
390+
bahia_blanca.bindTooltip("<strong>Municipio de Bahía Blanca</strong>");
391+
bahia_blanca.bindPopup("<strong>Municipio de Bahía Blanca</strong><br><span>Trabajando</span>");

0 commit comments

Comments
 (0)