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
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“place=* and population~="[0-9]{7,}" in "United States of America"”
*/
[out:json][timeout:2500];
// fetch area “United States of America” to search in
{{geocodeArea:Nottingham}}->.searchArea;
// gather results
(
  // query part for: “place=* and population~/[0-9]{7,}/”
  nwr["building"][start_date]({{bbox}});
);
/* convert node ::=::,
             ::id = id(),
             sd=date(t["start_date"]);
// print results */
/*added by auto repair*/
(._;>;);
/*end of auto repair*/
out body;
 
{{style:
 
node {color: #00000000;
  fill-color: #00000000;
}
  
 area[start_date>=2005] {
    color: #313695;
    fill-color: #313695;
  } 
  area[start_date<2005] {
  color: #4575B4;
  fill-color: #4575B4;
  }
  area[start_date<1995] {
    color: #74ADD1;
    fill-color: #74ADD1;
  }
area[start_date<1985] {
     color: #ABD9E9;
     fill-color: #ABD9E9;
  }
area[start_date<1975] {
    color: #E0F3F8;
    fill-color #E0F3F8;
  }
  area[start_date<1960] {
    color: #FFFFBF;
    fill-color: #FFFFBF;
  }
  area[start_date<1945] {
     color: #FEE090;   
  fill-color: #FEE090;
  }
  area[start_date<1930] {
     color: #FDAE61;
    fill-color: #FDAE61;
  }
  area[start_date<1900] {
    color: #F46D43;
     fill-color: #F46D43;
  }
  area[start_date<1850] {
    color: #D73027;
   fill-color: #D73027;
  }
area[start_date<1800] {
  color: #A50026;
  fill-color: #A50026;
  }
 
 
 
 
 
 
 
 
 
 
 
}}
 
50 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet