mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 13:01:23 +01:00
Fix error token
This commit is contained in:
parent
939a42f2e8
commit
f333107ce5
1 changed files with 5 additions and 5 deletions
|
@ -116,7 +116,7 @@ var legend = L.control({position: 'bottomright'});
|
||||||
|
|
||||||
legend.onAdd = function (mymap) {
|
legend.onAdd = function (mymap) {
|
||||||
var div = L.DomUtil.create('div', 'info legend');
|
var div = L.DomUtil.create('div', 'info legend');
|
||||||
div.innerHTML = "<i style=background: #e5f5e0> </i>Poblados de Colonización <br> Colonias Penitenciarias <br> Embalses";
|
div.innerHTML = "<i style='background: #e5f5e0'> </i>Poblados de Colonización <br> Colonias Penitenciarias <br> Embalses";
|
||||||
return div;
|
return div;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue