terra-route 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -58
- package/assets/logo-dark-mode.png +0 -0
- package/assets/logo.png +0 -0
- package/dist/graph/graph.d.ts +114 -0
- package/dist/graph/methods/bounding-box.d.ts +13 -0
- package/dist/graph/methods/connected.d.ts +9 -0
- package/dist/graph/methods/duplicates.d.ts +7 -0
- package/dist/graph/methods/leaf.d.ts +12 -0
- package/dist/graph/methods/nodes.d.ts +17 -0
- package/dist/graph/methods/spatial-index/geokdbush.d.ts +3 -0
- package/dist/graph/methods/spatial-index/kdbush.d.ts +16 -0
- package/dist/graph/methods/spatial-index/tinyqueue.d.ts +11 -0
- package/dist/graph/methods/unify.d.ts +2 -0
- package/dist/graph/methods/unique-segments.d.ts +5 -0
- package/dist/graph/methods/unique.d.ts +5 -0
- package/dist/terra-route.cjs +1 -1
- package/dist/terra-route.cjs.map +1 -1
- package/dist/terra-route.d.ts +2 -1
- package/dist/terra-route.modern.js +1 -1
- package/dist/terra-route.modern.js.map +1 -1
- package/dist/terra-route.module.js +1 -1
- package/dist/terra-route.module.js.map +1 -1
- package/dist/terra-route.umd.js +1 -1
- package/dist/terra-route.umd.js.map +1 -1
- package/dist/test-utils/utils.d.ts +50 -0
- package/jest.config.js +1 -0
- package/package.json +7 -3
- package/src/data/network-5-cc.geojson +822 -0
- package/src/data/network.geojson +21910 -820
- package/src/distance/haversine.ts +2 -0
- package/src/graph/graph.spec.ts +238 -0
- package/src/graph/graph.ts +212 -0
- package/src/graph/methods/bounding-box.spec.ts +199 -0
- package/src/graph/methods/bounding-box.ts +85 -0
- package/src/graph/methods/connected.spec.ts +219 -0
- package/src/graph/methods/connected.ts +168 -0
- package/src/graph/methods/duplicates.spec.ts +161 -0
- package/src/graph/methods/duplicates.ts +117 -0
- package/src/graph/methods/leaf.spec.ts +224 -0
- package/src/graph/methods/leaf.ts +88 -0
- package/src/graph/methods/nodes.spec.ts +317 -0
- package/src/graph/methods/nodes.ts +77 -0
- package/src/graph/methods/spatial-index/geokdbush.spec.ts +86 -0
- package/src/graph/methods/spatial-index/geokdbush.ts +189 -0
- package/src/graph/methods/spatial-index/kdbush.spec.ts +67 -0
- package/src/graph/methods/spatial-index/kdbush.ts +189 -0
- package/src/graph/methods/spatial-index/tinyqueue.spec.ts +51 -0
- package/src/graph/methods/spatial-index/tinyqueue.ts +108 -0
- package/src/graph/methods/unify.spec.ts +475 -0
- package/src/graph/methods/unify.ts +132 -0
- package/src/graph/methods/unique.spec.ts +65 -0
- package/src/graph/methods/unique.ts +69 -0
- package/src/terra-route.compare.spec.ts +3 -1
- package/src/terra-route.spec.ts +12 -1
- package/src/terra-route.ts +2 -1
- package/src/test-utils/create.ts +39 -0
- package/src/test-utils/{test-utils.ts → generate-network.ts} +9 -188
- package/src/test-utils/utils.ts +228 -0
|
@@ -0,0 +1,822 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "FeatureCollection",
|
|
3
|
+
"features": [
|
|
4
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0803414, 51.5340982], [-0.0802719, 51.5340533], [-0.0802592, 51.5340313], [-0.0802729, 51.5339816]] } },
|
|
5
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817079, 51.5374935], [-0.0817134, 51.5374691]] } },
|
|
6
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0822642, 51.5355522], [-0.0822109, 51.5355345], [-0.0821275, 51.5355099], [-0.081843, 51.5354192], [-0.0816417, 51.5353442], [-0.0815455, 51.5353066], [-0.081436, 51.5352528], [-0.0812952, 51.5351712], [-0.0811592, 51.5350583], [-0.0810824, 51.5349806], [-0.0809663, 51.5348538], [-0.0809339, 51.5348242], [-0.0807844, 51.534663], [-0.0805795, 51.5344426], [-0.0804376, 51.5342311], [-0.0803414, 51.5340982]] } },
|
|
7
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788133, 51.5434569], [-0.0788929, 51.543172], [-0.0790167, 51.542729], [-0.0790466, 51.542622], [-0.0790564, 51.5425871], [-0.0790672, 51.5425486], [-0.0791207, 51.5423501], [-0.0792477, 51.5418949], [-0.0792526, 51.5418847], [-0.0792637, 51.5418615], [-0.0792821, 51.5418304], [-0.0792959, 51.5417897], [-0.079295, 51.5417517], [-0.0792771, 51.5417119], [-0.0792391, 51.5416715]] } },
|
|
8
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782925, 51.5405857], [-0.0783286, 51.540459], [-0.0784923, 51.5398853], [-0.0785854, 51.5395587], [-0.0786191, 51.5394348], [-0.0787116, 51.5391083], [-0.0788189, 51.5387761], [-0.0788516, 51.538659], [-0.0789006, 51.538485], [-0.0789265, 51.538393], [-0.0789467, 51.5383183], [-0.0789553, 51.5382828], [-0.0790234, 51.5380004], [-0.0790671, 51.5378596], [-0.0791126, 51.5377089], [-0.0791786, 51.5374928], [-0.0792297, 51.5373258]] } },
|
|
9
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769807, 51.5345291], [-0.0768772, 51.5345253], [-0.0768017, 51.5345225], [-0.0767116, 51.5345192]] } },
|
|
10
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826952, 51.5425898], [-0.0827004, 51.5425774], [-0.0828202, 51.5422109], [-0.0829926, 51.5417006]] } },
|
|
11
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818105, 51.541478], [-0.0818165, 51.5414568], [-0.0818977, 51.5411677]] } },
|
|
12
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817079, 51.5374935], [-0.0816571, 51.5374904], [-0.0815043, 51.5374811], [-0.081285, 51.5374583]] } },
|
|
13
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0819055, 51.5365666], [-0.0818298, 51.5365594], [-0.081754, 51.5365521], [-0.0813562, 51.5365139], [-0.0808614, 51.5364664], [-0.0804876, 51.5364327], [-0.0796414, 51.5363565], [-0.0790139, 51.5362891], [-0.0782915, 51.53622], [-0.076881, 51.5362593]] } },
|
|
14
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0822642, 51.5355522], [-0.082324, 51.5355717], [-0.082362, 51.5355838], [-0.0824491, 51.5356082], [-0.0827273, 51.5356894], [-0.0831488, 51.5358084], [-0.0833019, 51.5358514], [-0.0837732, 51.5359747], [-0.0840816, 51.536048], [-0.0841435, 51.5360578]] } },
|
|
15
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0841435, 51.5360578], [-0.0841433, 51.5360107], [-0.0841425, 51.5358682], [-0.0841416, 51.5357078], [-0.0841503, 51.5355336], [-0.0841541, 51.5355037]] } },
|
|
16
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0841435, 51.5360578], [-0.0842246, 51.5360614], [-0.0844833, 51.5360731], [-0.0848408, 51.5360806], [-0.0853571, 51.5360914], [-0.0854801, 51.5360933], [-0.0860903, 51.5361027], [-0.086429, 51.5361094], [-0.0865075, 51.5361095], [-0.0865675, 51.536106]] } },
|
|
17
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0803414, 51.5340982], [-0.0801636, 51.5341317], [-0.0798415, 51.5341968], [-0.078961, 51.5343748], [-0.0787977, 51.5344078], [-0.0782625, 51.5344945]] } },
|
|
18
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801263, 51.5327215], [-0.0802972, 51.5327273]] } },
|
|
19
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0849196, 51.5309932], [-0.0839231, 51.5310028], [-0.0837488, 51.5310045], [-0.0830149, 51.5310116], [-0.0829646, 51.5310136], [-0.0828949, 51.5310151]] } },
|
|
20
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0807639, 51.5327172], [-0.0807578, 51.5322837], [-0.0807539, 51.5320028], [-0.080752, 51.5319383], [-0.0807461, 51.5315484], [-0.0807656, 51.5310472]] } },
|
|
21
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800921, 51.5329858], [-0.0800317, 51.53299], [-0.0799951, 51.5329926]] } },
|
|
22
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083023, 51.533197], [-0.0829751, 51.5331988], [-0.0824949, 51.533266], [-0.081739, 51.5333718], [-0.0812551, 51.533457], [-0.0811595, 51.5334733]] } },
|
|
23
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828377, 51.5338879], [-0.0827346, 51.533893], [-0.0826104, 51.5339117], [-0.0824096, 51.5339589], [-0.0820896, 51.5340372], [-0.0815467, 51.5341699], [-0.0814148, 51.5342071], [-0.0805795, 51.5344426]] } },
|
|
24
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0850679, 51.5322115], [-0.0844632, 51.5322505], [-0.0843318, 51.5322589], [-0.0840694, 51.5322748], [-0.083121, 51.5323439], [-0.0830821, 51.5323467], [-0.0830286, 51.532352]] } },
|
|
25
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0865578, 51.5316893], [-0.0861763, 51.5317129], [-0.0859684, 51.5317258], [-0.0859502, 51.5317267], [-0.0855965, 51.5317428], [-0.0850118, 51.531779]] } },
|
|
26
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0811595, 51.5334733], [-0.0804827, 51.5335926]] } },
|
|
27
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0719233, 51.5361598], [-0.0719611, 51.5361783], [-0.0721961, 51.5361914], [-0.0726624, 51.5362341], [-0.073411, 51.5362945], [-0.0736003, 51.5363098], [-0.074079, 51.5363499], [-0.0746659, 51.5363991], [-0.0748739, 51.5364172], [-0.0750854, 51.5364368], [-0.0751243, 51.5364475], [-0.0751599, 51.5364688], [-0.0756021, 51.5365121]] } },
|
|
28
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0756021, 51.5365121], [-0.075794, 51.5365337]] } },
|
|
29
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759807, 51.5365617], [-0.0759524, 51.5366461], [-0.0758482, 51.5371908]] } },
|
|
30
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751224, 51.5384736], [-0.0751306, 51.5380883], [-0.0751309, 51.5380734], [-0.0751407, 51.5375698], [-0.0751427, 51.5375292], [-0.0751485, 51.5371856], [-0.0751535, 51.5370512], [-0.0751698, 51.5366041]] } },
|
|
31
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735404, 51.5385083], [-0.0735409, 51.5384463], [-0.0735448, 51.538282], [-0.0735473, 51.5380782], [-0.0735542, 51.5379172], [-0.0735515, 51.5377898], [-0.0735623, 51.5374295], [-0.0735665, 51.537363], [-0.0735665, 51.5373067], [-0.0735733, 51.536994], [-0.0735761, 51.5368643], [-0.0735793, 51.536834], [-0.0735871, 51.5365331], [-0.0736003, 51.5363098]] } },
|
|
32
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076007, 51.5407544], [-0.0759713, 51.5406919], [-0.0757184, 51.5404293], [-0.0756569, 51.5403858], [-0.0756132, 51.5403494], [-0.0755313, 51.5402939]] } },
|
|
33
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767188, 51.538451], [-0.0761574, 51.5384603], [-0.075811, 51.538466]] } },
|
|
34
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768088, 51.5372109], [-0.0762625, 51.5371995], [-0.0758482, 51.5371908], [-0.0757936, 51.5371909]] } },
|
|
35
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765862, 51.5306648], [-0.0766171, 51.5305865], [-0.0767754, 51.5301052], [-0.0767926, 51.5300346], [-0.0767661, 51.5298359]] } },
|
|
36
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737247, 51.5333701], [-0.0734059, 51.5333746], [-0.0730626, 51.5333794], [-0.0730511, 51.5330434], [-0.0730535, 51.5330277], [-0.073204, 51.5330191], [-0.0732996, 51.5330307], [-0.073713, 51.5330256]] } },
|
|
37
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759501, 51.5339141], [-0.0759309, 51.5334504], [-0.0759198, 51.5331824], [-0.0759139, 51.5329745], [-0.075913, 51.5329412]] } },
|
|
38
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769289, 51.5350945], [-0.0765795, 51.5351226], [-0.07589, 51.535178]] } },
|
|
39
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0748477, 51.5361605], [-0.0748053, 51.5359458], [-0.0747693, 51.5357639], [-0.0747214, 51.5353511], [-0.0747112, 51.5352631]] } },
|
|
40
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755072, 51.5357159], [-0.0747693, 51.5357639]] } },
|
|
41
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755256, 51.5362254], [-0.0748477, 51.5361605], [-0.0747123, 51.536148], [-0.0746888, 51.5359763], [-0.074725, 51.5359763], [-0.0746158, 51.5352698]] } },
|
|
42
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737987, 51.5353271], [-0.0738092, 51.5353866], [-0.0737731, 51.5357401]] } },
|
|
43
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758863, 51.5317369], [-0.075757, 51.5317383]] } },
|
|
44
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737625, 51.5341412], [-0.0737336, 51.5335517], [-0.0737247, 51.5333701], [-0.073713, 51.5330256], [-0.0737124, 51.5330067], [-0.0737031, 51.5328071], [-0.0736933, 51.5325952], [-0.0736841, 51.5323975], [-0.0736741, 51.5321828], [-0.0736594, 51.5318579]] } },
|
|
45
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0725642, 51.5417071], [-0.0716886, 51.5416958], [-0.0710697, 51.5416763], [-0.0709226, 51.5416717], [-0.0699981, 51.5416615], [-0.0691841, 51.5416772], [-0.0683106, 51.541694], [-0.0673548, 51.5417124], [-0.0664983, 51.5417379], [-0.0657378, 51.5417606], [-0.0655618, 51.5417658], [-0.0651087, 51.5417756], [-0.0648671, 51.5417809], [-0.06446, 51.5417897], [-0.0639289, 51.5418012]] } },
|
|
46
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075227, 51.5406988], [-0.0747232, 51.5406699], [-0.0745959, 51.5406619], [-0.074139, 51.5406364], [-0.0740513, 51.5406323]] } },
|
|
47
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736977, 51.5406157], [-0.0736894, 51.5406911], [-0.0736555, 51.5409551], [-0.0736174, 51.5415014], [-0.0736158, 51.5415837], [-0.0736143, 51.5417203]] } },
|
|
48
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077089, 51.531139], [-0.0777403, 51.5311601], [-0.0777861, 51.531161], [-0.0779432, 51.5311643], [-0.0785929, 51.531175], [-0.0787147, 51.5311804], [-0.0791404, 51.5311819]] } },
|
|
49
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.086586, 51.5370793], [-0.086531, 51.5370848], [-0.0863618, 51.5370945], [-0.0861676, 51.537091], [-0.085773, 51.5370989], [-0.0853949, 51.5371064], [-0.0849445, 51.5370981], [-0.0846925, 51.5371142], [-0.0845854, 51.5371197], [-0.0845037, 51.5371302], [-0.0844887, 51.5371342], [-0.0842415, 51.5372044], [-0.0842014, 51.5372161], [-0.0840574, 51.5372261], [-0.0839698, 51.5371973], [-0.083295, 51.5371486], [-0.083332, 51.5369906], [-0.0833635, 51.5368375]] } },
|
|
50
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0855601, 51.5354938], [-0.0847256, 51.5354827], [-0.0842152, 51.5354773], [-0.0841782, 51.5354841], [-0.0841541, 51.5355037]] } },
|
|
51
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0844833, 51.5360731], [-0.0844814, 51.5361305], [-0.084478, 51.5362312], [-0.0844779, 51.5363778]] } },
|
|
52
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0745364, 51.5340037], [-0.0745102, 51.5336353]] } },
|
|
53
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751751, 51.5329601], [-0.0751735, 51.532866], [-0.0751647, 51.5323554], [-0.0751541, 51.5317436]] } },
|
|
54
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0748028, 51.5398196], [-0.0748306, 51.5397997], [-0.0748742, 51.5397635], [-0.0749394, 51.5396892], [-0.0749049, 51.539572], [-0.0748393, 51.5394638], [-0.0748244, 51.5393206], [-0.0749105, 51.5392297], [-0.07503, 51.5391575], [-0.0752988, 51.5389564]] } },
|
|
55
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0727858, 51.5388281], [-0.0728015, 51.5385521], [-0.0728132, 51.5385135]] } },
|
|
56
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734932, 51.5388245], [-0.0734013, 51.5388613], [-0.0733457, 51.5388684], [-0.0732712, 51.5388734], [-0.0729413, 51.5388555], [-0.0727858, 51.5388281], [-0.0725553, 51.5388187], [-0.0721876, 51.5387983], [-0.0719568, 51.5387854], [-0.0717639, 51.5387751], [-0.0716011, 51.5387675], [-0.0711652, 51.5387443], [-0.0709573, 51.5387333], [-0.0707833, 51.5387272]] } },
|
|
57
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0738925, 51.5395782], [-0.0741779, 51.5395879], [-0.0742015, 51.5395833], [-0.0742856, 51.5395852], [-0.0744045, 51.539546]] } },
|
|
58
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0744119, 51.5400032], [-0.0743258, 51.5399973], [-0.0738015, 51.5399617], [-0.0733834, 51.5399333], [-0.0733165, 51.5399103], [-0.0732634, 51.5398675], [-0.073227, 51.5398242]] } },
|
|
59
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752524, 51.5402219], [-0.0745856, 51.5400766], [-0.074481, 51.5400577], [-0.0743995, 51.5400502]] } },
|
|
60
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074496, 51.5396324], [-0.0744481, 51.5396718], [-0.0744142, 51.5397352], [-0.0744125, 51.53994], [-0.0744119, 51.5400032], [-0.0743995, 51.5400502], [-0.0742512, 51.5403313], [-0.074139, 51.5406364]] } },
|
|
61
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076244, 51.5388782], [-0.0761336, 51.538897], [-0.075918, 51.53893], [-0.0757117, 51.5389514], [-0.075669, 51.5389534]] } },
|
|
62
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0757117, 51.5389514], [-0.0756592, 51.5393157]] } },
|
|
63
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755365, 51.5401671], [-0.0755313, 51.5402939]] } },
|
|
64
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076459, 51.5410678], [-0.0763175, 51.5411399], [-0.0762608, 51.5412207], [-0.0762575, 51.5412391], [-0.076156, 51.5417196], [-0.0761018, 51.5422412], [-0.076088, 51.5423736]] } },
|
|
65
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765107, 51.5408279], [-0.0763555, 51.5408188], [-0.0763088, 51.5408182], [-0.0762968, 51.540817], [-0.0762615, 51.5408136], [-0.0762462, 51.5408115], [-0.0761053, 51.5407692]] } },
|
|
66
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755939, 51.5407214], [-0.0754687, 51.5407137], [-0.075227, 51.5406988]] } },
|
|
67
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762839, 51.5423638], [-0.076088, 51.5423736], [-0.0760214, 51.5423748], [-0.0759365, 51.5423749], [-0.0758686, 51.5423763]] } },
|
|
68
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0725617, 51.5429264], [-0.0725667, 51.5424224], [-0.0725722, 51.5418573], [-0.0725642, 51.5417071], [-0.0725696, 51.5415668], [-0.0725742, 51.5414654], [-0.0726127, 51.5406178], [-0.0726191, 51.5405453]] } },
|
|
69
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736555, 51.5409551], [-0.0737565, 51.5409615], [-0.0745966, 51.5410138], [-0.0746768, 51.5410188], [-0.074667, 51.5411158], [-0.0746482, 51.5413012], [-0.0746495, 51.5413332], [-0.0746619, 51.5413533], [-0.0746873, 51.5413759], [-0.0747138, 51.5414023], [-0.074723, 51.5414222], [-0.0747032, 51.5417442], [-0.0737161, 51.5417212], [-0.0736143, 51.5417203]] } },
|
|
70
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735854, 51.5423188], [-0.0740532, 51.5423173]] } },
|
|
71
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736143, 51.5417203], [-0.0736028, 51.5418625], [-0.0735951, 51.5419624], [-0.0735835, 51.5422446], [-0.0735854, 51.5423188], [-0.0735985, 51.5428939]] } },
|
|
72
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736028, 51.5418625], [-0.0735508, 51.5418612], [-0.0731042, 51.5418613], [-0.0725722, 51.5418573]] } },
|
|
73
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0725696, 51.5415668], [-0.0731097, 51.5415787], [-0.0735445, 51.541583], [-0.0736158, 51.5415837]] } },
|
|
74
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0827142, 51.5365853], [-0.0824025, 51.5365591], [-0.081913, 51.536518]] } },
|
|
75
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0808614, 51.5364664], [-0.0808814, 51.5363095], [-0.0809157, 51.5358887], [-0.0809166, 51.5357303], [-0.0809405, 51.5356553]] } },
|
|
76
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0749105, 51.5392297], [-0.0743002, 51.5389398], [-0.0734911, 51.5386273], [-0.0734005, 51.5385774], [-0.0733858, 51.5385132]] } },
|
|
77
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0814883, 51.5428336], [-0.0814987, 51.542796], [-0.0818105, 51.541478]] } },
|
|
78
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.082627, 51.5382612], [-0.0830077, 51.5382833], [-0.0829891, 51.5384076], [-0.0826548, 51.5383882], [-0.0826084, 51.5383856], [-0.082627, 51.5382612]] } },
|
|
79
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0725824, 51.5343741], [-0.0725508, 51.534357], [-0.0725186, 51.5343239], [-0.0724326, 51.534186], [-0.072426, 51.5341758], [-0.072381, 51.534106], [-0.072362, 51.5340543], [-0.0723296, 51.5338841], [-0.072314, 51.5337747], [-0.0722971, 51.5336565]] } },
|
|
80
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0834253, 51.5404227], [-0.0846487, 51.5406002], [-0.0852061, 51.5406739], [-0.0852825, 51.5406836]] } },
|
|
81
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0845616, 51.5425561], [-0.0844773, 51.5425429], [-0.0828202, 51.5422109]] } },
|
|
82
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747596, 51.5317457], [-0.0747539, 51.5316761], [-0.074747, 51.5315844], [-0.0747345, 51.5314193]] } },
|
|
83
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0820494, 51.5358099], [-0.0819817, 51.5358001], [-0.0819448, 51.5357948], [-0.0814741, 51.5357323], [-0.0809905, 51.5356681], [-0.0809405, 51.5356553], [-0.0804019, 51.5354722]] } },
|
|
84
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0841093, 51.5366899], [-0.0840488, 51.5366865], [-0.0834343, 51.5366405], [-0.0831095, 51.5366184]] } },
|
|
85
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0831095, 51.5366184], [-0.0829707, 51.5366068], [-0.0828595, 51.5365975], [-0.0827562, 51.5365888], [-0.0827142, 51.5365853]] } },
|
|
86
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0831095, 51.5366184], [-0.0832555, 51.5359863]] } },
|
|
87
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073725, 51.5317478], [-0.0737214, 51.531612], [-0.0737161, 51.531412]] } },
|
|
88
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0795125, 51.5409696], [-0.0794274, 51.5412942], [-0.0793541, 51.5415617], [-0.0793316, 51.5416095], [-0.0792901, 51.5416422], [-0.0792391, 51.5416715], [-0.0791695, 51.5416852], [-0.0790772, 51.5416843], [-0.0786389, 51.5416511], [-0.0783368, 51.5416125], [-0.0781202, 51.541584], [-0.0780578, 51.5415539]] } },
|
|
89
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0725208, 51.5307486], [-0.0723029, 51.5304627], [-0.0722728, 51.530429]] } },
|
|
90
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817595, 51.537234], [-0.0817987, 51.5370597]] } },
|
|
91
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817987, 51.5370597], [-0.0818606, 51.5367741], [-0.0819055, 51.5365666], [-0.081913, 51.536518], [-0.0819377, 51.5363584], [-0.0819484, 51.536289], [-0.0819617, 51.5362316], [-0.0820372, 51.5359059], [-0.0820398, 51.5358332], [-0.0820494, 51.5358099], [-0.0821143, 51.5357261], [-0.0821715, 51.5356587], [-0.0822642, 51.5355522]] } },
|
|
92
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077928, 51.5367301], [-0.0779584, 51.5367435], [-0.0780019, 51.5367569], [-0.0782212, 51.5367818], [-0.0782745, 51.5367817], [-0.0783297, 51.536774]] } },
|
|
93
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0783297, 51.536774], [-0.0784722, 51.5367897], [-0.0790521, 51.5368842], [-0.0797876, 51.5369833], [-0.0802276, 51.5370402], [-0.0812338, 51.5371712], [-0.0812995, 51.5371788], [-0.0813566, 51.537183], [-0.0814879, 51.5371928], [-0.081632, 51.5371785], [-0.0819063, 51.5372099], [-0.0820746, 51.5372748], [-0.0831493, 51.5374424], [-0.0837, 51.5375218], [-0.0840574, 51.5375639], [-0.0842401, 51.5375789], [-0.084431, 51.5375789], [-0.0845747, 51.537573], [-0.0854535, 51.5374656], [-0.0863171, 51.5373424], [-0.0864574, 51.537312], [-0.0868063, 51.537242], [-0.0869956, 51.5372008], [-0.0872388, 51.5371385], [-0.0874447, 51.5370662], [-0.0880063, 51.5367934], [-0.088634, 51.5364998], [-0.0889745, 51.5363408], [-0.0893123, 51.5361702], [-0.0893914, 51.5361282], [-0.0894395, 51.5360966], [-0.0894667, 51.5360675], [-0.0894989, 51.5360309], [-0.089521, 51.5360002]] } },
|
|
94
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767492, 51.5364982], [-0.0769959, 51.5365373]] } },
|
|
95
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769959, 51.5365373], [-0.0771289, 51.5365911], [-0.0773508, 51.5366419], [-0.0774866, 51.536659], [-0.0778679, 51.5367067], [-0.077928, 51.5367301]] } },
|
|
96
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796649, 51.5358918], [-0.0796627, 51.5358341], [-0.0795875, 51.5355281]] } },
|
|
97
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0780273, 51.5359838], [-0.0776688, 51.536004], [-0.0775957, 51.5360249]] } },
|
|
98
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0717777, 51.5397675], [-0.072539, 51.5398018], [-0.07318, 51.5398307], [-0.073227, 51.5398242], [-0.0732509, 51.5397981], [-0.0733066, 51.5395382]] } },
|
|
99
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0803845, 51.5306749], [-0.080623, 51.5306719], [-0.080741, 51.5306704], [-0.0808769, 51.5306686], [-0.0810047, 51.530667], [-0.0811276, 51.5306654], [-0.0812657, 51.5306637], [-0.0815324, 51.5306603], [-0.0815586, 51.5306608], [-0.0822953, 51.5306518], [-0.0825897, 51.5306482], [-0.0828882, 51.5306446]] } },
|
|
100
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0741723, 51.5321073], [-0.0743869, 51.5321073], [-0.0746272, 51.5321073]] } },
|
|
101
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074398, 51.5317481], [-0.0743869, 51.5321073]] } },
|
|
102
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801425, 51.5324578], [-0.0798005, 51.5324465], [-0.0795496, 51.5324352]] } },
|
|
103
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0795496, 51.5324352], [-0.0794377, 51.5323858], [-0.0793472, 51.5323488], [-0.0792572, 51.5323273], [-0.0791651, 51.5323251], [-0.0788011, 51.5323162]] } },
|
|
104
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0858886, 51.5419764], [-0.0856916, 51.5419371], [-0.0853498, 51.5418648], [-0.085026, 51.5417964]] } },
|
|
105
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0846631, 51.5417255], [-0.0830885, 51.5414066], [-0.0822302, 51.5412341]] } },
|
|
106
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0846631, 51.5417255], [-0.0847508, 51.541744], [-0.0848064, 51.5417543], [-0.0848722, 51.5417739]] } },
|
|
107
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830885, 51.5414066], [-0.0834253, 51.5404227], [-0.0834745, 51.5402701], [-0.0837136, 51.5396134], [-0.0837231, 51.5395942]] } },
|
|
108
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829926, 51.5417006], [-0.0829583, 51.541661], [-0.082971, 51.5416241], [-0.0830171, 51.5416077], [-0.0830715, 51.5414578], [-0.0830885, 51.5414066]] } },
|
|
109
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0822302, 51.5412341], [-0.0822035, 51.5412287], [-0.0818977, 51.5411677]] } },
|
|
110
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817829, 51.5411448], [-0.0813726, 51.5410653], [-0.081099, 51.5410295], [-0.0810582, 51.5410269], [-0.0809408, 51.5410195], [-0.0808644, 51.5410208], [-0.0807134, 51.5410189], [-0.0806775, 51.5410185], [-0.0806069, 51.5410206]] } },
|
|
111
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0819675, 51.5408933], [-0.0820003, 51.5407626], [-0.0820836, 51.5404307], [-0.0821259, 51.5402623], [-0.0822539, 51.5397526], [-0.082359, 51.5393338]] } },
|
|
112
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818977, 51.5411677], [-0.0819616, 51.5409168], [-0.0819675, 51.5408933]] } },
|
|
113
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0795295, 51.5408164], [-0.0796328, 51.5404136], [-0.0797339, 51.540006], [-0.079927, 51.5391851]] } },
|
|
114
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0780063, 51.5408841], [-0.0778076, 51.5408768], [-0.077196, 51.5408542], [-0.0771591, 51.5408526], [-0.0768774, 51.5408404]] } },
|
|
115
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0780063, 51.5408841], [-0.07805, 51.5408819], [-0.0780953, 51.5408796], [-0.078176, 51.5408754]] } },
|
|
116
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0781411, 51.5406557], [-0.0781811, 51.5407224], [-0.0782202, 51.540794], [-0.0782365, 51.5408339]] } },
|
|
117
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.078176, 51.5408754], [-0.0782012, 51.5408582], [-0.0782365, 51.5408339], [-0.0783039, 51.5408112], [-0.0783797, 51.540799], [-0.0788487, 51.5408195], [-0.0793176, 51.5408721], [-0.079418, 51.5408875], [-0.0794854, 51.5409239], [-0.0795125, 51.5409696]] } },
|
|
118
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0795295, 51.5408164], [-0.079418, 51.5408875]] } },
|
|
119
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782925, 51.5405857], [-0.0782393, 51.5406211], [-0.0781411, 51.5406557], [-0.0780927, 51.5406371], [-0.078023, 51.540577], [-0.0777819, 51.5403375], [-0.0776667, 51.5402231], [-0.0773332, 51.5398918], [-0.0772389, 51.5397981], [-0.0771426, 51.5397024], [-0.077033, 51.5395936], [-0.0769754, 51.5395541], [-0.076918, 51.5395254], [-0.0767903, 51.5395023], [-0.0766803, 51.5394796]] } },
|
|
120
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786389, 51.5416511], [-0.0786476, 51.5416211], [-0.0786575, 51.5415824], [-0.0786631, 51.5415626]] } },
|
|
121
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0784489, 51.541212], [-0.0785956, 51.5412262]] } },
|
|
122
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818977, 51.5411677], [-0.0818223, 51.5411527], [-0.0817829, 51.5411448]] } },
|
|
123
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824096, 51.5339589], [-0.0824091, 51.5343398], [-0.0818858, 51.5343378]] } },
|
|
124
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0815467, 51.5341699], [-0.0816274, 51.5343136]] } },
|
|
125
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0807844, 51.534663], [-0.0808884, 51.5346321], [-0.0810961, 51.5345703], [-0.0812993, 51.5345098], [-0.081449, 51.5344653]] } },
|
|
126
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0887088, 51.5354797], [-0.0886656, 51.5354477], [-0.0885991, 51.5354196], [-0.0876098, 51.534995], [-0.0875562, 51.5349751], [-0.0871432, 51.5346285], [-0.0867072, 51.5342774], [-0.0862933, 51.5339568], [-0.0861684, 51.5338356], [-0.0855218, 51.5333215], [-0.0852934, 51.5331433]] } },
|
|
127
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769862, 51.5344682], [-0.076991, 51.5344152], [-0.0769949, 51.5343717], [-0.077021, 51.5341495]] } },
|
|
128
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077178, 51.5306934], [-0.0771952, 51.5306131], [-0.0772042, 51.5305713], [-0.0772148, 51.5305254], [-0.0772338, 51.5304084], [-0.0772778, 51.5302188], [-0.0772991, 51.5301541]] } },
|
|
129
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080196, 51.5310557], [-0.0801919, 51.5308505]] } },
|
|
130
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801919, 51.5308505], [-0.0802048, 51.5306753], [-0.0802169, 51.5301922], [-0.0801972, 51.5299961], [-0.0800929, 51.5296624]] } },
|
|
131
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828949, 51.5310151], [-0.0828409, 51.5310159], [-0.0828113, 51.5310164], [-0.0822197, 51.5310253], [-0.0817473, 51.5310324], [-0.0815471, 51.5310354], [-0.0811581, 51.5310412], [-0.0809452, 51.5310445], [-0.0807656, 51.5310472], [-0.0805392, 51.5310506], [-0.080196, 51.5310557]] } },
|
|
132
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830286, 51.532352], [-0.0830333, 51.5325677]] } },
|
|
133
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0834745, 51.5402701], [-0.0829531, 51.5402104]] } },
|
|
134
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828796, 51.5404241], [-0.0829531, 51.5402104], [-0.0830759, 51.539832]] } },
|
|
135
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0811909, 51.5389637], [-0.0810313, 51.5389553], [-0.0805836, 51.53888], [-0.0801329, 51.5388367], [-0.0802218, 51.5383047], [-0.0805968, 51.538329], [-0.0806123, 51.53833]] } },
|
|
136
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0815281, 51.5379972], [-0.0810829, 51.5379627], [-0.0806337, 51.5379345], [-0.0803981, 51.5379218]] } },
|
|
137
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0780578, 51.5415539], [-0.0779829, 51.5416012], [-0.0779457, 51.5416414], [-0.0779299, 51.5416811], [-0.0777549, 51.5424108], [-0.0777421, 51.5424607], [-0.077731, 51.5424972], [-0.0773515, 51.5438776]] } },
|
|
138
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0806069, 51.5410206], [-0.0806172, 51.5409537], [-0.0806343, 51.5408901], [-0.0807003, 51.5406444], [-0.0809074, 51.5398342], [-0.0809271, 51.5397941], [-0.0809745, 51.5396408], [-0.0810357, 51.5394349], [-0.0810589, 51.5393747], [-0.081071, 51.5393426], [-0.0811037, 51.5392558]] } },
|
|
139
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076872, 51.536578], [-0.0768738, 51.5365097], [-0.0768742, 51.5364909], [-0.0768747, 51.536474], [-0.0768763, 51.5364109]] } },
|
|
140
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768763, 51.5364109], [-0.076881, 51.5362593], [-0.0768945, 51.5360474]] } },
|
|
141
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.078864, 51.5327723], [-0.0787563, 51.5327749], [-0.0784088, 51.532783], [-0.0783694, 51.5328073], [-0.0783462, 51.5328388], [-0.0783421, 51.5328803], [-0.0783567, 51.5329725], [-0.078388, 51.5331697], [-0.0783754, 51.5332138], [-0.0783462, 51.5332398], [-0.0782628, 51.5332579], [-0.0776177, 51.5332745], [-0.0775338, 51.5332767]] } },
|
|
142
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0733082, 51.530482], [-0.073505, 51.5306759]] } },
|
|
143
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073505, 51.5306759], [-0.073528, 51.5308374]] } },
|
|
144
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758863, 51.5317369], [-0.0758872, 51.5314081], [-0.0758887, 51.5313661]] } },
|
|
145
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075913, 51.5329412], [-0.0759111, 51.5329155]] } },
|
|
146
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0766376, 51.5329303], [-0.0766257, 51.5328728], [-0.0765906, 51.5327509], [-0.076584, 51.5326994], [-0.0765755, 51.5326319], [-0.0762032, 51.532644], [-0.0761429, 51.5326459], [-0.0759998, 51.532644], [-0.0758912, 51.5326431]] } },
|
|
147
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771225, 51.5326497], [-0.076999, 51.5326526], [-0.0768861, 51.5326576], [-0.0768283, 51.5326331]] } },
|
|
148
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07702, 51.5317756], [-0.0764459, 51.5317804]] } },
|
|
149
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778002, 51.531899], [-0.0777966, 51.5317708], [-0.0777948, 51.5317217], [-0.0777846, 51.5314564], [-0.0777814, 51.5313717], [-0.0777618, 51.5313478], [-0.0777391, 51.53132], [-0.0777403, 51.5311601]] } },
|
|
150
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778034, 51.5320661], [-0.0782767, 51.532051], [-0.0787737, 51.5320353]] } },
|
|
151
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0774926, 51.5320473], [-0.077032, 51.5320492]] } },
|
|
152
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074581, 51.5425075], [-0.0742276, 51.5425089], [-0.0741793, 51.5424997], [-0.0741548, 51.5424799], [-0.0741437, 51.54245], [-0.0741425, 51.5424137], [-0.0741381, 51.5423858], [-0.0741244, 51.5423604], [-0.0740988, 51.5423393], [-0.0740532, 51.5423173]] } },
|
|
153
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751407, 51.5375698], [-0.0749966, 51.5375672], [-0.0747338, 51.5375692], [-0.0747419, 51.5373107]] } },
|
|
154
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0742856, 51.538088], [-0.0735473, 51.5380782]] } },
|
|
155
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074636, 51.5420444], [-0.0746254, 51.5421861], [-0.0746134, 51.5422168], [-0.0745867, 51.5422451], [-0.0745567, 51.5422678], [-0.0745101, 51.5422894], [-0.0744621, 51.5423022], [-0.0744055, 51.5423106], [-0.074352, 51.542314], [-0.0742037, 51.542316], [-0.0740532, 51.5423173]] } },
|
|
156
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0719993, 51.5360457], [-0.072049, 51.5360529], [-0.0721023, 51.5360808], [-0.0722616, 51.536138], [-0.0736133, 51.5362409], [-0.0745086, 51.5363196], [-0.0747069, 51.536337], [-0.0751132, 51.5363727], [-0.0755897, 51.5364266]] } },
|
|
157
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787464, 51.5341819], [-0.0788315, 51.5341319], [-0.0789511, 51.5340761], [-0.0789774, 51.5339964], [-0.078939, 51.5336246], [-0.0795298, 51.5336003], [-0.079563, 51.5336043], [-0.0795908, 51.5336193], [-0.0797181, 51.5337653], [-0.079745, 51.5337998], [-0.0799161, 51.533778], [-0.0801836, 51.5337543]] } },
|
|
158
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826585, 51.5380019], [-0.0839271, 51.5381172], [-0.0839651, 51.5381207], [-0.0842357, 51.5381476], [-0.0848282, 51.5382065], [-0.085214, 51.5382436], [-0.086078, 51.5383378], [-0.086157, 51.5383464]] } },
|
|
159
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081619, 51.5322855], [-0.0816133, 51.5319973], [-0.0816117, 51.5319364]] } },
|
|
160
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0816133, 51.5319973], [-0.0807539, 51.5320028]] } },
|
|
161
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798415, 51.5341968], [-0.0799544, 51.5343903], [-0.0799685, 51.5344352], [-0.0799804, 51.5344716], [-0.0800009, 51.5345161], [-0.0801252, 51.5346516]] } },
|
|
162
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0792745, 51.5347873], [-0.0791291, 51.5345108], [-0.0791106, 51.5345], [-0.0790335, 51.534482], [-0.0790068, 51.5344668], [-0.0789816, 51.5344099], [-0.078961, 51.5343748]] } },
|
|
163
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0779534, 51.5341495], [-0.078192, 51.53413], [-0.0786056, 51.5340962], [-0.0786968, 51.53412], [-0.0787464, 51.5341819], [-0.0787669, 51.5343198], [-0.0787977, 51.5344078]] } },
|
|
164
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0810655, 51.5354719], [-0.0809405, 51.5356553]] } },
|
|
165
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0803809, 51.5353649], [-0.0803586, 51.5354621]] } },
|
|
166
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0744069, 51.5368252], [-0.0741073, 51.5368284], [-0.0739432, 51.5368301], [-0.0735793, 51.536834]] } },
|
|
167
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796267, 51.5424571], [-0.0796449, 51.5423903], [-0.0795459, 51.5423935], [-0.0791207, 51.5423501]] } },
|
|
168
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762462, 51.5408115], [-0.0761944, 51.5408465], [-0.0761555, 51.5408565], [-0.0760618, 51.5408668], [-0.0758366, 51.5409001], [-0.0757868, 51.5412453], [-0.0754849, 51.5412314], [-0.0754696, 51.5414317], [-0.0754565, 51.5416041], [-0.0754486, 51.5417058], [-0.0754264, 51.5419919], [-0.0753989, 51.5423466], [-0.0754624, 51.5424138]] } },
|
|
169
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076798, 51.5408369], [-0.0767848, 51.5409467], [-0.0767656, 51.5410055], [-0.0767562, 51.5410698], [-0.076731, 51.5412409], [-0.0766828, 51.5415421], [-0.0766034, 51.5420784], [-0.0765949, 51.5421357], [-0.0765899, 51.5421873], [-0.0765979, 51.5422405], [-0.0766254, 51.5423739]] } },
|
|
170
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829636, 51.538583], [-0.0830571, 51.5385886], [-0.0832083, 51.5385957], [-0.0838461, 51.5386255], [-0.084045, 51.5386368]] } },
|
|
171
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0857315, 51.5395274], [-0.0855644, 51.5395166], [-0.0855216, 51.5395137], [-0.0854142, 51.5395063], [-0.0850122, 51.5394849], [-0.0846495, 51.5394616], [-0.0839834, 51.5394259], [-0.0837679, 51.5394144], [-0.0837456, 51.539413], [-0.083068, 51.5393708], [-0.0826332, 51.5393465], [-0.0823882, 51.5393328], [-0.082359, 51.5393338], [-0.0818978, 51.5393029], [-0.0816142, 51.5392895], [-0.0813481, 51.5392747], [-0.0812821, 51.5392701], [-0.0812358, 51.5392677], [-0.0811037, 51.5392558], [-0.0809451, 51.5392439], [-0.0808891, 51.5392397], [-0.0808078, 51.5392353], [-0.0800758, 51.5391931], [-0.079927, 51.5391851], [-0.0798136, 51.5391779], [-0.0788799, 51.5391189], [-0.0787116, 51.5391083], [-0.0780047, 51.5390611], [-0.0771358, 51.5390105], [-0.0769332, 51.5389987], [-0.076877, 51.5389952], [-0.0767006, 51.5389895]] } },
|
|
172
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0841736, 51.5411206], [-0.0845542, 51.541192], [-0.0846519, 51.5411648], [-0.0847548, 51.5411811]] } },
|
|
173
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0845955, 51.5400464], [-0.084817, 51.5400815], [-0.0846883, 51.5404518], [-0.0846487, 51.5406002]] } },
|
|
174
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0790377, 51.5394669], [-0.0786191, 51.5394348]] } },
|
|
175
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0749366, 51.5343867], [-0.0746256, 51.5344029], [-0.0746204, 51.5344171], [-0.0746167, 51.5344375], [-0.0746493, 51.5346375]] } },
|
|
176
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746256, 51.5344029], [-0.0745364, 51.5340037]] } },
|
|
177
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0809409, 51.5340866], [-0.0804376, 51.5342311]] } },
|
|
178
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0814578, 51.5349426], [-0.0812347, 51.5350266], [-0.0811592, 51.5350583]] } },
|
|
179
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0847339, 51.533151], [-0.0847068, 51.5328751], [-0.0847038, 51.532844], [-0.0845733, 51.532791], [-0.0845499, 51.5326853], [-0.0844752, 51.5323145], [-0.0844632, 51.5322505]] } },
|
|
180
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0845499, 51.5326853], [-0.084313, 51.5327001], [-0.084188, 51.5327079]] } },
|
|
181
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0847068, 51.5328751], [-0.0847706, 51.5328698], [-0.0848104, 51.5328628], [-0.0848331, 51.5328443], [-0.0848316, 51.5328019], [-0.0847912, 51.532635], [-0.0847603, 51.5325073], [-0.0847279, 51.5323735], [-0.0847308, 51.5323427], [-0.0847492, 51.5323268], [-0.0847875, 51.5323188], [-0.0848343, 51.5323135], [-0.0852942, 51.5322766], [-0.0855067, 51.5322612], [-0.0857572, 51.5322503], [-0.0859838, 51.5322348], [-0.08603, 51.5322142], [-0.0861013, 51.5322208], [-0.0861725, 51.5322343], [-0.0862457, 51.5322446]] } },
|
|
182
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0858512, 51.5326504], [-0.0855937, 51.5326713], [-0.0853856, 51.5326836], [-0.0852383, 51.5326922], [-0.0851293, 51.5326986], [-0.0850543, 51.532703]] } },
|
|
183
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0810036, 51.5333015], [-0.0811907, 51.5332815], [-0.0816378, 51.5332533], [-0.0817113, 51.5332758], [-0.081739, 51.5333718]] } },
|
|
184
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0811907, 51.5332815], [-0.0812551, 51.533457]] } },
|
|
185
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0807461, 51.5315484], [-0.0802923, 51.5315571]] } },
|
|
186
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.079745, 51.5337998], [-0.0797182, 51.5338596]] } },
|
|
187
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796614, 51.5319783], [-0.0801624, 51.5319796]] } },
|
|
188
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0784, 51.5316648], [-0.0787457, 51.531662]] } },
|
|
189
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0850118, 51.531779], [-0.0850014, 51.5317899], [-0.0850019, 51.5318177], [-0.0850273, 51.5319626], [-0.0850679, 51.5322115]] } },
|
|
190
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735957, 51.5348496], [-0.0735616, 51.5348585]] } },
|
|
191
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737124, 51.5330067], [-0.0744147, 51.5329813], [-0.0751751, 51.5329601]] } },
|
|
192
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747419, 51.5373107], [-0.0747563, 51.5366376], [-0.0747572, 51.5365931]] } },
|
|
193
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0832555, 51.5359863], [-0.0832753, 51.5359294], [-0.0832804, 51.5359147]] } },
|
|
194
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0741073, 51.5368284], [-0.0741077, 51.5365416]] } },
|
|
195
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747572, 51.5365931], [-0.0751706, 51.5365929]] } },
|
|
196
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0740912, 51.5373076], [-0.0740931, 51.5374438]] } },
|
|
197
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796458, 51.5361839], [-0.0796649, 51.5358918]] } },
|
|
198
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076529, 51.5308412], [-0.0765143, 51.5309317], [-0.076501, 51.5310372], [-0.0764895, 51.5311164], [-0.0764855, 51.5311433], [-0.0764733, 51.5311619], [-0.0764467, 51.5311729], [-0.0764202, 51.5311764], [-0.0763872, 51.5311744]] } },
|
|
199
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0763774, 51.5311083], [-0.0764895, 51.5311164]] } },
|
|
200
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758872, 51.5314081], [-0.0759289, 51.5314081], [-0.0761337, 51.5314081]] } },
|
|
201
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737161, 51.531412], [-0.0736584, 51.5313188], [-0.0736273, 51.5308838]] } },
|
|
202
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796458, 51.5361839], [-0.0796506, 51.5363029], [-0.0796414, 51.5363565]] } },
|
|
203
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0790139, 51.5362891], [-0.0789938, 51.5364261]] } },
|
|
204
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0789938, 51.5364261], [-0.0789738, 51.5365471]] } },
|
|
205
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085186, 51.5307566], [-0.0849196, 51.5309932]] } },
|
|
206
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765184, 51.5407682], [-0.076524, 51.5407392], [-0.076531, 51.5406936], [-0.0765497, 51.5405516]] } },
|
|
207
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755532, 51.5317387], [-0.0751541, 51.5317436], [-0.0747596, 51.5317457], [-0.074398, 51.5317481], [-0.073725, 51.5317478], [-0.0736615, 51.531773], [-0.0736594, 51.5318579], [-0.0736077, 51.5318569], [-0.0729782, 51.5318737], [-0.0726919, 51.5318813], [-0.0726716, 51.531882], [-0.0723708, 51.5318888], [-0.0722951, 51.5318888]] } },
|
|
208
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075757, 51.5317383], [-0.0755532, 51.5317387]] } },
|
|
209
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0865421, 51.5374367], [-0.0864598, 51.537396], [-0.0864451, 51.5373928], [-0.0864195, 51.5373884], [-0.0863971, 51.5373875], [-0.0863588, 51.5373931], [-0.0848837, 51.5376]] } },
|
|
210
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848282, 51.5382065], [-0.0848424, 51.5381319]] } },
|
|
211
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801919, 51.5308505], [-0.0800512, 51.5308463], [-0.0794349, 51.5308168], [-0.0789793, 51.5307916], [-0.0787258, 51.5307775], [-0.0786359, 51.5307763], [-0.0785407, 51.5307674], [-0.0779831, 51.530737], [-0.0778657, 51.5307317], [-0.0777846, 51.530728], [-0.0777011, 51.5307237]] } },
|
|
212
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0785929, 51.531175], [-0.0785726, 51.5310551], [-0.0786359, 51.5307763]] } },
|
|
213
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796786, 51.5311964], [-0.079724, 51.5311969], [-0.0797662, 51.5311974], [-0.0801895, 51.5312023]] } },
|
|
214
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0791404, 51.5311819], [-0.0791728, 51.5311728], [-0.0793095, 51.5311725], [-0.0796264, 51.5311761], [-0.0796786, 51.5311964]] } },
|
|
215
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788034, 51.5323454], [-0.0783358, 51.5323735], [-0.0779479, 51.5324002], [-0.0778251, 51.5324042], [-0.0775601, 51.5324211], [-0.0770917, 51.5324511]] } },
|
|
216
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0791651, 51.5323251], [-0.0791784, 51.5321135], [-0.0792076, 51.5320049], [-0.0794712, 51.5320075]] } },
|
|
217
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0775338, 51.5332767], [-0.0771236, 51.5332701]] } },
|
|
218
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0795875, 51.5355281], [-0.0787335, 51.535603], [-0.0782056, 51.5356476], [-0.077618, 51.5356972], [-0.0769101, 51.5357271]] } },
|
|
219
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786892, 51.535364], [-0.0787289, 51.5353552], [-0.0791444, 51.5352966], [-0.0796396, 51.5352051], [-0.0796599, 51.5351904], [-0.0796672, 51.5351742], [-0.0796599, 51.5351565], [-0.0795854, 51.5350172], [-0.0798003, 51.5349674], [-0.079846, 51.5349568], [-0.0799963, 51.5350391]] } },
|
|
220
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0809339, 51.5348242], [-0.080558, 51.5349072], [-0.0799963, 51.5350391]] } },
|
|
221
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776143, 51.5351272], [-0.0776215, 51.5351604], [-0.0776621, 51.5351838], [-0.0782646, 51.5351544], [-0.0784251, 51.5351465]] } },
|
|
222
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782646, 51.5351544], [-0.0783425, 51.5353255], [-0.0785589, 51.5353343], [-0.0786892, 51.535364], [-0.0787212, 51.5355369], [-0.0787335, 51.535603]] } },
|
|
223
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769213, 51.5353432], [-0.0772733, 51.5353498]] } },
|
|
224
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0775158, 51.5345395], [-0.0774965, 51.5348426], [-0.0775115, 51.5351112]] } },
|
|
225
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782625, 51.5344945], [-0.0782674, 51.5345402], [-0.0783194, 51.5348567], [-0.0784251, 51.5351465]] } },
|
|
226
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776143, 51.5351272], [-0.0775115, 51.5351112], [-0.0774149, 51.5351093], [-0.0774038, 51.5351895], [-0.0774103, 51.5353246]] } },
|
|
227
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083831, 51.5336847], [-0.0837171, 51.5336906], [-0.0836053, 51.5336741], [-0.0835118, 51.5336703], [-0.0834386, 51.5336843], [-0.0833573, 51.5336944], [-0.0832902, 51.5336918], [-0.0832374, 51.5336703], [-0.083213, 51.5336387], [-0.0832171, 51.5335705], [-0.083274, 51.5334377], [-0.0832923, 51.5333922], [-0.0833159, 51.5333677], [-0.0833756, 51.5333732], [-0.0834447, 51.5333568], [-0.0835788, 51.5333315], [-0.0836764, 51.533329], [-0.083774, 51.5333441], [-0.0838349, 51.5333783], [-0.0838919, 51.5334276], [-0.0839467, 51.5334946], [-0.0839589, 51.533549], [-0.0839406, 51.5336071], [-0.0839101, 51.5336564], [-0.083831, 51.5336847]] } },
|
|
228
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083831, 51.5336847], [-0.0833159, 51.5333677]] } },
|
|
229
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762839, 51.5423638], [-0.0762671, 51.5424811], [-0.0762632, 51.5425123], [-0.0762572, 51.5425566], [-0.076168, 51.5432756], [-0.0761407, 51.5434783], [-0.0760518, 51.5441384]] } },
|
|
230
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762839, 51.5423638], [-0.0762974, 51.5422531], [-0.0762993, 51.5422399], [-0.0763041, 51.5421936]] } },
|
|
231
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829678, 51.5385496], [-0.0829636, 51.538583], [-0.0829094, 51.5386151], [-0.0826151, 51.5385983], [-0.0824906, 51.5385918]] } },
|
|
232
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.082627, 51.5382612], [-0.0826266, 51.538209], [-0.0826585, 51.5380019], [-0.0826725, 51.5379108], [-0.0826996, 51.5377348]] } },
|
|
233
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829678, 51.5385496], [-0.0829891, 51.5384076]] } },
|
|
234
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0823882, 51.5393328], [-0.0824006, 51.5392559], [-0.0824469, 51.5389243]] } },
|
|
235
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826548, 51.5383882], [-0.0826369, 51.5385078], [-0.0828349, 51.5385193]] } },
|
|
236
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0839651, 51.5381207], [-0.083926, 51.5383726], [-0.0841173, 51.5383844], [-0.0841982, 51.5383893], [-0.0843326, 51.5383976], [-0.0846488, 51.5384171], [-0.0847225, 51.5384223], [-0.0847952, 51.5384261]] } },
|
|
237
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0843326, 51.5383976], [-0.0843136, 51.5385165], [-0.0846287, 51.5385349], [-0.0846488, 51.5384171]] } },
|
|
238
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848542, 51.5378397], [-0.0840588, 51.537795], [-0.0840732, 51.5376673]] } },
|
|
239
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085214, 51.5382436], [-0.0851162, 51.5388511], [-0.0850991, 51.5389552], [-0.0850805, 51.5390729], [-0.0850501, 51.5392623], [-0.0850374, 51.5393406], [-0.0850274, 51.5394033], [-0.0850122, 51.5394849]] } },
|
|
240
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848649, 51.5377517], [-0.0848837, 51.5376]] } },
|
|
241
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826996, 51.5377348], [-0.0827106, 51.537666], [-0.0831528, 51.5376902], [-0.0834298, 51.5377063], [-0.0834432, 51.5376242]] } },
|
|
242
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848424, 51.5381319], [-0.0848836, 51.5378966], [-0.0848542, 51.5378397], [-0.0848587, 51.5378033], [-0.0848649, 51.5377517]] } },
|
|
243
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0851049, 51.5393439], [-0.0850374, 51.5393406]] } },
|
|
244
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0851687, 51.5389363], [-0.0851628, 51.5389585], [-0.0850991, 51.5389552], [-0.0851162, 51.5388511], [-0.0852808, 51.5388649], [-0.0852581, 51.5389427], [-0.0851687, 51.5389363]] } },
|
|
245
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0841613, 51.5386438], [-0.0842837, 51.5386506], [-0.084728, 51.538821], [-0.0848216, 51.5388289]] } },
|
|
246
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0842357, 51.5381476], [-0.084231, 51.5381778], [-0.0842151, 51.5382762]] } },
|
|
247
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0849496, 51.5388384], [-0.0849853, 51.5388409], [-0.0851162, 51.5388511], [-0.0852808, 51.5388649], [-0.0853626, 51.5388713], [-0.0853724, 51.5388193]] } },
|
|
248
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840258, 51.537643], [-0.083974, 51.5379909], [-0.0839504, 51.5379895], [-0.0838873, 51.5379859], [-0.0838783, 51.5380464], [-0.0835065, 51.5380249], [-0.0835158, 51.5379623], [-0.0834395, 51.5379579], [-0.0835019, 51.53762], [-0.0836474, 51.5376264], [-0.0840258, 51.537643]] } },
|
|
249
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0841687, 51.5385789], [-0.0841774, 51.5385157], [-0.0840973, 51.5385104], [-0.0841173, 51.5383844]] } },
|
|
250
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767302, 51.5382413], [-0.0767363, 51.5381767]] } },
|
|
251
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767171, 51.5385229], [-0.0767188, 51.538451], [-0.0767302, 51.5382413]] } },
|
|
252
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0766803, 51.5394796], [-0.0766984, 51.5392131], [-0.0767008, 51.539177], [-0.0767006, 51.5389895], [-0.0767046, 51.538909], [-0.0767062, 51.5388767], [-0.0767093, 51.5388139]] } },
|
|
253
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769289, 51.5350945], [-0.0769644, 51.534709], [-0.0769677, 51.5346721], [-0.0769724, 51.5346209], [-0.0769807, 51.5345291]] } },
|
|
254
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768088, 51.5372109], [-0.0768145, 51.5371437], [-0.0768257, 51.5370133]] } },
|
|
255
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765497, 51.5405516], [-0.0765869, 51.5402462], [-0.0766803, 51.5394796]] } },
|
|
256
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768257, 51.5370133], [-0.0768555, 51.5367874], [-0.0768645, 51.5366717], [-0.0768699, 51.5366159], [-0.076872, 51.536578]] } },
|
|
257
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0764346, 51.5412374], [-0.076459, 51.5410678], [-0.0764731, 51.5410037], [-0.0764804, 51.5409681], [-0.0764881, 51.5409305], [-0.0765107, 51.5408279]] } },
|
|
258
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077021, 51.5341495], [-0.0770407, 51.5339804], [-0.0770635, 51.5337852], [-0.0771186, 51.5333131]] } },
|
|
259
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768945, 51.5360474], [-0.0769101, 51.5357271], [-0.076915, 51.5356138], [-0.0769186, 51.5354335], [-0.0769213, 51.5353432], [-0.0769289, 51.5350945]] } },
|
|
260
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771074, 51.5310433], [-0.0771505, 51.5308392], [-0.0771606, 51.5307915], [-0.0771679, 51.5307507], [-0.077178, 51.5306934]] } },
|
|
261
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0770354, 51.5321261], [-0.077032, 51.5320492], [-0.07702, 51.5317756], [-0.0770283, 51.531662], [-0.0770426, 51.5314663], [-0.0770486, 51.5313845], [-0.077089, 51.531139], [-0.0771074, 51.5310433]] } },
|
|
262
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848216, 51.5388289], [-0.0849496, 51.5388384]] } },
|
|
263
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0842151, 51.5382762], [-0.0842021, 51.5383616]] } },
|
|
264
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0842021, 51.5383616], [-0.0841982, 51.5383893]] } },
|
|
265
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824932, 51.5385994], [-0.0824611, 51.5388262], [-0.0824493, 51.5389075], [-0.0824469, 51.5389243], [-0.0825681, 51.5389322], [-0.0827601, 51.5389447], [-0.083002, 51.5389605], [-0.0831247, 51.5389685], [-0.0831069, 51.5390946], [-0.0830794, 51.5392892], [-0.083068, 51.5393708]] } },
|
|
266
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0846495, 51.5394616], [-0.084661, 51.5393841], [-0.0846891, 51.5391822], [-0.0837872, 51.539132]] } },
|
|
267
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0832051, 51.5386304], [-0.0838783, 51.5386735], [-0.0838394, 51.5389363], [-0.0838134, 51.5389668], [-0.0837872, 51.539132], [-0.0837754, 51.5393343], [-0.0837679, 51.5394144]] } },
|
|
268
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826266, 51.538209], [-0.0825523, 51.5382041], [-0.0822811, 51.5381863], [-0.0823428, 51.5378091]] } },
|
|
269
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0827106, 51.537666], [-0.0826687, 51.5376523], [-0.0823696, 51.5376356]] } },
|
|
270
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818086, 51.5376534], [-0.0823589, 51.5376889], [-0.0823696, 51.5376356], [-0.082375, 51.5376022], [-0.0823696, 51.537588], [-0.0823495, 51.5375713], [-0.0823213, 51.537558], [-0.0821604, 51.5375113], [-0.0821001, 51.5374988]] } },
|
|
271
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818978, 51.5393029], [-0.0819566, 51.5389402]] } },
|
|
272
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0813285, 51.5385579], [-0.0814351, 51.5385639], [-0.0816724, 51.5385759], [-0.0818331, 51.5385701], [-0.0820619, 51.5385827]] } },
|
|
273
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0825681, 51.5389322], [-0.0825707, 51.5389144], [-0.0825829, 51.5388326], [-0.0826151, 51.5385983]] } },
|
|
274
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800758, 51.5391931], [-0.080089, 51.5391292]] } },
|
|
275
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788189, 51.5387761], [-0.0789538, 51.5387842], [-0.079096, 51.5387925], [-0.0790759, 51.5389393], [-0.0798469, 51.5389867]] } },
|
|
276
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0789467, 51.5383183], [-0.0790771, 51.5383247], [-0.0799843, 51.5383712]] } },
|
|
277
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.079096, 51.5387925], [-0.0792522, 51.5388035], [-0.0797713, 51.5388377], [-0.07991, 51.5388468], [-0.0799759, 51.538433], [-0.0799843, 51.5383712], [-0.0799973, 51.5382988]] } },
|
|
278
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0794142, 51.538262], [-0.0794112, 51.5382845], [-0.0795292, 51.5382921], [-0.0795265, 51.5383121], [-0.0789553, 51.5382828]] } },
|
|
279
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0820308, 51.5388152], [-0.0819347, 51.5388089], [-0.0814664, 51.5387784], [-0.0814584, 51.5388218], [-0.0813632, 51.5388156], [-0.0812456, 51.5388079]] } },
|
|
280
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0819566, 51.5389402], [-0.081968, 51.5388747], [-0.0819237, 51.5388721], [-0.0819347, 51.5388089]] } },
|
|
281
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0823357, 51.5388185], [-0.0823234, 51.5388927], [-0.0820216, 51.5388776]] } },
|
|
282
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0825829, 51.5388326], [-0.0824611, 51.5388262], [-0.0823357, 51.5388185]] } },
|
|
283
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081968, 51.5388747], [-0.0820216, 51.5388776], [-0.0820308, 51.5388152], [-0.0820607, 51.5386741], [-0.0820632, 51.5386291], [-0.0820619, 51.5385827], [-0.0820753, 51.5385505], [-0.0820879, 51.5385511], [-0.0823771, 51.5385678], [-0.0824906, 51.5385918], [-0.0824932, 51.5385994]] } },
|
|
284
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083002, 51.5389605], [-0.0830528, 51.5386349]] } },
|
|
285
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830528, 51.5386349], [-0.083057, 51.5386091]] } },
|
|
286
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083057, 51.5386091], [-0.0830571, 51.5385886]] } },
|
|
287
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0827807, 51.5379167], [-0.0831138, 51.5379343], [-0.0833963, 51.5379492]] } },
|
|
288
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0831138, 51.5379343], [-0.0831475, 51.5377231], [-0.0831528, 51.5376902]] } },
|
|
289
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826725, 51.5379108], [-0.082735, 51.5379143], [-0.0827633, 51.5379159]] } },
|
|
290
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0827633, 51.5379159], [-0.0827807, 51.5379167]] } },
|
|
291
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0807198, 51.5373955], [-0.0807095, 51.5374603], [-0.0806396, 51.5378976], [-0.0806337, 51.5379345]] } },
|
|
292
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0810829, 51.5379627], [-0.0810888, 51.5379227], [-0.0811487, 51.5375256], [-0.0811612, 51.537443]] } },
|
|
293
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0814881, 51.5381096], [-0.0817682, 51.5381236], [-0.0820914, 51.5381411]] } },
|
|
294
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0791214, 51.5386694], [-0.0788516, 51.538659]] } },
|
|
295
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0794467, 51.5376064], [-0.0793665, 51.537956], [-0.0793536, 51.5379769], [-0.079327, 51.5379979], [-0.0792923, 51.5380104], [-0.0792438, 51.5380163], [-0.0791798, 51.5380126], [-0.0790234, 51.5380004]] } },
|
|
296
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080359, 51.5381915], [-0.0803981, 51.5379218], [-0.0801395, 51.537907], [-0.0801709, 51.5376742]] } },
|
|
297
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0814305, 51.5382714], [-0.0813031, 51.538274], [-0.0806112, 51.5382348], [-0.0804714, 51.5382269]] } },
|
|
298
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0813337, 51.5385432], [-0.0806363, 51.5384973]] } },
|
|
299
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801709, 51.5376742], [-0.0802125, 51.5376766], [-0.0802639, 51.5373366]] } },
|
|
300
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755711, 51.5394099], [-0.0753028, 51.5423462], [-0.0753989, 51.5423466]] } },
|
|
301
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0727969, 51.5348765], [-0.072769, 51.5347834], [-0.0726967, 51.5346926], [-0.0726706, 51.5346611], [-0.0725446, 51.5344592], [-0.0725824, 51.5343741]] } },
|
|
302
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0724982, 51.5331502], [-0.0726402, 51.5330434], [-0.0729796, 51.5330305], [-0.0730535, 51.5330277]] } },
|
|
303
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736037, 51.5347966], [-0.0735815, 51.5347422], [-0.073566, 51.5347051]] } },
|
|
304
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736663, 51.5341618], [-0.0735703, 51.5341287], [-0.0724326, 51.534186]] } },
|
|
305
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758858, 51.5310439], [-0.0757907, 51.5310349]] } },
|
|
306
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0757907, 51.5310349], [-0.0755879, 51.5310005]] } },
|
|
307
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755879, 51.5310005], [-0.075483, 51.5309916]] } },
|
|
308
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075483, 51.5309916], [-0.075514, 51.530861], [-0.0755379, 51.5307682], [-0.0755713, 51.530656], [-0.0755753, 51.5306154]] } },
|
|
309
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085186, 51.5307566], [-0.0854438, 51.5308723]] } },
|
|
310
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771442, 51.5329174], [-0.0771418, 51.5328333], [-0.0771361, 51.5327768], [-0.0771225, 51.5326497], [-0.0770917, 51.5324511], [-0.0770682, 51.5323231], [-0.0770354, 51.5321261]] } },
|
|
311
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800904, 51.5331768], [-0.0800921, 51.5329858], [-0.0801022, 51.532892], [-0.0801263, 51.5327215]] } },
|
|
312
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801263, 51.5327215], [-0.0801354, 51.5326001], [-0.0801425, 51.5324578], [-0.0801624, 51.5319796], [-0.0801633, 51.5319276], [-0.0801661, 51.5318543], [-0.0801734, 51.5315594], [-0.080188, 51.5312413]] } },
|
|
313
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830333, 51.5325677], [-0.0830499, 51.5328983], [-0.0830327, 51.533116], [-0.083023, 51.533197]] } },
|
|
314
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.082886, 51.5349057], [-0.0828878, 51.5349419], [-0.0828789, 51.5350015], [-0.0828557, 51.5350539]] } },
|
|
315
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0738133, 51.5406199], [-0.0736977, 51.5406157], [-0.0726191, 51.5405453], [-0.0716788, 51.5404985], [-0.0709137, 51.5404647], [-0.0703603, 51.5404318]] } },
|
|
316
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758686, 51.5423763], [-0.075719, 51.5423743]] } },
|
|
317
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075719, 51.5423743], [-0.0756314, 51.5423777], [-0.075559, 51.5423805], [-0.075493, 51.5423911], [-0.0754624, 51.5424138]] } },
|
|
318
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0727614, 51.53903], [-0.0719126, 51.5389686], [-0.0718821, 51.5390916]] } },
|
|
319
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0766107, 51.5366403], [-0.0766308, 51.5365744]] } },
|
|
320
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0843469, 51.5431277], [-0.0843863, 51.5430237], [-0.0843992, 51.5429897], [-0.0845616, 51.5425561], [-0.0847595, 51.5420428], [-0.0847976, 51.5419438], [-0.0848722, 51.5417739], [-0.0848964, 51.5416939], [-0.0850655, 51.5412381], [-0.0852577, 51.5407475], [-0.0852825, 51.5406836], [-0.0853823, 51.5404289], [-0.085385, 51.5404221], [-0.0854633, 51.5402222], [-0.0855116, 51.5400956], [-0.0856228, 51.5398082], [-0.0856639, 51.5397019], [-0.085682, 51.5396499], [-0.0856938, 51.5396208], [-0.0857315, 51.5395274]] } },
|
|
321
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786191, 51.5394348], [-0.0780828, 51.5394043]] } },
|
|
322
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0725132, 51.533286], [-0.0722866, 51.5332833], [-0.0720622, 51.5332725]] } },
|
|
323
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828949, 51.5310151], [-0.0829015, 51.5310777], [-0.0829835, 51.5318705], [-0.0829846, 51.5318827], [-0.0829961, 51.5320052], [-0.0830286, 51.532352]] } },
|
|
324
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778657, 51.5307317], [-0.077886, 51.5305412], [-0.0785478, 51.5305766], [-0.0785569, 51.5305869], [-0.0785407, 51.5307674]] } },
|
|
325
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787714, 51.5306643], [-0.0789192, 51.5305849]] } },
|
|
326
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787258, 51.5307775], [-0.0787336, 51.5307115], [-0.0787714, 51.5306643]] } },
|
|
327
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735542, 51.5379172], [-0.0734185, 51.5379062]] } },
|
|
328
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788234, 51.5409225], [-0.078828, 51.5409037], [-0.0788414, 51.5408492], [-0.0788487, 51.5408195]] } },
|
|
329
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787893, 51.5410616], [-0.0786971, 51.5410614], [-0.0786093, 51.5410787], [-0.0785342, 51.541112], [-0.0784789, 51.5411578], [-0.0784489, 51.541212], [-0.0784456, 51.5412619], [-0.0784638, 51.5413104], [-0.0785022, 51.5413542], [-0.0785579, 51.5413901], [-0.078627, 51.5414154], [-0.0787045, 51.5414283], [-0.0787978, 51.5414239], [-0.0788946, 51.5414061], [-0.0789655, 51.5413712], [-0.079022, 51.5413215], [-0.0790439, 51.5412654], [-0.0790474, 51.5412076], [-0.0790157, 51.5411459], [-0.078951, 51.5410995], [-0.0788748, 51.5410787], [-0.0787893, 51.5410616]] } },
|
|
330
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0781803, 51.5411778], [-0.0781423, 51.5411731], [-0.0780796, 51.5411691]] } },
|
|
331
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0789061, 51.5409159], [-0.0789824, 51.5409355], [-0.0790704, 51.540971], [-0.0791417, 51.5410131], [-0.0792017, 51.5410643], [-0.0792501, 51.5411293], [-0.079276, 51.5411999], [-0.0792796, 51.5412525], [-0.0792788, 51.5412824], [-0.0792594, 51.5413336], [-0.0792292, 51.5413847], [-0.0791622, 51.541453], [-0.0791014, 51.5414939], [-0.0790169, 51.5415338], [-0.0789204, 51.5415632], [-0.0788353, 51.5415783], [-0.078771, 51.5415839], [-0.0787187, 51.5415858], [-0.0786575, 51.5415824], [-0.0785928, 51.5415749], [-0.0785256, 51.5415616], [-0.0784366, 51.5415341], [-0.0783652, 51.5415017], [-0.0782975, 51.5414585], [-0.0782643, 51.5414305], [-0.0782241, 51.5413857], [-0.0781946, 51.5413367], [-0.0781794, 51.5412943], [-0.0781727, 51.5412443], [-0.0781726, 51.5412105], [-0.0781803, 51.5411778], [-0.078191, 51.5411529], [-0.0782205, 51.5411007], [-0.0782668, 51.5410487], [-0.0783257, 51.5410031], [-0.0783652, 51.5409797], [-0.0784212, 51.5409534], [-0.0784801, 51.5409323], [-0.078538, 51.5409169], [-0.0786166, 51.5409032], [-0.0786938, 51.540897], [-0.0787645, 51.5408972], [-0.078828, 51.5409037], [-0.0789061, 51.5409159]] } },
|
|
332
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0792504, 51.5412802], [-0.0792788, 51.5412824], [-0.0793623, 51.541289], [-0.0794274, 51.5412942]] } },
|
|
333
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787823, 51.5412838], [-0.0788046, 51.541275], [-0.0788208, 51.5412619], [-0.0788287, 51.5412463], [-0.0788282, 51.5412314], [-0.0788202, 51.5412173], [-0.0788056, 51.5412055], [-0.0787859, 51.5411971], [-0.0787629, 51.5411929], [-0.078739, 51.5411933], [-0.0787164, 51.5411983], [-0.0786975, 51.5412074], [-0.078684, 51.5412198], [-0.0786773, 51.5412341], [-0.0786787, 51.5412505], [-0.0786889, 51.5412656], [-0.0787068, 51.5412777], [-0.0787303, 51.5412853], [-0.0787565, 51.5412874], [-0.0787823, 51.5412838]] } },
|
|
334
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0806069, 51.5410206], [-0.0805309, 51.5410179]] } },
|
|
335
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0754929, 51.532952], [-0.0758047, 51.532944]] } },
|
|
336
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758047, 51.532944], [-0.075913, 51.5329412]] } },
|
|
337
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759501, 51.5339141], [-0.0758252, 51.5339264], [-0.0752146, 51.5339652], [-0.0748551, 51.5339856], [-0.0745364, 51.5340037], [-0.0741472, 51.5340728], [-0.0737625, 51.5341412], [-0.0736663, 51.5341618], [-0.0733634, 51.5342213], [-0.0732518, 51.534248], [-0.072964, 51.5343068], [-0.0726605, 51.5343689], [-0.0725824, 51.5343741]] } },
|
|
338
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0754427, 51.5345543], [-0.0748033, 51.5346172], [-0.0746493, 51.5346375], [-0.0745349, 51.5346536], [-0.0736037, 51.5347966], [-0.0734522, 51.5348198], [-0.0732316, 51.5348539], [-0.0728759, 51.5349089], [-0.0728574, 51.5349112], [-0.0727476, 51.5349248], [-0.0725864, 51.5349402], [-0.0724739, 51.5349479], [-0.0723292, 51.5349562], [-0.0718249, 51.534993], [-0.071564, 51.5350024], [-0.0710173, 51.5349895], [-0.0707206, 51.5349897], [-0.0706199, 51.5349898], [-0.0705368, 51.5349899], [-0.0703982, 51.5349906], [-0.0703222, 51.534991], [-0.0702511, 51.5349913], [-0.0700986, 51.5349914], [-0.0699667, 51.5349916], [-0.0699102, 51.5349916], [-0.0698535, 51.5349916], [-0.0692456, 51.5349938], [-0.0687359, 51.5349957], [-0.0686358, 51.5349967], [-0.0684704, 51.534998], [-0.0683869, 51.5349987], [-0.0679919, 51.5350019], [-0.0671444, 51.5350044], [-0.0670195, 51.5350052], [-0.0667529, 51.5350047], [-0.0667051, 51.5350056], [-0.0663504, 51.5350038], [-0.0655633, 51.5350027], [-0.0654158, 51.5350012], [-0.065236, 51.5350028], [-0.0644393, 51.5349993], [-0.0642995, 51.5350017], [-0.0638395, 51.5350042], [-0.063641, 51.5350044], [-0.063301, 51.5350025], [-0.0632375, 51.5350011], [-0.0631586, 51.5350005], [-0.0631068, 51.5349951], [-0.0630174, 51.5349669]] } },
|
|
339
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759702, 51.5345096], [-0.0758655, 51.5345178], [-0.0758163, 51.5345216], [-0.0755843, 51.5345417], [-0.0754427, 51.5345543]] } },
|
|
340
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07589, 51.535178], [-0.0755381, 51.5352063]] } },
|
|
341
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755381, 51.5352063], [-0.0747599, 51.5352597], [-0.0747112, 51.5352631], [-0.0746158, 51.5352698], [-0.0737987, 51.5353271], [-0.0736269, 51.5353388], [-0.0732178, 51.5353665], [-0.0730318, 51.5353778], [-0.0726729, 51.5353997], [-0.0725667, 51.5354062], [-0.0723867, 51.5354184], [-0.0723629, 51.5354206], [-0.0719846, 51.5354467], [-0.0718686, 51.5354559]] } },
|
|
342
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0757936, 51.5371909], [-0.0755309, 51.5371912]] } },
|
|
343
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755309, 51.5371912], [-0.075365, 51.5371888], [-0.0751485, 51.5371856]] } },
|
|
344
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751224, 51.5384736], [-0.0750374, 51.5384789], [-0.0749812, 51.5384826]] } },
|
|
345
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075811, 51.538466], [-0.0755914, 51.5384656]] } },
|
|
346
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755313, 51.5402939], [-0.0753268, 51.5401766]] } },
|
|
347
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0753268, 51.5401766], [-0.0747799, 51.5398348], [-0.0746604, 51.5397552], [-0.074496, 51.5396324]] } },
|
|
348
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0811037, 51.5392558], [-0.0811405, 51.5391525], [-0.0811478, 51.5391263], [-0.0811598, 51.5390998], [-0.0811909, 51.5389637], [-0.0812324, 51.5388477], [-0.0812456, 51.5388079], [-0.0812874, 51.5386819], [-0.0813285, 51.5385579], [-0.0813337, 51.5385432], [-0.0814305, 51.5382714], [-0.0814637, 51.5381782], [-0.0814881, 51.5381096], [-0.0815281, 51.5379972], [-0.0816426, 51.5376994], [-0.0816602, 51.5376438], [-0.0817079, 51.5374935]] } },
|
|
349
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0754764, 51.5389609], [-0.0754253, 51.5389634]] } },
|
|
350
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848687, 51.5412016], [-0.0850655, 51.5412381]] } },
|
|
351
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0847548, 51.5411811], [-0.0848687, 51.5412016]] } },
|
|
352
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0832425, 51.5297898], [-0.0831842, 51.5298695], [-0.0829895, 51.5300977], [-0.0829634, 51.5301795], [-0.0829137, 51.530342], [-0.0828809, 51.5304727], [-0.0828882, 51.5306446], [-0.0828878, 51.5307517], [-0.0828949, 51.5310151]] } },
|
|
353
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07589, 51.535178], [-0.0758887, 51.5352138], [-0.0759247, 51.5360735], [-0.0760876, 51.5361031], [-0.0763947, 51.5361073], [-0.0764041, 51.535847]] } },
|
|
354
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736816, 51.5390062], [-0.0736752, 51.5390288]] } },
|
|
355
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736329, 51.5390259], [-0.0736443, 51.5389821], [-0.0736664, 51.5389363]] } },
|
|
356
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073901, 51.5390905], [-0.073792, 51.5391294], [-0.0737238, 51.5391123], [-0.0737173, 51.5390708], [-0.0737206, 51.5390405], [-0.0736816, 51.5390062], [-0.0736443, 51.5389821]] } },
|
|
357
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0784219, 51.542526], [-0.0782128, 51.5425059], [-0.0781658, 51.5425014]] } },
|
|
358
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0781658, 51.5425014], [-0.0777421, 51.5424607], [-0.0774799, 51.5424389], [-0.0771848, 51.5424176], [-0.0769005, 51.5423956]] } },
|
|
359
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767363, 51.5381767], [-0.0767476, 51.5380268], [-0.0768088, 51.5372109]] } },
|
|
360
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0764238, 51.5413163], [-0.0764346, 51.5412374]] } },
|
|
361
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767093, 51.5388139], [-0.0767171, 51.5385229]] } },
|
|
362
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737731, 51.5357401], [-0.0737714, 51.5357676], [-0.0740409, 51.5358142], [-0.0741804, 51.5358425]] } },
|
|
363
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817987, 51.5370597], [-0.0824214, 51.5371336], [-0.0832743, 51.5372487], [-0.083295, 51.5371486]] } },
|
|
364
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0842415, 51.5372044], [-0.0841652, 51.5371409], [-0.084162, 51.5371254], [-0.0841318, 51.5370214], [-0.0840279, 51.5369507]] } },
|
|
365
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747442, 51.5351743], [-0.0747508, 51.5352102], [-0.0747599, 51.5352597]] } },
|
|
366
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0739904, 51.5406357], [-0.073874, 51.5406131]] } },
|
|
367
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0740513, 51.5406323], [-0.0739904, 51.5406357]] } },
|
|
368
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073874, 51.5406131], [-0.0739223, 51.5406025], [-0.0739817, 51.540603], [-0.0740513, 51.5406323]] } },
|
|
369
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0739904, 51.5406357], [-0.0739406, 51.5406501], [-0.0738795, 51.5406495], [-0.0738133, 51.5406199]] } },
|
|
370
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0738133, 51.5406199], [-0.073874, 51.5406131]] } },
|
|
371
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837488, 51.5310045], [-0.0837722, 51.5312651], [-0.0837911, 51.5315949]] } },
|
|
372
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.084466, 51.531728], [-0.0843645, 51.5317436], [-0.0841825, 51.5318215], [-0.0838347, 51.5318243], [-0.0829835, 51.5318705]] } },
|
|
373
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0772252, 51.5404937], [-0.0774316, 51.5404002], [-0.0774139, 51.5403801], [-0.0775052, 51.5402902], [-0.0776667, 51.5402231]] } },
|
|
374
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0772252, 51.5404937], [-0.077196, 51.5408542]] } },
|
|
375
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0745966, 51.5410138], [-0.0746045, 51.5409302], [-0.0746881, 51.5409337], [-0.0748276, 51.5409407], [-0.074866, 51.5409666], [-0.0748559, 51.5413037], [-0.074787, 51.5413489], [-0.0747245, 51.5413544], [-0.0746619, 51.5413533]] } },
|
|
376
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0833936, 51.5370432], [-0.0838225, 51.5370602], [-0.0840279, 51.5369507], [-0.0840525, 51.5369255], [-0.0840488, 51.5366865], [-0.0840852, 51.536295]] } },
|
|
377
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0757868, 51.5412453], [-0.0757846, 51.5412601], [-0.0757553, 51.5414529]] } },
|
|
378
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755733, 51.5419534], [-0.07557, 51.541995], [-0.0754749, 51.541993], [-0.0754264, 51.5419919]] } },
|
|
379
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758366, 51.5409001], [-0.0757971, 51.5409024], [-0.0756541, 51.5409201]] } },
|
|
380
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0756716, 51.5417143], [-0.0754726, 51.5417068], [-0.0754486, 51.5417058]] } },
|
|
381
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0757223, 51.5414426], [-0.0755036, 51.5414332], [-0.0754696, 51.5414317]] } },
|
|
382
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796627, 51.5358341], [-0.0799712, 51.5358287], [-0.0802153, 51.5358104], [-0.0802998, 51.5358129]] } },
|
|
383
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0812033, 51.5363293], [-0.0812868, 51.5359162]] } },
|
|
384
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0809157, 51.5358887], [-0.0812868, 51.5359162], [-0.081602, 51.5359408], [-0.0815188, 51.5363488], [-0.0812033, 51.5363293], [-0.0808814, 51.5363095]] } },
|
|
385
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752294, 51.5306041], [-0.0752211, 51.5306679]] } },
|
|
386
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747345, 51.5314193], [-0.074745, 51.5313741], [-0.0747063, 51.5307794], [-0.0747001, 51.5306846], [-0.0746971, 51.5306367]] } },
|
|
387
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752107, 51.5307471], [-0.0752037, 51.5314722]] } },
|
|
388
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0749039, 51.5313735], [-0.0747924, 51.5313744], [-0.074745, 51.5313741]] } },
|
|
389
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746478, 51.5305725], [-0.0746489, 51.5306569], [-0.0747001, 51.5306846]] } },
|
|
390
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0749037, 51.5314527], [-0.0749039, 51.5313735], [-0.0748921, 51.5308513], [-0.0748656, 51.5308139], [-0.0748577, 51.530692], [-0.0748532, 51.5305898]] } },
|
|
391
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737161, 51.531412], [-0.0740732, 51.5314146], [-0.0744293, 51.5314171], [-0.0747345, 51.5314193]] } },
|
|
392
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752211, 51.5306679], [-0.0752107, 51.5307471]] } },
|
|
393
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758887, 51.5313661], [-0.0758858, 51.5310439], [-0.0759061, 51.5306946]] } },
|
|
394
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077618, 51.5356972], [-0.0776688, 51.536004]] } },
|
|
395
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0775957, 51.5360249], [-0.0771529, 51.5360594], [-0.0768945, 51.5360474]] } },
|
|
396
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0723867, 51.5354184], [-0.0723783, 51.5353728], [-0.0723298, 51.5350125], [-0.072481, 51.5350026], [-0.0724776, 51.5349714]] } },
|
|
397
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802195, 51.5370608], [-0.0802591, 51.5370666], [-0.080249, 51.5370979]] } },
|
|
398
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801981, 51.5371217], [-0.0801368, 51.5373202]] } },
|
|
399
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802195, 51.5370608], [-0.0801981, 51.5371217]] } },
|
|
400
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802276, 51.5370402], [-0.0802195, 51.5370608]] } },
|
|
401
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787472, 51.5315633], [-0.0793574, 51.531565]] } },
|
|
402
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801633, 51.5319276], [-0.080752, 51.5319383]] } },
|
|
403
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735761, 51.5368643], [-0.072763, 51.5368422], [-0.0727006, 51.5368583], [-0.0726463, 51.5368722], [-0.0720565, 51.5368739], [-0.0719183, 51.536873]] } },
|
|
404
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0742856, 51.538088], [-0.0743374, 51.5380555], [-0.074734, 51.5380512], [-0.0747924, 51.5380808], [-0.0751306, 51.5380883]] } },
|
|
405
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747338, 51.5375692], [-0.0747322, 51.5379243]] } },
|
|
406
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747563, 51.5366376], [-0.0741077, 51.5365416]] } },
|
|
407
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769005, 51.5423956], [-0.0769581, 51.5422192], [-0.0770931, 51.5413005], [-0.07715, 51.5409131], [-0.0771591, 51.5408526]] } },
|
|
408
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0770931, 51.5413005], [-0.0777431, 51.5413398], [-0.0780415, 51.5413556]] } },
|
|
409
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0784361, 51.542207], [-0.0782792, 51.5421937], [-0.0782327, 51.5424144], [-0.0782128, 51.5425059]] } },
|
|
410
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778076, 51.5408768], [-0.0777431, 51.5413398]] } },
|
|
411
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801895, 51.5312023], [-0.080196, 51.5310557]] } },
|
|
412
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778793, 51.5387176], [-0.0778928, 51.5385976], [-0.078008, 51.5385175], [-0.0780766, 51.5384283], [-0.0780989, 51.5383021], [-0.0781454, 51.5380407], [-0.0781941, 51.5376051], [-0.0781988, 51.5375536], [-0.0782179, 51.5373437], [-0.0782482, 51.5370257], [-0.0782703, 51.5368075], [-0.0782745, 51.5367817]] } },
|
|
413
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0785081, 51.5376204], [-0.0785509, 51.5376334], [-0.0786, 51.5376429], [-0.0786429, 51.5376452], [-0.0786845, 51.5376448], [-0.0787355, 51.5376123], [-0.0787632, 51.5375879], [-0.0787774, 51.5375594], [-0.0787766, 51.5375296], [-0.0787609, 51.5375014], [-0.0787319, 51.5374777], [-0.0786924, 51.5374607], [-0.0786464, 51.5374522], [-0.0785985, 51.5374531], [-0.0785533, 51.5374632], [-0.0785155, 51.5374815], [-0.0784887, 51.5375063], [-0.0784776, 51.5375343], [-0.0784776, 51.5375648], [-0.0784743, 51.5375977], [-0.0785081, 51.5376204]] } },
|
|
414
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0781454, 51.5380407], [-0.078586, 51.5380889], [-0.0786678, 51.5378185]] } },
|
|
415
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0866251, 51.5367202], [-0.0862572, 51.5366168], [-0.0861265, 51.5365791], [-0.0859226, 51.5365204], [-0.0858306, 51.5365033], [-0.0854811, 51.5364898], [-0.0854228, 51.5364908], [-0.0852973, 51.5364927], [-0.084607, 51.5365739], [-0.0844716, 51.5365912], [-0.0844758, 51.5364765], [-0.0844779, 51.5363778]] } },
|
|
416
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.084478, 51.5362312], [-0.0843757, 51.5362192], [-0.0840954, 51.5361396], [-0.0837534, 51.5360425], [-0.0832804, 51.5359147], [-0.0827376, 51.5357499], [-0.0826123, 51.5357138], [-0.0824156, 51.5356643], [-0.0823177, 51.5356743], [-0.0822238, 51.5356714]] } },
|
|
417
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840954, 51.5361396], [-0.0840948, 51.536149], [-0.0840913, 51.5362018], [-0.0840852, 51.536295]] } },
|
|
418
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0780989, 51.5383021], [-0.0786852, 51.5383613]] } },
|
|
419
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0861543, 51.531299], [-0.0858264, 51.5313162], [-0.0858348, 51.5313692], [-0.0853629, 51.5314017], [-0.0851107, 51.5314166], [-0.0844213, 51.5314572], [-0.084466, 51.531728], [-0.0845348, 51.5317239], [-0.0846956, 51.5317142], [-0.084793, 51.5317569], [-0.0848911, 51.5318101], [-0.0850019, 51.5318177]] } },
|
|
420
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735815, 51.5347422], [-0.073531, 51.5347507]] } },
|
|
421
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735616, 51.5348585], [-0.0735435, 51.5348603], [-0.0734737, 51.5348675]] } },
|
|
422
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07327, 51.5348072], [-0.073235, 51.534745], [-0.0731677, 51.5346869], [-0.0731155, 51.5346583], [-0.0730207, 51.5346441], [-0.0728722, 51.5346759], [-0.0727552, 51.534687], [-0.0726967, 51.5346926]] } },
|
|
423
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073566, 51.5347051], [-0.0734949, 51.5345469], [-0.0733796, 51.5342559], [-0.0733634, 51.5342213]] } },
|
|
424
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734737, 51.5348675], [-0.0734522, 51.5348198], [-0.0734344, 51.5347772]] } },
|
|
425
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074673, 51.5347484], [-0.0747442, 51.5351743]] } },
|
|
426
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746493, 51.5346375], [-0.0746629, 51.5346978], [-0.074673, 51.5347484]] } },
|
|
427
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073531, 51.5347507], [-0.0735221, 51.5347587], [-0.0735072, 51.5347637], [-0.0734344, 51.5347772], [-0.07327, 51.5348072]] } },
|
|
428
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736121, 51.5348934], [-0.0735957, 51.5348496], [-0.0736037, 51.5347966]] } },
|
|
429
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0737987, 51.5353271], [-0.0737786, 51.5352886], [-0.0737663, 51.5352629], [-0.0736121, 51.5348934]] } },
|
|
430
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759807, 51.5365617], [-0.0766107, 51.5366403], [-0.0768645, 51.5366717]] } },
|
|
431
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075794, 51.5365337], [-0.0759331, 51.5365535], [-0.0759807, 51.5365617]] } },
|
|
432
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758079, 51.5364439], [-0.0765296, 51.5365266], [-0.076721, 51.5364978], [-0.0767492, 51.5364982]] } },
|
|
433
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768699, 51.5366159], [-0.077013, 51.5366286], [-0.0772188, 51.536647], [-0.0773508, 51.5366419]] } },
|
|
434
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755897, 51.5364266], [-0.0758079, 51.5364439]] } },
|
|
435
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0766308, 51.5365744], [-0.0765296, 51.5365266]] } },
|
|
436
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.072898, 51.5385093], [-0.0728385, 51.5384899], [-0.0727959, 51.5384642], [-0.0726231, 51.5383131], [-0.0725422, 51.5382371], [-0.0724355, 51.5381716], [-0.0723829, 51.5381556], [-0.0722561, 51.5381412], [-0.072007, 51.538136]] } },
|
|
437
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0813477, 51.5372187], [-0.081285, 51.5374583]] } },
|
|
438
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080249, 51.5370979], [-0.0802383, 51.5371262], [-0.0801981, 51.5371217]] } },
|
|
439
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0813566, 51.537183], [-0.0813477, 51.5372187]] } },
|
|
440
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0821141, 51.5373253], [-0.0820761, 51.5373146]] } },
|
|
441
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0820761, 51.5373146], [-0.0818826, 51.5372914], [-0.0818725, 51.5373242]] } },
|
|
442
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0844633, 51.5376189], [-0.0843545, 51.537621], [-0.0841518, 51.5376103], [-0.083737, 51.5375745], [-0.0832507, 51.5374918], [-0.0828168, 51.5374445], [-0.0825949, 51.5373787], [-0.0821894, 51.5373155], [-0.0821724, 51.5373335], [-0.0821001, 51.5374988], [-0.082043, 51.5374959], [-0.0818446, 51.5374777], [-0.0818072, 51.5374742], [-0.0817731, 51.5374725], [-0.0817134, 51.5374691]] } },
|
|
443
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0821724, 51.5373335], [-0.0821141, 51.5373253]] } },
|
|
444
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826687, 51.5376523], [-0.0827336, 51.5375778], [-0.0827882, 51.5374904], [-0.0828168, 51.5374445]] } },
|
|
445
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083737, 51.5375745], [-0.0836594, 51.5376211]] } },
|
|
446
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0836594, 51.5376211], [-0.0835945, 51.5376202]] } },
|
|
447
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0835945, 51.5376202], [-0.0835949, 51.5375971]] } },
|
|
448
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802476, 51.5425311], [-0.080335, 51.5421694], [-0.0804762, 51.5415849], [-0.0805765, 51.54117], [-0.0805972, 51.5410823], [-0.0806069, 51.5410206]] } },
|
|
449
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0783567, 51.5329725], [-0.0779878, 51.5329889], [-0.0778751, 51.5329939], [-0.0777416, 51.5330335], [-0.077659, 51.533077], [-0.0776177, 51.5332745]] } },
|
|
450
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077659, 51.533077], [-0.0776751, 51.5328264], [-0.0773583, 51.5328142], [-0.0771418, 51.5328333]] } },
|
|
451
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817134, 51.5374691], [-0.0817431, 51.537336], [-0.0817595, 51.537234]] } },
|
|
452
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081285, 51.5374583], [-0.0811612, 51.537443], [-0.0807198, 51.5373955], [-0.0802639, 51.5373366], [-0.0801368, 51.5373202], [-0.0796362, 51.5372662], [-0.0793426, 51.5372346], [-0.0792808, 51.5372461], [-0.0792466, 51.53727]] } },
|
|
453
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.071827, 51.5394729], [-0.072142, 51.5394868], [-0.0731413, 51.5395309], [-0.0733066, 51.5395382], [-0.0738925, 51.5395782]] } },
|
|
454
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0744045, 51.539546], [-0.0742449, 51.5393918], [-0.0740509, 51.5391968], [-0.073901, 51.5390905], [-0.073701, 51.538959], [-0.0736664, 51.5389363], [-0.0734932, 51.5388245], [-0.0731392, 51.5385973]] } },
|
|
455
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0780578, 51.5415539], [-0.0780293, 51.5414827], [-0.0780293, 51.5414154], [-0.0780415, 51.5413556], [-0.0780796, 51.5411691], [-0.0781355, 51.5409505], [-0.078176, 51.5408754]] } },
|
|
456
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0862172, 51.5331547], [-0.0861695, 51.5331467], [-0.0861079, 51.5331399], [-0.0860325, 51.5331384], [-0.0858826, 51.5331383], [-0.0858197, 51.5331383], [-0.0856706, 51.5331382], [-0.0854351, 51.5331414], [-0.0852934, 51.5331433], [-0.0847339, 51.533151], [-0.084593, 51.5331529], [-0.084405, 51.5331547], [-0.08404, 51.5331582], [-0.0837456, 51.5331695], [-0.0830972, 51.5331944], [-0.0830765, 51.5331952], [-0.083023, 51.533197]] } },
|
|
457
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848035, 51.5349057], [-0.0840477, 51.5349064], [-0.0839596, 51.5349061], [-0.0836412, 51.5349053], [-0.0832551, 51.5349061], [-0.0829545, 51.5349054]] } },
|
|
458
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829545, 51.5349054], [-0.0829411, 51.5349055], [-0.082886, 51.5349057]] } },
|
|
459
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840504, 51.5349417], [-0.0832276, 51.5349403], [-0.0829622, 51.5349415]] } },
|
|
460
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801601, 51.5352044], [-0.0800944, 51.5352177], [-0.0800472, 51.5351318]] } },
|
|
461
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801601, 51.5352044], [-0.0802399, 51.5353871], [-0.0802301, 51.5354582]] } },
|
|
462
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074352, 51.542314], [-0.074349, 51.5422365], [-0.0742013, 51.542236], [-0.0735835, 51.5422446]] } },
|
|
463
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798003, 51.5349674], [-0.079748, 51.5348668], [-0.079733, 51.5344485], [-0.0799544, 51.5343903]] } },
|
|
464
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801263, 51.5327215], [-0.080014, 51.5327014], [-0.0799531, 51.5326766], [-0.0798827, 51.5326658], [-0.0798136, 51.532657], [-0.0798244, 51.5325719], [-0.0798257, 51.532501], [-0.0798121, 51.5324698], [-0.0798005, 51.5324465]] } },
|
|
465
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798136, 51.532657], [-0.0797942, 51.5327679], [-0.0797922, 51.5328134], [-0.0798067, 51.5328489], [-0.0798277, 51.5328839], [-0.0798733, 51.5328898], [-0.0799999, 51.5328916], [-0.0801022, 51.532892]] } },
|
|
466
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0744186, 51.5308207], [-0.0736266, 51.5308357], [-0.073528, 51.5308374], [-0.0731356, 51.5308497], [-0.0731491, 51.5310784], [-0.0722606, 51.5311016]] } },
|
|
467
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736741, 51.5321828], [-0.0734248, 51.5321828], [-0.0733481, 51.5321828], [-0.0732462, 51.5321177], [-0.0731585, 51.5321189], [-0.0726844, 51.5321253], [-0.0726106, 51.5321064]] } },
|
|
468
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837911, 51.5315949], [-0.0838347, 51.5318243]] } },
|
|
469
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0816142, 51.5392895], [-0.0815998, 51.5393727], [-0.0815955, 51.5393977], [-0.0816746, 51.5394073], [-0.0816565, 51.539492]] } },
|
|
470
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817113, 51.5332758], [-0.0818142, 51.5332389], [-0.0818096, 51.5332207], [-0.0817687, 51.5330591], [-0.0814227, 51.5330241], [-0.0814087, 51.5330101], [-0.0812725, 51.5328739], [-0.0811464, 51.5327755], [-0.0811076, 51.5326946]] } },
|
|
471
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759129, 51.5306298], [-0.0760286, 51.5306342], [-0.0761849, 51.5306369], [-0.0764022, 51.5306492]] } },
|
|
472
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776751, 51.5328264], [-0.0776446, 51.5327604], [-0.0776554, 51.5326813], [-0.0777955, 51.5326152], [-0.077941, 51.5325879], [-0.0779747, 51.5325816], [-0.0779479, 51.5324002]] } },
|
|
473
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776751, 51.5328264], [-0.0777432, 51.5328396], [-0.0778303, 51.5328513], [-0.0779781, 51.5328408]] } },
|
|
474
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07702, 51.5317756], [-0.0777966, 51.5317708]] } },
|
|
475
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0775068, 51.5314635], [-0.0770426, 51.5314663]] } },
|
|
476
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0696454, 51.5310225], [-0.0698602, 51.5310132], [-0.0699419, 51.5310113], [-0.0700324, 51.5310081], [-0.07034, 51.5309925], [-0.0705577, 51.5309794], [-0.0707091, 51.530972], [-0.0709666, 51.5309622], [-0.0711559, 51.5309516], [-0.0713775, 51.5309391], [-0.0715852, 51.5309225], [-0.0717514, 51.530912], [-0.071935, 51.5308905], [-0.0720425, 51.5308746], [-0.0721343, 51.5308592], [-0.0722232, 51.5308412], [-0.072308, 51.5308158], [-0.0725208, 51.5307486], [-0.0729263, 51.5306089], [-0.0730642, 51.5305625], [-0.0733082, 51.530482], [-0.0735422, 51.5304006], [-0.0736728, 51.5303568], [-0.0737364, 51.5303355], [-0.0737922, 51.5303107], [-0.0738705, 51.5302759], [-0.0739373, 51.5302457], [-0.0741215, 51.5301547], [-0.0742302, 51.5300847], [-0.0743477, 51.5300035], [-0.0744318, 51.5299454], [-0.0745427, 51.5298597], [-0.0746034, 51.5298096], [-0.0746695, 51.5297468], [-0.074739, 51.5296758], [-0.0748259, 51.5295737]] } },
|
|
477
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769807, 51.5345291], [-0.0771493, 51.534535], [-0.0772347, 51.5345382]] } },
|
|
478
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837911, 51.5315949], [-0.0837634, 51.5316074], [-0.0834388, 51.5316233], [-0.083405, 51.5316183], [-0.0833832, 51.531612], [-0.0833577, 51.5316018], [-0.0833356, 51.5315886], [-0.0833258, 51.5315736], [-0.0833185, 51.5315499]] } },
|
|
479
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747419, 51.5373107], [-0.0740912, 51.5373076], [-0.0738338, 51.5373071], [-0.0735665, 51.5373067]] } },
|
|
480
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0775158, 51.5345395], [-0.0775676, 51.5345349], [-0.0777308, 51.5345311], [-0.0782043, 51.5344949], [-0.0782625, 51.5344945]] } },
|
|
481
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782625, 51.5344945], [-0.0782121, 51.5345275], [-0.0777552, 51.5345641], [-0.077586, 51.534574], [-0.0775158, 51.5345395]] } },
|
|
482
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0728132, 51.5385135], [-0.0728385, 51.5384899]] } },
|
|
483
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0722552, 51.5385052], [-0.0728015, 51.5385521]] } },
|
|
484
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0722552, 51.5385052], [-0.0723647, 51.5384319], [-0.0726231, 51.5383131], [-0.0726825, 51.5382887]] } },
|
|
485
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734185, 51.5379062], [-0.0722708, 51.5378983]] } },
|
|
486
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07345, 51.5373623], [-0.0735665, 51.537363]] } },
|
|
487
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0721375, 51.5373505], [-0.072537, 51.5373531], [-0.0725947, 51.5373636], [-0.0730708, 51.5373677], [-0.0731338, 51.5373552], [-0.07345, 51.5373623]] } },
|
|
488
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786852, 51.5383613], [-0.0788166, 51.5383771]] } },
|
|
489
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788166, 51.5383771], [-0.0789265, 51.538393]] } },
|
|
490
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0801325, 51.541014], [-0.0800614, 51.5410113], [-0.0796356, 51.5409819], [-0.0795995, 51.5409793], [-0.0795125, 51.5409696]] } },
|
|
491
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0825666, 51.5350123], [-0.0827345, 51.5350154], [-0.082779, 51.5350257], [-0.0828557, 51.5350539]] } },
|
|
492
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829466, 51.5337483], [-0.0829386, 51.5338363], [-0.082935, 51.5338708], [-0.0829324, 51.5338908], [-0.0829299, 51.5339146], [-0.0828934, 51.5341613], [-0.082879, 51.534252], [-0.0828636, 51.5344035], [-0.0828621, 51.5345059], [-0.0828773, 51.5347146], [-0.0828836, 51.5348607], [-0.082884, 51.5348739], [-0.082886, 51.5349057]] } },
|
|
493
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828557, 51.5350539], [-0.0828061, 51.5351271], [-0.0827785, 51.5351678], [-0.0827364, 51.5352186], [-0.0826829, 51.5352795], [-0.0826477, 51.5353063], [-0.082578, 51.5353485], [-0.0825167, 51.535381], [-0.0824319, 51.5354223], [-0.0823557, 51.5354701], [-0.0822642, 51.5355522]] } },
|
|
494
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0847401, 51.5353071], [-0.0847766, 51.5352426], [-0.0848467, 51.5352078], [-0.0851865, 51.5352068]] } },
|
|
495
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0825666, 51.5350123], [-0.0824271, 51.5350099], [-0.0823007, 51.5350062], [-0.0819502, 51.535003]] } },
|
|
496
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829707, 51.5366068], [-0.0829594, 51.5366672], [-0.0829017, 51.5369747]] } },
|
|
497
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080558, 51.5349072], [-0.0809236, 51.5352074]] } },
|
|
498
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824156, 51.5356643], [-0.0824285, 51.5356422]] } },
|
|
499
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824285, 51.5356422], [-0.0824491, 51.5356082]] } },
|
|
500
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0822238, 51.5356714], [-0.0821715, 51.5356587]] } },
|
|
501
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0774233, 51.5398536], [-0.0775748, 51.5397967], [-0.0780724, 51.5398786]] } },
|
|
502
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0773332, 51.5398918], [-0.0774233, 51.5398536]] } },
|
|
503
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0756314, 51.5423777], [-0.0756276, 51.5425168], [-0.0755974, 51.5429001], [-0.0753459, 51.5429334]] } },
|
|
504
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0813313, 51.5397926], [-0.0813568, 51.5396708], [-0.0813943, 51.5395274]] } },
|
|
505
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0809745, 51.5396408], [-0.0813568, 51.5396708]] } },
|
|
506
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0809271, 51.5397941], [-0.0804287, 51.5397376], [-0.0804126, 51.5397859]] } },
|
|
507
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771498, 51.5380417], [-0.077666, 51.5380659]] } },
|
|
508
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769214, 51.5380319], [-0.0771498, 51.5380417]] } },
|
|
509
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767476, 51.5380268], [-0.0769214, 51.5380319]] } },
|
|
510
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771358, 51.5390105], [-0.0771457, 51.5389301]] } },
|
|
511
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746751, 51.5363479], [-0.0746659, 51.5363991]] } },
|
|
512
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0745086, 51.5363196], [-0.0745064, 51.5363326]] } },
|
|
513
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746751, 51.5363479], [-0.0745064, 51.5363326]] } },
|
|
514
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746751, 51.5363479], [-0.0747039, 51.5363505]] } },
|
|
515
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0747039, 51.5363505], [-0.0747069, 51.536337]] } },
|
|
516
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0793426, 51.5372346], [-0.079193, 51.5371557], [-0.0782482, 51.5370257]] } },
|
|
517
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818674, 51.5373513], [-0.0818446, 51.5374777]] } },
|
|
518
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0820377, 51.5375172], [-0.081803, 51.537503], [-0.0818072, 51.5374742], [-0.0818111, 51.537447], [-0.0818232, 51.5373639], [-0.0818255, 51.5373477], [-0.0818284, 51.5373281], [-0.081871, 51.5373328], [-0.0818859, 51.537335], [-0.0820841, 51.5373635], [-0.0820463, 51.5374854], [-0.082043, 51.5374959], [-0.0820377, 51.5375172]] } },
|
|
519
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0850193, 51.5403687], [-0.084959, 51.5403632]] } },
|
|
520
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085385, 51.5404221], [-0.085186, 51.5403915]] } },
|
|
521
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085186, 51.5403915], [-0.0850659, 51.5403751], [-0.0850193, 51.5403687]] } },
|
|
522
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0855116, 51.5400956], [-0.0850502, 51.5400362], [-0.0850797, 51.5399436]] } },
|
|
523
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0815471, 51.5310354], [-0.0815324, 51.5306603]] } },
|
|
524
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0805392, 51.5310506], [-0.0805423, 51.5312474]] } },
|
|
525
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0794349, 51.5308168], [-0.0794112, 51.5309218], [-0.0793095, 51.5311725]] } },
|
|
526
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828878, 51.5307517], [-0.0825963, 51.5307507]] } },
|
|
527
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0811581, 51.5310412], [-0.0811545, 51.5308427], [-0.0811479, 51.5307878], [-0.0811082, 51.5307665]] } },
|
|
528
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0777959, 51.5309249], [-0.0777961, 51.5307998], [-0.0777846, 51.530728]] } },
|
|
529
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746881, 51.5409337], [-0.074696, 51.5408742], [-0.0747088, 51.5407782], [-0.0747232, 51.5406699]] } },
|
|
530
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081752, 51.5412347], [-0.0817829, 51.5411448]] } },
|
|
531
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0821959, 51.5413065], [-0.0822085, 51.5412799], [-0.0822302, 51.5412341]] } },
|
|
532
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081619, 51.5414575], [-0.0818105, 51.541478]] } },
|
|
533
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081871, 51.5373328], [-0.0818674, 51.5373513], [-0.0818255, 51.5373477], [-0.0817431, 51.537336]] } },
|
|
534
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798373, 51.5390417], [-0.0800407, 51.5390544], [-0.0800455, 51.5390228], [-0.0798953, 51.5390128], [-0.0799007, 51.5389819], [-0.0800535, 51.5389936], [-0.0800592, 51.5389642]] } },
|
|
535
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0818725, 51.5373242], [-0.081871, 51.5373328]] } },
|
|
536
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.072676, 51.5319939], [-0.0726801, 51.5320752]] } },
|
|
537
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726106, 51.5321064], [-0.0724805, 51.532111]] } },
|
|
538
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726716, 51.531882], [-0.0726735, 51.5319373], [-0.072676, 51.5319939]] } },
|
|
539
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0724805, 51.532111], [-0.0722971, 51.5321052]] } },
|
|
540
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726801, 51.5320752], [-0.0726844, 51.5321253]] } },
|
|
541
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0722874, 51.5335917], [-0.0723338, 51.5336117], [-0.0723368, 51.5336327], [-0.0722971, 51.5336565]] } },
|
|
542
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0722634, 51.5334314], [-0.0725295, 51.533421], [-0.0725702, 51.533413], [-0.0725833, 51.5333967], [-0.072569, 51.5331928], [-0.0725414, 51.5331608], [-0.0724982, 51.5331502], [-0.0723241, 51.5331594]] } },
|
|
543
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767116, 51.5345192], [-0.0764869, 51.5345142]] } },
|
|
544
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0772347, 51.5345382], [-0.0775158, 51.5345395]] } },
|
|
545
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0764869, 51.5345142], [-0.0760343, 51.5345087], [-0.0759702, 51.5345096]] } },
|
|
546
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0799951, 51.5329926], [-0.0792182, 51.5330086], [-0.0791506, 51.5330017], [-0.0790655, 51.5329738], [-0.078983, 51.5329282], [-0.0789125, 51.5328685], [-0.078864, 51.5327723], [-0.0788034, 51.5323454], [-0.0788011, 51.5323162], [-0.0787907, 51.5322093], [-0.0787737, 51.5320353], [-0.0787499, 51.5317176], [-0.0787457, 51.531662], [-0.0787472, 51.5315633], [-0.0787147, 51.5311804]] } },
|
|
547
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802923, 51.5315571], [-0.0801734, 51.5315594]] } },
|
|
548
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802729, 51.5339816], [-0.0801836, 51.5337543], [-0.0801429, 51.5336388], [-0.0801189, 51.53354], [-0.0801, 51.5334439], [-0.0800904, 51.5331768]] } },
|
|
549
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802729, 51.5339816], [-0.0803552, 51.5340136], [-0.0803694, 51.5340378], [-0.0803414, 51.5340982]] } },
|
|
550
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802972, 51.5327273], [-0.0807639, 51.5327172], [-0.0809161, 51.5327072], [-0.0811076, 51.5326946], [-0.0815865, 51.532663], [-0.0820508, 51.5326324], [-0.0821339, 51.532627], [-0.0823574, 51.5326122], [-0.0829603, 51.5325725], [-0.0829968, 51.5325701], [-0.0830333, 51.5325677]] } },
|
|
551
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080188, 51.5312413], [-0.0801895, 51.5312023]] } },
|
|
552
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.078939, 51.5336246], [-0.0788549, 51.5336277], [-0.0788163, 51.5334264], [-0.0780296, 51.5334597], [-0.0780477, 51.5336624], [-0.0776465, 51.5336864], [-0.077595, 51.5333514]] } },
|
|
553
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726854, 51.5318325], [-0.0726919, 51.5318813]] } },
|
|
554
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075913, 51.5329412], [-0.0766376, 51.5329303], [-0.0770358, 51.5329222], [-0.0771442, 51.5329174]] } },
|
|
555
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759111, 51.5329155], [-0.0759103, 51.5329047], [-0.0759079, 51.5328714]] } },
|
|
556
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759079, 51.5328714], [-0.0758912, 51.5326431], [-0.0758863, 51.5317369]] } },
|
|
557
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837231, 51.5395942], [-0.0837449, 51.5395581], [-0.0837461, 51.5395424], [-0.0837394, 51.5395218], [-0.0837406, 51.5394901]] } },
|
|
558
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731392, 51.5385973], [-0.0730327, 51.5385512], [-0.072898, 51.5385093]] } },
|
|
559
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755914, 51.5384656], [-0.0752815, 51.5384696], [-0.0751224, 51.5384736]] } },
|
|
560
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752785, 51.5384945], [-0.0752815, 51.5384696]] } },
|
|
561
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0724776, 51.5349714], [-0.0724739, 51.5349479], [-0.0724688, 51.534903]] } },
|
|
562
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848408, 51.5360806], [-0.0848434, 51.5361692], [-0.084847, 51.5362924], [-0.0851237, 51.5363857]] } },
|
|
563
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0844716, 51.5365912], [-0.08439, 51.5366528], [-0.0843642, 51.5366582], [-0.0841775, 51.5366638], [-0.0841093, 51.5366899]] } },
|
|
564
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0844758, 51.5364765], [-0.0845137, 51.5364762]] } },
|
|
565
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0845037, 51.5371302], [-0.0843642, 51.5366582]] } },
|
|
566
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0851237, 51.5363857], [-0.0851429, 51.5363911], [-0.0852204, 51.5364109], [-0.0854232, 51.5364338]] } },
|
|
567
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0849445, 51.5370981], [-0.084938, 51.5370125]] } },
|
|
568
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824025, 51.5365591], [-0.082331, 51.5368825], [-0.0821959, 51.5368703]] } },
|
|
569
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848837, 51.5376], [-0.0846924, 51.5376114], [-0.0844633, 51.5376189]] } },
|
|
570
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0835949, 51.5375971], [-0.083649, 51.5375983]] } },
|
|
571
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083649, 51.5375983], [-0.0836474, 51.5376264]] } },
|
|
572
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759061, 51.5306946], [-0.0759076, 51.5306764], [-0.0759093, 51.5306551]] } },
|
|
573
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759093, 51.5306551], [-0.0759129, 51.5306298]] } },
|
|
574
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751698, 51.5366041], [-0.0751706, 51.5365929], [-0.0751722, 51.5365828], [-0.0751737, 51.5365558]] } },
|
|
575
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735404, 51.5385083], [-0.0733858, 51.5385132], [-0.0733028, 51.5385208], [-0.0732243, 51.5385463], [-0.0731392, 51.5385973]] } },
|
|
576
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076007, 51.5407544], [-0.0755939, 51.5407214]] } },
|
|
577
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0761985, 51.5422474], [-0.0761299, 51.542243]] } },
|
|
578
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0763222, 51.5420562], [-0.0763667, 51.5417322], [-0.0764238, 51.5413163]] } },
|
|
579
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769005, 51.5423956], [-0.0766254, 51.5423739], [-0.076547, 51.5423682]] } },
|
|
580
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0761299, 51.542243], [-0.0761018, 51.5422412], [-0.0760326, 51.542238]] } },
|
|
581
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.076547, 51.5423682], [-0.0765048, 51.5423648], [-0.0764502, 51.5423614], [-0.0762839, 51.5423638]] } },
|
|
582
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762974, 51.5422531], [-0.0761985, 51.5422474]] } },
|
|
583
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751737, 51.5365558], [-0.0751705, 51.5365093], [-0.0751599, 51.5364688]] } },
|
|
584
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0754624, 51.5424138], [-0.0754517, 51.5424712], [-0.0754293, 51.5427906], [-0.0754071, 51.5428184], [-0.0753731, 51.5428308]] } },
|
|
585
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0761053, 51.5407692], [-0.0760585, 51.5407595], [-0.076007, 51.5407544]] } },
|
|
586
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0791651, 51.5323251], [-0.0791808, 51.5325639], [-0.0792297, 51.5326432], [-0.0794222, 51.5326482]] } },
|
|
587
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.078192, 51.53413], [-0.0782584, 51.5344092]] } },
|
|
588
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0779534, 51.5341495], [-0.0779999, 51.5344136]] } },
|
|
589
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0792297, 51.5373258], [-0.079233, 51.5373139], [-0.07924, 51.5372883], [-0.0792466, 51.53727]] } },
|
|
590
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768145, 51.5371437], [-0.0769976, 51.5371479], [-0.077233, 51.5371534]] } },
|
|
591
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828292, 51.5359827], [-0.0825755, 51.5359367], [-0.0824287, 51.5359101], [-0.082224, 51.5358637], [-0.0820398, 51.5358332]] } },
|
|
592
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0754253, 51.5389634], [-0.075362, 51.5389694], [-0.0752988, 51.5389564]] } },
|
|
593
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.075669, 51.5389534], [-0.0754764, 51.5389609]] } },
|
|
594
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0855218, 51.5333215], [-0.0852394, 51.5334633], [-0.0849654, 51.5334864], [-0.0844719, 51.5334662]] } },
|
|
595
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837171, 51.5336906], [-0.0836744, 51.5337773], [-0.0836637, 51.5338046], [-0.0836639, 51.533837]] } },
|
|
596
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840141, 51.533805], [-0.0840636, 51.5338084], [-0.0860693, 51.5338424], [-0.0861684, 51.5338356]] } },
|
|
597
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0727006, 51.5368583], [-0.0726879, 51.5367755], [-0.0726986, 51.5364835]] } },
|
|
598
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0724505, 51.538121], [-0.0726825, 51.5382887], [-0.0728837, 51.5384538], [-0.0728385, 51.5384899]] } },
|
|
599
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0720374, 51.5380743], [-0.0720951, 51.538106], [-0.0722613, 51.5381137], [-0.0723821, 51.5381193], [-0.0724505, 51.538121], [-0.0725744, 51.5381241], [-0.0725753, 51.5379701], [-0.0725779, 51.5379233], [-0.0721018, 51.5379108], [-0.0720415, 51.5379375], [-0.0720374, 51.5380743]] } },
|
|
600
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767611, 51.5306723], [-0.0769268, 51.5306794], [-0.0769993, 51.5306822]] } },
|
|
601
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0764022, 51.5306492], [-0.0764449, 51.5306484], [-0.0764875, 51.5306496], [-0.0765862, 51.5306648]] } },
|
|
602
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083023, 51.533197], [-0.0829539, 51.5336946], [-0.0829513, 51.5337136]] } },
|
|
603
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828377, 51.5338879], [-0.0828608, 51.5338675], [-0.082935, 51.5338708]] } },
|
|
604
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829299, 51.5339146], [-0.0828646, 51.5339104], [-0.0828377, 51.5338879]] } },
|
|
605
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829324, 51.5338908], [-0.0828744, 51.5338885], [-0.0828377, 51.5338879]] } },
|
|
606
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765862, 51.5306648], [-0.0765539, 51.5306881], [-0.0765494, 51.5307079], [-0.076529, 51.5308412]] } },
|
|
607
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0846519, 51.5411648], [-0.084721, 51.5409861]] } },
|
|
608
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759501, 51.5339141], [-0.0764567, 51.5339114]] } },
|
|
609
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0723629, 51.5354206], [-0.0724178, 51.5354537], [-0.0725058, 51.5354847], [-0.0726151, 51.535504], [-0.0728284, 51.5355781], [-0.0728523, 51.5356096], [-0.0728572, 51.5356579]] } },
|
|
610
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726151, 51.535504], [-0.0725977, 51.5354858], [-0.0725824, 51.5354608], [-0.0725667, 51.5354062]] } },
|
|
611
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0820003, 51.5407626], [-0.0821814, 51.5407854]] } },
|
|
612
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0822929, 51.5407974], [-0.0823287, 51.540804], [-0.0823862, 51.5408134], [-0.0825454, 51.5408399]] } },
|
|
613
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0821814, 51.5407854], [-0.0821981, 51.5407872], [-0.0822929, 51.5407974]] } },
|
|
614
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0759198, 51.5331824], [-0.0765518, 51.5331851]] } },
|
|
615
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0819617, 51.5362316], [-0.0821398, 51.5362453], [-0.0821754, 51.536217], [-0.082224, 51.5358637]] } },
|
|
616
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0742512, 51.5403313], [-0.0745462, 51.540367], [-0.0749392, 51.5403938]] } },
|
|
617
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085186, 51.5307566], [-0.0849662, 51.5306501], [-0.0847659, 51.5305531], [-0.0846384, 51.5304928]] } },
|
|
618
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07327, 51.5348072], [-0.0728517, 51.5348684], [-0.0727969, 51.5348765], [-0.0727281, 51.5348885], [-0.0724688, 51.534903], [-0.0724197, 51.5349058], [-0.0718143, 51.5349397]] } },
|
|
619
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726706, 51.5346611], [-0.0723729, 51.5346455], [-0.0722694, 51.5344902], [-0.072233, 51.5344355], [-0.072202, 51.5344382], [-0.0719181, 51.5344631], [-0.0717258, 51.5344571]] } },
|
|
620
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829513, 51.5337136], [-0.0829487, 51.5337324], [-0.0829466, 51.5337483]] } },
|
|
621
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840175, 51.5348203], [-0.0840477, 51.5348206], [-0.0848515, 51.5348172], [-0.0848461, 51.5349047]] } },
|
|
622
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840504, 51.5349417], [-0.0840477, 51.5349064], [-0.084047, 51.5348727]] } },
|
|
623
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0858515, 51.5349023], [-0.0848461, 51.5349047], [-0.0848035, 51.5349057]] } },
|
|
624
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829386, 51.5338363], [-0.0829979, 51.5338372], [-0.0830213, 51.5338364], [-0.0830645, 51.5338391], [-0.0830882, 51.5338423], [-0.0831356, 51.5338481], [-0.0832696, 51.5338481]] } },
|
|
625
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0751751, 51.5329601], [-0.0754929, 51.532952]] } },
|
|
626
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752146, 51.5339652], [-0.0751751, 51.5329601]] } },
|
|
627
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0804827, 51.5335926], [-0.0802745, 51.5336212]] } },
|
|
628
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802745, 51.5336212], [-0.0802466, 51.5336265], [-0.0802025, 51.5336281]] } },
|
|
629
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802025, 51.5336281], [-0.0801429, 51.5336388]] } },
|
|
630
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0836985, 51.5346448], [-0.0837044, 51.5338375], [-0.0836639, 51.533837], [-0.0836107, 51.5338373]] } },
|
|
631
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830645, 51.5338391], [-0.0830601, 51.5342504], [-0.083063, 51.5345086], [-0.0830582, 51.534658], [-0.0830588, 51.5346776]] } },
|
|
632
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0838189, 51.5359092], [-0.0839848, 51.5357367], [-0.0839816, 51.5357023]] } },
|
|
633
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837732, 51.5359747], [-0.0838189, 51.5359092]] } },
|
|
634
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0839816, 51.5357023], [-0.0839816, 51.5354964]] } },
|
|
635
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829738, 51.5352848], [-0.0827364, 51.5352186]] } },
|
|
636
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840141, 51.533805], [-0.0840018, 51.5337566], [-0.083831, 51.5336847]] } },
|
|
637
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0833159, 51.5333677], [-0.0831156, 51.5332607], [-0.0830781, 51.5332412], [-0.083092, 51.5332289], [-0.0830972, 51.5331944]] } },
|
|
638
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824906, 51.5385918], [-0.0824931, 51.5385673], [-0.0825523, 51.5382041]] } },
|
|
639
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.084142, 51.5386425], [-0.0841613, 51.5386438], [-0.0841687, 51.5385789], [-0.0846912, 51.5386048], [-0.0847225, 51.5384223]] } },
|
|
640
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.084045, 51.5386368], [-0.084142, 51.5386425]] } },
|
|
641
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0755345, 51.5440748], [-0.0759139, 51.5441037], [-0.0759218, 51.5440812], [-0.076001, 51.5431393], [-0.0760225, 51.5424762], [-0.0760183, 51.542428]] } },
|
|
642
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0760183, 51.542428], [-0.0760214, 51.5423748], [-0.0760242, 51.5423457]] } },
|
|
643
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830923, 51.5346587], [-0.0836558, 51.5346616]] } },
|
|
644
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0836558, 51.5346616], [-0.0836983, 51.5346612]] } },
|
|
645
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829405, 51.5346584], [-0.0830582, 51.534658], [-0.0830923, 51.5346587]] } },
|
|
646
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.082879, 51.534252], [-0.0829351, 51.5342504], [-0.0829474, 51.5342504], [-0.0830601, 51.5342504]] } },
|
|
647
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083063, 51.5345086], [-0.082948, 51.5345069], [-0.0829339, 51.5345061], [-0.0829183, 51.5345052], [-0.0828621, 51.5345059]] } },
|
|
648
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0830781, 51.5332412], [-0.0830667, 51.5332719], [-0.0829979, 51.5338372], [-0.0829474, 51.5342504], [-0.0829337, 51.5344042], [-0.0829339, 51.5345061], [-0.0829405, 51.5346584], [-0.0829491, 51.5348581], [-0.0829382, 51.5348584], [-0.0828836, 51.5348607]] } },
|
|
649
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0828636, 51.5344035], [-0.0829155, 51.5344042], [-0.0829337, 51.5344042]] } },
|
|
650
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0836984, 51.5346777], [-0.0836983, 51.5346612], [-0.0836985, 51.5346448]] } },
|
|
651
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826477, 51.5353063], [-0.0826027, 51.5352691], [-0.0825898, 51.5352211], [-0.0825666, 51.5350123]] } },
|
|
652
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0799834, 51.5354743], [-0.080013, 51.5354491], [-0.0800443, 51.5354481], [-0.0800818, 51.5354673]] } },
|
|
653
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800818, 51.5354673], [-0.0800539, 51.5354927], [-0.0800252, 51.5354951], [-0.0799834, 51.5354743]] } },
|
|
654
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0799834, 51.5354743], [-0.0795875, 51.5355281]] } },
|
|
655
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800818, 51.5354673], [-0.080035, 51.5354714], [-0.0799834, 51.5354743]] } },
|
|
656
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0756569, 51.5403858], [-0.0755919, 51.540387], [-0.0753534, 51.5402579], [-0.0752524, 51.5402219]] } },
|
|
657
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0745856, 51.5400766], [-0.0746294, 51.5399942], [-0.0746434, 51.5399624]] } },
|
|
658
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.07475, 51.5398547], [-0.0747799, 51.5398348], [-0.0748028, 51.5398196]] } },
|
|
659
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746917, 51.5399518], [-0.0746776, 51.5399584], [-0.074661, 51.539962], [-0.0746434, 51.5399624], [-0.0746267, 51.5399594], [-0.0746122, 51.5399536], [-0.0746011, 51.5399453], [-0.0745945, 51.5399353], [-0.0745931, 51.5399236], [-0.0745977, 51.5399123], [-0.074608, 51.5399025], [-0.0746229, 51.5398953], [-0.0746406, 51.5398914], [-0.0746594, 51.5398914], [-0.0746773, 51.539895], [-0.0746923, 51.5399021], [-0.0747023, 51.5399111], [-0.0747075, 51.5399216], [-0.0747074, 51.5399325], [-0.074702, 51.5399429], [-0.0746917, 51.5399518]] } },
|
|
660
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0745945, 51.5399353], [-0.0744125, 51.53994]] } },
|
|
661
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0746923, 51.5399021], [-0.0747406, 51.5398622], [-0.07475, 51.5398547]] } },
|
|
662
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.084047, 51.5348727], [-0.0840474, 51.5348469]] } },
|
|
663
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083702, 51.534828], [-0.083656, 51.5348485], [-0.083043, 51.53486]] } },
|
|
664
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083043, 51.53486], [-0.0829491, 51.5348581]] } },
|
|
665
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0836984, 51.5346777], [-0.083702, 51.534828], [-0.0839876, 51.5348258], [-0.0840175, 51.5348203]] } },
|
|
666
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771457, 51.5389301], [-0.0771685, 51.538684]] } },
|
|
667
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767093, 51.5388139], [-0.0764788, 51.5388407]] } },
|
|
668
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0764788, 51.5388407], [-0.076432, 51.5388461], [-0.076244, 51.5388782]] } },
|
|
669
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776087, 51.5395165], [-0.0773866, 51.5396097]] } },
|
|
670
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0773866, 51.5396097], [-0.0772374, 51.5396654]] } },
|
|
671
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0772374, 51.5396654], [-0.0771426, 51.5397024]] } },
|
|
672
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.081461, 51.5329514], [-0.0814087, 51.5330101]] } },
|
|
673
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0814444, 51.5328627], [-0.0812725, 51.5328739]] } },
|
|
674
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0821339, 51.532627], [-0.0821145, 51.5323449]] } },
|
|
675
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0823574, 51.5326122], [-0.0823405, 51.5324751], [-0.0825175, 51.5324742]] } },
|
|
676
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0820013, 51.5322901], [-0.082003, 51.5323095]] } },
|
|
677
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0819757, 51.5322753], [-0.0820002, 51.5322761], [-0.0820013, 51.5322901]] } },
|
|
678
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.082003, 51.5323095], [-0.0820035, 51.5323157], [-0.0820354, 51.5323159], [-0.0820508, 51.5326324]] } },
|
|
679
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0825975, 51.5318955], [-0.0826261, 51.5322273], [-0.0820481, 51.5322365], [-0.0819931, 51.5322431], [-0.0819757, 51.5322753], [-0.0819764, 51.5323124], [-0.0816263, 51.5323132], [-0.081619, 51.5322855]] } },
|
|
680
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829846, 51.5318827], [-0.0825975, 51.5318955], [-0.0821158, 51.5319115]] } },
|
|
681
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840474, 51.5348469], [-0.0840477, 51.5348206]] } },
|
|
682
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731356, 51.5308497], [-0.0729263, 51.5306089]] } },
|
|
683
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074747, 51.5315844], [-0.0746898, 51.5315841]] } },
|
|
684
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0744327, 51.5315911], [-0.0744293, 51.5314171]] } },
|
|
685
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0740847, 51.5315964], [-0.0740732, 51.5314146]] } },
|
|
686
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0741627, 51.5315949], [-0.0740847, 51.5315964], [-0.07401, 51.5315978]] } },
|
|
687
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0745037, 51.5315902], [-0.0744327, 51.5315911], [-0.0743504, 51.531592]] } },
|
|
688
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736266, 51.5308357], [-0.0736273, 51.5308838]] } },
|
|
689
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731633, 51.5312649], [-0.0726228, 51.5312691]] } },
|
|
690
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731491, 51.5310784], [-0.0731633, 51.5312649], [-0.07317, 51.531353], [-0.0735281, 51.5313475], [-0.0736293, 51.5314039], [-0.0737161, 51.531412]] } },
|
|
691
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0729796, 51.5330305], [-0.0729836, 51.5329183]] } },
|
|
692
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0726341, 51.5329223], [-0.0726402, 51.5330434]] } },
|
|
693
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731585, 51.5321189], [-0.0731948, 51.5329168], [-0.0729836, 51.5329183], [-0.0726341, 51.5329223], [-0.0723131, 51.532926]] } },
|
|
694
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734287, 51.5338365], [-0.0730996, 51.5337606], [-0.072934, 51.5337469], [-0.072602, 51.5337569], [-0.072314, 51.5337747]] } },
|
|
695
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734342, 51.5339488], [-0.0734287, 51.5338365], [-0.0734059, 51.5333746]] } },
|
|
696
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0730003, 51.5352944], [-0.0729707, 51.5351948], [-0.0729477, 51.5351174], [-0.0729433, 51.5351029], [-0.0728759, 51.5349089]] } },
|
|
697
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0730318, 51.5353778], [-0.0730003, 51.5352944], [-0.0726785, 51.5353236], [-0.0726761, 51.5353565], [-0.0726729, 51.5353997]] } },
|
|
698
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.072964, 51.5343068], [-0.0729836, 51.5343538], [-0.072997, 51.5344176]] } },
|
|
699
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0728574, 51.5349112], [-0.0728517, 51.5348684], [-0.0727724, 51.5347083], [-0.0727552, 51.534687]] } },
|
|
700
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0735435, 51.5348603], [-0.0736269, 51.5353388]] } },
|
|
701
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0722694, 51.5344902], [-0.0723393, 51.5344706]] } },
|
|
702
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0724197, 51.5349058], [-0.0724099, 51.5348375]] } },
|
|
703
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0720488, 51.533819], [-0.072132, 51.5342574], [-0.072426, 51.5341758]] } },
|
|
704
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734248, 51.5321828], [-0.0734302, 51.5322376]] } },
|
|
705
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734376, 51.5324003], [-0.0736841, 51.5323975]] } },
|
|
706
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734395, 51.5324404], [-0.0734376, 51.5324003], [-0.0734355, 51.5323579]] } },
|
|
707
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734577, 51.5328092], [-0.0737031, 51.5328071]] } },
|
|
708
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.073459, 51.5328516], [-0.0734577, 51.5328092], [-0.0734563, 51.5327655]] } },
|
|
709
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0734494, 51.5326452], [-0.0734487, 51.5326019], [-0.073448, 51.5325607]] } },
|
|
710
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0736933, 51.5325952], [-0.0734487, 51.5326019]] } },
|
|
711
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758655, 51.5345178], [-0.075877, 51.534695], [-0.0759038, 51.5349127], [-0.075867, 51.534934], [-0.0758931, 51.5351104]] } },
|
|
712
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0815586, 51.5306608], [-0.0815468, 51.530416], [-0.081545, 51.5303768]] } },
|
|
713
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0802048, 51.5306753], [-0.0803845, 51.5306749]] } },
|
|
714
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0824949, 51.533266], [-0.0825329, 51.5333965]] } },
|
|
715
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0827346, 51.533893], [-0.0825557, 51.5336455]] } },
|
|
716
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782767, 51.532051], [-0.0782929, 51.5322116]] } },
|
|
717
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0797662, 51.5311974], [-0.0797689, 51.5311498], [-0.0797749, 51.5309104]] } },
|
|
718
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.079724, 51.5311969], [-0.0797189, 51.5314675]] } },
|
|
719
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0791433, 51.5313024], [-0.0791404, 51.5311819]] } },
|
|
720
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0789793, 51.5307916], [-0.0789636, 51.5308741], [-0.0789517, 51.5309666]] } },
|
|
721
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0777861, 51.531161], [-0.0777673, 51.5310768]] } },
|
|
722
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778038, 51.5319678], [-0.0778002, 51.531899]] } },
|
|
723
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778251, 51.5324042], [-0.0778034, 51.5320661], [-0.0778035, 51.5320464], [-0.0778038, 51.5319678]] } },
|
|
724
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787499, 51.5317176], [-0.0777948, 51.5317217]] } },
|
|
725
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0777618, 51.5313478], [-0.0780194, 51.53135], [-0.0780932, 51.531373], [-0.0782125, 51.5313747]] } },
|
|
726
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776554, 51.5326813], [-0.0775748, 51.5326002], [-0.0775601, 51.5324211]] } },
|
|
727
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.077941, 51.5325879], [-0.0779781, 51.5328408], [-0.0779878, 51.5329889]] } },
|
|
728
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0791784, 51.5321135], [-0.0795121, 51.5321159], [-0.0795107, 51.5321935]] } },
|
|
729
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0783513, 51.532498], [-0.0783358, 51.5323735]] } },
|
|
730
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0843414, 51.5328688], [-0.084313, 51.5327001], [-0.0842891, 51.532538]] } },
|
|
731
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0848194, 51.5319734], [-0.0848436, 51.5321534]] } },
|
|
732
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0845918, 51.5321739], [-0.0845687, 51.5319883], [-0.0848194, 51.5319734], [-0.0850273, 51.5319626]] } },
|
|
733
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0843318, 51.5322589], [-0.0843025, 51.5320437]] } },
|
|
734
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0840694, 51.5322748], [-0.0840343, 51.532065]] } },
|
|
735
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0851107, 51.5314166], [-0.085087, 51.5312099], [-0.0843697, 51.5312351], [-0.0840544, 51.5312462]] } },
|
|
736
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0847256, 51.5354827], [-0.0847317, 51.5353664], [-0.0847401, 51.5353071]] } },
|
|
737
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0845348, 51.5317239], [-0.0845431, 51.5317711], [-0.0845302, 51.5317968]] } },
|
|
738
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.084793, 51.5317569], [-0.0849275, 51.5317526], [-0.0849627, 51.5317643], [-0.0850118, 51.531779]] } },
|
|
739
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0844213, 51.5314572], [-0.0844036, 51.5314448], [-0.0843697, 51.5312351]] } },
|
|
740
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0855117, 51.5309658], [-0.0853337, 51.5311125], [-0.0852833, 51.5311354]] } },
|
|
741
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0825755, 51.5359367], [-0.0825376, 51.5360374], [-0.0825637, 51.5361162], [-0.0826187, 51.5362138], [-0.0826724, 51.5362739], [-0.0826616, 51.5363594], [-0.0826773, 51.5363835], [-0.0827401, 51.5363894], [-0.082762, 51.5364342], [-0.0827696, 51.5364966], [-0.0827562, 51.5365888]] } },
|
|
742
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765869, 51.5402462], [-0.0763469, 51.5402569]] } },
|
|
743
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0763469, 51.5402569], [-0.0762295, 51.540263]] } },
|
|
744
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762295, 51.540263], [-0.0761757, 51.5402658], [-0.0761729, 51.5403438]] } },
|
|
745
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0806112, 51.5382348], [-0.080607, 51.5382626]] } },
|
|
746
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0806033, 51.5382864], [-0.0805968, 51.538329]] } },
|
|
747
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080607, 51.5382626], [-0.0806033, 51.5382864]] } },
|
|
748
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787893, 51.5410616], [-0.0788234, 51.5409225]] } },
|
|
749
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0789062, 51.5412532], [-0.0790439, 51.5412654]] } },
|
|
750
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0790439, 51.5412654], [-0.0792504, 51.5412802]] } },
|
|
751
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786631, 51.5415626], [-0.0787045, 51.5414283]] } },
|
|
752
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731097, 51.5415787], [-0.0731091, 51.541611], [-0.0731087, 51.5416321], [-0.0731069, 51.5417241], [-0.0731047, 51.5418364], [-0.0731042, 51.5418613]] } },
|
|
753
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0731069, 51.5417241], [-0.0730222, 51.5417228], [-0.0730015, 51.5417403], [-0.0729968, 51.5417679], [-0.072976, 51.5417829], [-0.0729398, 51.5417933], [-0.0729176, 51.5418085], [-0.0727339, 51.541806], [-0.0727386, 51.5417264], [-0.0727869, 51.5417193], [-0.0728191, 51.5417013], [-0.0728264, 51.5416738], [-0.0728418, 51.5416567], [-0.0728761, 51.541648], [-0.0728935, 51.5416309], [-0.0731087, 51.5416321]] } },
|
|
754
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829388, 51.534873], [-0.0829411, 51.5349055]] } },
|
|
755
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0829382, 51.5348584], [-0.0829388, 51.534873]] } },
|
|
756
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0823357, 51.5388185], [-0.0823771, 51.5385678]] } },
|
|
757
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0727858, 51.5388281], [-0.0727614, 51.53903]] } },
|
|
758
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0796649, 51.5358918], [-0.0791858, 51.5359187], [-0.0788853, 51.5359356]] } },
|
|
759
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788853, 51.5359356], [-0.0785728, 51.5359532], [-0.0780273, 51.5359838]] } },
|
|
760
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771848, 51.5424176], [-0.0770786, 51.5427453]] } },
|
|
761
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0758482, 51.5371908], [-0.075811, 51.538466]] } },
|
|
762
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0816602, 51.5376438], [-0.0817749, 51.5376512]] } },
|
|
763
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0817749, 51.5376512], [-0.0818086, 51.5376534]] } },
|
|
764
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0839843, 51.5353435], [-0.0834845, 51.5353673]] } },
|
|
765
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0839816, 51.5354964], [-0.0839843, 51.5353435]] } },
|
|
766
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0803509, 51.5410161], [-0.0801325, 51.541014]] } },
|
|
767
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0805309, 51.5410179], [-0.0803509, 51.5410161]] } },
|
|
768
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0763041, 51.5421936], [-0.0763222, 51.5420562]] } },
|
|
769
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0768774, 51.5408404], [-0.076798, 51.5408369], [-0.0767725, 51.5408355], [-0.0767086, 51.5408334]] } },
|
|
770
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0767086, 51.5408334], [-0.0766327, 51.5408309], [-0.0765107, 51.5408279]] } },
|
|
771
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765107, 51.5408279], [-0.0765184, 51.5407682]] } },
|
|
772
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0804019, 51.5354722], [-0.0803586, 51.5354621], [-0.0803171, 51.5354576], [-0.0802301, 51.5354582], [-0.0800818, 51.5354673]] } },
|
|
773
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769807, 51.5345291], [-0.0769862, 51.5344682]] } },
|
|
774
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0771186, 51.5333131], [-0.0771236, 51.5332701], [-0.0771352, 51.5331413], [-0.0771381, 51.5331094], [-0.0771391, 51.5330777], [-0.0771442, 51.5329174]] } },
|
|
775
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0777011, 51.5307237], [-0.0774628, 51.5307114], [-0.0773841, 51.530706]] } },
|
|
776
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0773841, 51.530706], [-0.0773242, 51.5307023], [-0.077178, 51.5306934]] } },
|
|
777
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0765862, 51.5306648], [-0.0767611, 51.5306723]] } },
|
|
778
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0769993, 51.5306822], [-0.0770489, 51.5306853], [-0.077178, 51.5306934]] } },
|
|
779
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788946, 51.5412114], [-0.0788842, 51.5412512], [-0.0788745, 51.5412881], [-0.0788366, 51.5412843], [-0.0788158, 51.5412972], [-0.0787897, 51.541306], [-0.0787669, 51.5413085], [-0.0787307, 51.5413089], [-0.0787065, 51.5413043], [-0.0786784, 51.5412951], [-0.0786616, 51.5412843], [-0.0786495, 51.5412668], [-0.0786095, 51.5412627], [-0.0786186, 51.5412284], [-0.0786279, 51.5411847], [-0.078667, 51.5411879], [-0.0786878, 51.5411771], [-0.0787038, 51.5411713], [-0.0787347, 51.5411638], [-0.0787541, 51.5411646], [-0.0787877, 51.5411671], [-0.0788118, 51.5411738], [-0.0788319, 51.5411834], [-0.078844, 51.5411921], [-0.0788567, 51.5412075], [-0.0788946, 51.5412114]] } },
|
|
780
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788287, 51.5412463], [-0.0788842, 51.5412512]] } },
|
|
781
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0788842, 51.5412512], [-0.0789062, 51.5412532]] } },
|
|
782
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786186, 51.5412284], [-0.0786773, 51.5412341]] } },
|
|
783
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0785956, 51.5412262], [-0.0786186, 51.5412284]] } },
|
|
784
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.074496, 51.5396324], [-0.0744045, 51.539546]] } },
|
|
785
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800219, 51.5350857], [-0.0799963, 51.5350391]] } },
|
|
786
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0800472, 51.5351318], [-0.0800219, 51.5350857]] } },
|
|
787
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.083944, 51.5380244], [-0.0839271, 51.5381172]] } },
|
|
788
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0839504, 51.5379895], [-0.083944, 51.5380244]] } },
|
|
789
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0778035, 51.5320464], [-0.0776137, 51.5320473]] } },
|
|
790
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776137, 51.5320473], [-0.0774926, 51.5320473]] } },
|
|
791
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0777846, 51.5314564], [-0.0776182, 51.5314636]] } },
|
|
792
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0776182, 51.5314636], [-0.0775068, 51.5314635]] } },
|
|
793
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0810961, 51.5345703], [-0.0812506, 51.5347293], [-0.0814578, 51.5349426], [-0.0815148, 51.5350012]] } },
|
|
794
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0812993, 51.5345098], [-0.081375, 51.534597], [-0.0813972, 51.534625], [-0.0814007, 51.5346498], [-0.0813954, 51.5346685], [-0.0813733, 51.5346864], [-0.0812506, 51.5347293]] } },
|
|
795
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0763667, 51.5417322], [-0.076156, 51.5417196]] } },
|
|
796
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0760242, 51.5423457], [-0.0760277, 51.5423102], [-0.0760326, 51.542238], [-0.0760461, 51.5420075], [-0.0760708, 51.5417289], [-0.076133, 51.5414015], [-0.0762375, 51.541043], [-0.0762847, 51.5408606]] } },
|
|
797
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0762968, 51.540817], [-0.0762847, 51.5408606]] } },
|
|
798
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837398, 51.5394667], [-0.0837456, 51.539413]] } },
|
|
799
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0837406, 51.5394901], [-0.0837395, 51.5394794], [-0.083739, 51.5394744], [-0.0837398, 51.5394667]] } },
|
|
800
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0752988, 51.5389564], [-0.0752536, 51.5385296], [-0.0752785, 51.5384945]] } },
|
|
801
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0749812, 51.5384826], [-0.0745627, 51.5384914], [-0.0737581, 51.5385047], [-0.0735404, 51.5385083]] } },
|
|
802
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786845, 51.5376448], [-0.0787557, 51.5376626]] } },
|
|
803
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0782337, 51.5375802], [-0.0784743, 51.5375977]] } },
|
|
804
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0787557, 51.5376626], [-0.0789714, 51.5376894]] } },
|
|
805
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0789714, 51.5376894], [-0.0791126, 51.5377089]] } },
|
|
806
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.080089, 51.5391292], [-0.0800302, 51.5391241], [-0.0800407, 51.5390544]] } },
|
|
807
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798469, 51.5389867], [-0.0798373, 51.5390417], [-0.0798289, 51.5390901]] } },
|
|
808
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798289, 51.5390901], [-0.0798253, 51.5391108]] } },
|
|
809
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0798253, 51.5391108], [-0.0798136, 51.5391779]] } },
|
|
810
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0786678, 51.5378185], [-0.0790671, 51.5378596]] } },
|
|
811
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0847595, 51.5420428], [-0.0844815, 51.5419959]] } },
|
|
812
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0853498, 51.5418648], [-0.0852044, 51.5421427]] } },
|
|
813
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0822539, 51.5397526], [-0.0818097, 51.5397121]] } },
|
|
814
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0815177, 51.5404157], [-0.0815358, 51.5403523], [-0.0818302, 51.540404], [-0.0820836, 51.5404307]] } },
|
|
815
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826281, 51.5403144], [-0.0821259, 51.5402623]] } },
|
|
816
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0826757, 51.5405925], [-0.0827857, 51.5406067], [-0.0826905, 51.5408411], [-0.0825785, 51.5408265], [-0.0825454, 51.5408399]] } },
|
|
817
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0792526, 51.5418847], [-0.0796469, 51.5419188], [-0.0797716, 51.5418687]] } },
|
|
818
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0756592, 51.5393157], [-0.0755365, 51.5401671]] } },
|
|
819
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.0806343, 51.5408901], [-0.0808713, 51.540932], [-0.0810222, 51.5409833], [-0.0810582, 51.5410269]] } },
|
|
820
|
+
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [[-0.085026, 51.5417964], [-0.0849891, 51.5417886], [-0.0848722, 51.5417739]] } }
|
|
821
|
+
]
|
|
822
|
+
}
|