-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
294 lines (269 loc) · 11.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="es-ES">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Mapa de Cadáveres Inmobiliarios</title>
<!-- generic meta -->
<meta content="Cadáveres Inmobiliarios" name="author" />
<meta name="title" content="Mapa de Cadáveres Inmobiliarios" />
<meta name="description" content="Base de datos de proyectos arquitectónicos y desarrollos urbanísticos inacabados, infrautilizados o vacíos del periodo post-burbuja inmobiliaria." />
<!-- facebook meta -->
<meta property="og:title" content="Mapa de Cadáveres Inmobiliarios" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Mapa de la base de datos de proyectos arquitectónicos y desarrollos urbanísticos inacabados, infrautilizados o vacíos del periodo post-burbuja inmobiliaria en España." />
<meta property="og:url" content="http://cadaveresinmobiliarios.org/mapa" />
<meta property="og:image" content="http://cadaveresinmobiliarios.org/mapa/screenshot.png" />
<!-- twitter meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@cadaveres_inmob">
<meta name="twitter:title" content="Mapa de Cadáveres Inmobiliarios" />
<meta name="twitter:description" content="Mapa de la base de datos de proyectos arquitectónicos y desarrollos urbanísticos inacabados, infrautilizados o vacíos del periodo post-burbuja inmobiliaria en España." />
<meta name="twitter:creator" content="@cadaveres_inmob">
<meta name="twitter:image:src" content="http://cadaveresinmobiliarios.org/mapa/screenshot.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
<script src="L.GeoSearch/js/l.control.geosearch.js"></script>
<script src="L.GeoSearch/js/l.geosearch.provider.openstreetmap.js"></script>
<link rel="stylesheet" href="L.GeoSearch/css/l.geosearch.css" />
<script src="leaflet-sidebar/L.Control.Sidebar.js"></script>
<link rel="stylesheet" href="leaflet-sidebar/L.Control.Sidebar.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="sidebar">
<h2>leaflet-sidebar</h2>
</div>
<div id="map"></div>
<script>
// TILES: base layers
var tilesAttr = 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://mapbox.com">Mapbox</a>';
var baseVector = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{attribution: tilesAttr,maxNativeZoom: 18,maxZoom:22});
var baseSatellite = L.tileLayer.wms("http://www.ign.es/wms-inspire/pnoa-ma", {
layers: "OI.OrthoimageCoverage",//layer name (see get capabilities)
format: 'image/jpeg',
transparent: false,
version: '1.3.0',//wms version (see get capabilities)
attribution: "PNOA WMS. Cedido por © Instituto Geográfico Nacional de España"
})
// STYLES: markers
var styleOut = {
radius: 9,
fillColor: "#fc0",
color: "#666",
weight: 1,
opacity: 0.8,
fillOpacity: 1
}
var styleOver = {
color: "#000",
weight: 5
}
var styleClick = {
color: "#666",
weight: 5
}
function resetMarkersStyle(layer) {
layer.eachLayer(function(l){
l.setStyle(styleOut);
});
}
// CONTENT
// About
var aboutCadaveres = "<header><h1 class='page-tit'>Mapa de cadáveres inmobiliarios</h1></header><div class='excerpt'><img class='push-left' src='images/logo.png' alt='Logo Cadáveres' /><p><em>Mapa de proyectos arquitectónicos y desarrollos urbanísticos inacabados, infrautilizados o vacíos del periodo post-burbuja inmobiliaria española.</em></p><ul class='list-inline'><li><a class='social hide-text social-tw' href='http://twitter.com/cadaveres_inmob' title='Twitter Cadáveres'>Twitter</a></li><li><a class='social hide-text social-fb' href='https://www.facebook.com/cadaveres.inmobiliarios' title='Facebook Cadáveres'>Facebook</a></li><li><a class='social hide-text social-gh' href='http://github.com/cadaveresinmob' title='Repositorio de código'>Github</a></li><li><a class='social hide-text social-ml' href='https://groups.google.com/d/forum/hacia-base-datos-inmobiliaria' title='Lista de correo'>Lista de correo</a></li></ul></div><p class='clear'>Este mapa es una de las <a href='http://cadaveresinmobiliarios.org/visualizaciones'>visualizaciones</a> creadas a partir de la <a href='http://cadaveresinmobiliarios.org/base-datos'>base de datos de cadáveres inmobiliarios</a>.</p><h3>Sobre el proyecto Cadáveres Inmobiliarios</h3><p>Ante la inexistencia de un inventario oficial, <strong><a href='http://cadaveresinmobiliarios.org'>Cadáveres Inmobiliarios: Base de datos post-burbuja</a></strong> nace como un proyecto colectivo que persigue la localización y documentación de todos estos desarrollos que murieron antes de tiempo. Esta iniciativa es de marcado carácter interdisciplinar, englobando arquitectos, ingenieros, urbanistas, investigadores, artistas o activistas medioambientales e invita a la participación al mayor número de personas posible.</p><p>El objetivo de esta ambiciosa recopilación es la de proporcionar información exhaustiva de manera accesible para que cada cual la utilice acorde con sus intereses. Aunque el mero hecho de informar sobre este fenómeno supone una crítica implícita al modelo de desarrollo basado en el ladrillo, 'Cadáveres Inmobiliarios' pretende ser el punto de partida para futuros proyectos que propongan soluciones a situaciones hoy estancadas, fomentando así una concienciación social con respecto a una realidad que nos define y a la que no podemos dar la espalda.</p>";
function aboutSidebar() {
sidebar.setContent(aboutCadaveres);
sidebar.show();
}
// image
function imageExists(url) {
var img = new Image();
img.src = url;
// return img.height != 0;
return img.height;
}
function imageOutput(src,alt) { return "<figure class='sidebar-img'><img src='"+ src +"' alt='"+ alt +"' /></figure>"; }
//fields
var fieldsToShow = {
title: {
nombre_promocional: "Nombre promocional"
},
subtitle: {
estado_actual: "Estado actual"
},
address: {
direccion: "Dirección",
municipio: "Municipio",
provincia: "Provincia",
comunidad_autonoma: "Comunidad autónoma"
},
numbers: {
superficie_terreno: "Superficie terreno (ha)",
superficie_construida: "Superficie construida (ha)",
suelo_ocupado_actual: "Suelo ocupado actualmente (ha)"
},
actors: {
promotor: "Promotor",
constructor: "Constructor",
arquitecto_o_tecnico_redactor: "Arquitecto / Técnico redactor"
},
typology: {
nombre_urbanistico: "Nombre urbanístico",
uso: "Uso",
tipologia_principal_del_asentamiento: "Tipología principal del asentamiento",
tipologia_secundaria_del_asentamiento: "Tipología secundaria del asentamiento",
tipologia_edificatoria: "Tipología edificatoria"
},
source: {
padre_adoptivo: "Padre adotivo / madre adoptiva",
fuente: "Fuente",
enlace_web: "Sitio web"
}
};
function fieldsOutput(fields,geojsonLayerProperties,type,cssClass) {
var fieldsOutput = "";
var classOut = "sidebar-part";
if ( typeof cssClass !== 'undefined' ) { classOut += " "+cssClass; }
if ( type === 'header' ) {
for (var p in o = fields) {
value = geojsonLayerProperties[p]
if (o.hasOwnProperty(p)) {
fieldsOutput += "<header class='"+classOut+"'><h3>" +value+ "</h3></header>";
}
}
} else {
fieldsOutput += "<dl class='"+classOut+"'>";
for (var p in o = fields) {
value = geojsonLayerProperties[p]
if (o.hasOwnProperty(p) && value != null && value != 'null' && value != '' ) {
fieldsOutput += "<dt>"+o[p]+"</dt><dd>"+value+"</dd>";
} else {
fieldsOutput += "<dt>"+o[p]+"</dt><dd class='no-data'>No definido</dd>";
}
}
fieldsOutput += "</dl>";
}
return fieldsOutput;
}
// POPUP
function popupContent(feature) {
var imageSrc = "images/"+feature.properties.cartodb_id +".jpg";
var imageAlt = "Foto aérea de "+ feature.properties.nombre_promocional;
// if ( imageExists(imageSrc) ) { var image = imageOutput(imageSrc,imageAlt); }
var image = imageOutput(imageSrc,imageAlt);
// else { var image = ""; }
return image+"<header><h3>" + feature.properties.nombre_promocional + "</h3></header>";
}
// DATA: geoJSON layers
var dataLayer;
function addDataToMap(data,markerStyle) {
dataLayer = L.geoJson(data, {
pointToLayer: function (feature, latlng) {
return L.circleMarker(latlng,markerStyle);
},
onEachFeature: function(feature, layer) {
if( window.location.hash == '#'+layer.feature.properties.cartodb_id ) {
sidebar.setContent(sidebarContent(layer));
sidebar.show();
layer.setStyle(styleClick);
}
layer.bindPopup(popupContent(feature),{
closeButton: false,
offset: L.point(0,-20),
maxWidth: 200,
autoPan: false
});
layer.on({
click: prepareSidebar,
mouseover: function() {
layer.openPopup();
layer.setStyle(styleOver);
if (!L.Browser.ie && !L.Browser.opera) {
layer.bringToFront();
}
},
mouseout: function() {
layer.closePopup();
if( window.location.hash == '#'+layer.feature.properties.cartodb_id ) {
layer.setStyle(styleClick);
} else {
layer.setStyle(styleOut);
}
}
});
}
});
dataLayer.addTo(map);
}
$.getJSON("data/base_datos_cadaveres_inmobiliarios_160202.geojson", function(data) { addDataToMap(data,styleOut); });
// MAP layer
var mapCenter = [40.11169, -4.13086];
var map = L.map('map', {
center: mapCenter,
zoom: 6,
layers: [baseVector]
});
// CONTROL: layer Switcher
var baseMaps = {
"Mapa": baseVector,
"Satélite": baseSatellite
};
L.control.layers(baseMaps).addTo(map);
// SEARCH: Reverse geoCoding
new L.Control.GeoSearch({
provider: new L.GeoSearch.Provider.OpenStreetMap()
}).addTo(map);
// SIDEBAR
var sidebar = L.control.sidebar('sidebar', {
closeButton: true,
position: 'left'
});
map.addControl(sidebar);
setTimeout(function() {
if( window.location.hash === '#' || window.location.hash === '' ) {
aboutSidebar();
}
}, 500);
map.on('click', function () {
sidebar.hide();
window.location.hash = '';
})
L.DomEvent.on(sidebar.getCloseButton(), 'click', function () {
window.location.hash = '';
});
function sidebarContent(layer) {
// link to About cadaveres
linkAbout = "<div class='btn-bar'><a class='cadaver-btn' href='#' onClick='jQuery(aboutSidebar())'><span class='icon icon-info'></span> Sobre Cadáveres Inmobiliarios</a></div>";
// sidebar fields
title = fieldsOutput(fieldsToShow.title,layer.feature.properties,"header");
subtitle = fieldsOutput(fieldsToShow.subtitle,layer.feature.properties,"list");
address = fieldsOutput(fieldsToShow.address,layer.feature.properties,"list","part-bordered");
numbers = fieldsOutput(fieldsToShow.numbers,layer.feature.properties,"list","part-bordered");
actors = fieldsOutput(fieldsToShow.actors,layer.feature.properties,"list","part-bordered");
typology = fieldsOutput(fieldsToShow.typology,layer.feature.properties,"list","part-bordered");
source = fieldsOutput(fieldsToShow.source,layer.feature.properties,"list","part-bordered");
// sidebar image
var imageSrc = "images/"+layer.feature.properties.cartodb_id +".jpg";
var imageAlt = "Foto aérea de "+ layer.feature.properties.nombre_promocional;
// if ( imageExists(imageSrc) != 0 ) { var image = imageOutput(imageSrc,imageAlt); }
var image = imageOutput(imageSrc,imageAlt);
// else { var image = "HAR!"; }
return linkAbout+title+subtitle+image+address+typology+numbers+actors+source;
}
function prepareSidebar(e) {
var layer = e.target;
resetMarkersStyle(dataLayer);
layer.setStyle(styleClick);
if (!L.Browser.ie && !L.Browser.opera) {
layer.bringToFront();
}
sidebar.setContent(sidebarContent(layer));
if ( !sidebar.isVisible() ) {
sidebar.toggle();
}
window.location.hash = layer.feature.properties.cartodb_id;
}
</script>
</body>
</html>