map.gml 9.4 MB
Newer Older
Juon Kawakami's avatar
init  
Juon Kawakami committed
209001
209002
209003
209004
209005
209006
209007
209008
209009
209010
209011
209012
209013
209014
209015
209016
209017
209018
209019
209020
209021
209022
209023
209024
209025
209026
209027
209028
209029
209030
209031
209032
209033
209034
209035
209036
209037
209038
209039
209040
209041
209042
209043
209044
209045
209046
209047
209048
209049
209050
209051
209052
209053
209054
209055
209056
209057
209058
209059
209060
209061
209062
209063
209064
209065
209066
209067
209068
209069
209070
209071
209072
209073
209074
209075
209076
209077
209078
209079
209080
209081
209082
209083
209084
209085
209086
209087
209088
209089
209090
209091
209092
209093
209094
209095
209096
209097
209098
209099
209100
209101
209102
209103
209104
209105
209106
209107
209108
209109
209110
209111
209112
209113
209114
209115
209116
209117
209118
209119
209120
209121
209122
209123
209124
209125
209126
209127
209128
209129
209130
209131
209132
209133
209134
209135
209136
209137
209138
209139
209140
209141
209142
209143
209144
209145
209146
209147
209148
209149
209150
209151
209152
209153
209154
209155
209156
209157
209158
209159
209160
209161
209162
209163
209164
209165
209166
209167
209168
209169
209170
209171
209172
209173
209174
209175
209176
209177
209178
209179
209180
209181
209182
209183
209184
209185
209186
209187
209188
209189
209190
209191
209192
209193
209194
209195
209196
209197
209198
209199
209200
209201
209202
209203
209204
209205
209206
209207
209208
209209
209210
209211
209212
209213
209214
209215
209216
209217
209218
209219
209220
209221
209222
209223
209224
209225
209226
209227
209228
209229
209230
209231
209232
209233
209234
209235
209236
209237
209238
209239
209240
209241
209242
209243
209244
209245
209246
209247
209248
209249
209250
209251
209252
209253
209254
209255
209256
209257
209258
209259
209260
209261
209262
209263
209264
209265
209266
209267
209268
209269
209270
209271
209272
209273
209274
209275
209276
209277
209278
209279
209280
209281
209282
209283
209284
209285
209286
209287
209288
209289
209290
209291
209292
209293
209294
209295
209296
209297
209298
209299
209300
209301
209302
209303
209304
209305
209306
209307
209308
209309
209310
209311
209312
209313
209314
209315
209316
209317
209318
209319
209320
209321
209322
209323
209324
209325
209326
209327
209328
209329
209330
209331
209332
209333
209334
209335
209336
209337
209338
209339
209340
209341
209342
209343
209344
209345
209346
209347
209348
209349
209350
209351
209352
209353
209354
209355
209356
209357
209358
209359
209360
209361
209362
209363
209364
209365
209366
209367
209368
209369
209370
209371
209372
209373
209374
209375
209376
209377
209378
209379
209380
209381
209382
209383
209384
209385
209386
209387
209388
209389
209390
209391
209392
209393
209394
209395
209396
209397
209398
209399
209400
209401
209402
209403
209404
209405
209406
209407
209408
209409
209410
209411
209412
209413
209414
209415
209416
209417
209418
209419
209420
209421
209422
209423
209424
209425
209426
209427
209428
209429
209430
209431
209432
209433
209434
209435
209436
209437
209438
209439
209440
209441
209442
209443
209444
209445
209446
209447
209448
209449
209450
209451
209452
209453
209454
209455
209456
209457
209458
209459
209460
209461
209462
209463
209464
209465
209466
209467
209468
209469
209470
209471
209472
209473
209474
209475
209476
209477
209478
209479
209480
209481
209482
209483
209484
209485
209486
209487
209488
209489
209490
209491
209492
209493
209494
209495
209496
209497
209498
209499
209500
209501
209502
209503
209504
209505
209506
209507
209508
209509
209510
209511
209512
209513
209514
209515
209516
209517
209518
209519
209520
209521
209522
209523
209524
209525
209526
209527
209528
209529
209530
209531
209532
209533
209534
209535
209536
209537
209538
209539
209540
209541
209542
209543
209544
209545
209546
209547
209548
209549
209550
209551
209552
209553
209554
209555
209556
209557
209558
209559
209560
209561
209562
209563
209564
209565
209566
209567
209568
209569
209570
209571
209572
209573
209574
209575
209576
209577
209578
209579
209580
209581
209582
209583
209584
209585
209586
209587
209588
209589
209590
209591
209592
209593
209594
209595
209596
209597
209598
209599
209600
209601
209602
209603
209604
209605
209606
209607
209608
209609
209610
209611
209612
209613
209614
209615
209616
209617
209618
209619
209620
209621
209622
209623
209624
209625
209626
209627
209628
209629
209630
209631
209632
209633
209634
209635
209636
209637
209638
209639
209640
209641
209642
209643
209644
209645
209646
209647
209648
209649
209650
209651
209652
209653
209654
209655
209656
209657
209658
209659
209660
209661
209662
209663
209664
209665
209666
209667
209668
209669
209670
209671
209672
209673
209674
209675
209676
209677
209678
209679
209680
209681
209682
209683
209684
209685
209686
209687
209688
209689
209690
209691
209692
209693
209694
209695
209696
209697
209698
209699
209700
209701
209702
209703
209704
209705
209706
209707
209708
209709
209710
209711
209712
209713
209714
209715
209716
209717
209718
209719
209720
209721
209722
209723
209724
209725
209726
209727
209728
209729
209730
209731
209732
209733
209734
209735
209736
209737
209738
209739
209740
209741
209742
209743
209744
209745
209746
209747
209748
209749
209750
209751
209752
209753
209754
209755
209756
209757
209758
209759
209760
209761
209762
209763
209764
209765
209766
209767
209768
209769
209770
209771
209772
209773
209774
209775
209776
209777
209778
209779
209780
209781
209782
209783
209784
209785
209786
209787
209788
209789
209790
209791
209792
209793
209794
209795
209796
209797
209798
209799
209800
209801
209802
209803
209804
209805
209806
209807
209808
209809
209810
209811
209812
209813
209814
209815
209816
209817
209818
209819
209820
209821
209822
209823
209824
209825
209826
209827
209828
209829
209830
209831
209832
209833
209834
209835
209836
209837
209838
209839
209840
209841
209842
209843
209844
209845
209846
209847
209848
209849
209850
209851
209852
209853
209854
209855
209856
209857
209858
209859
209860
209861
209862
209863
209864
209865
209866
209867
209868
209869
209870
209871
209872
209873
209874
209875
209876
209877
209878
209879
209880
209881
209882
209883
209884
209885
209886
209887
209888
209889
209890
209891
209892
209893
209894
209895
209896
209897
209898
209899
209900
209901
209902
209903
209904
209905
209906
209907
209908
209909
209910
209911
209912
209913
209914
209915
209916
209917
209918
209919
209920
209921
209922
209923
209924
209925
209926
209927
209928
209929
209930
209931
209932
209933
209934
209935
209936
209937
209938
209939
209940
209941
209942
209943
209944
209945
209946
209947
209948
209949
209950
209951
209952
209953
209954
209955
209956
209957
209958
209959
209960
209961
209962
209963
209964
209965
209966
209967
209968
209969
209970
209971
209972
209973
209974
209975
209976
209977
209978
209979
209980
209981
209982
209983
209984
209985
209986
209987
209988
209989
209990
209991
209992
209993
209994
209995
209996
209997
209998
209999
210000
    </rcr:building>
    <rcr:building gml:id="56156">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56151"/>
        <gml:directedEdge orientation="+" xlink:href="#56158"/>
        <gml:directedEdge orientation="+" xlink:href="#56161" rcr:neighbour="56168"/>
        <gml:directedEdge orientation="+" xlink:href="#56162"/>
        <gml:directedEdge orientation="+" xlink:href="#56153"/>
        <gml:directedEdge orientation="+" xlink:href="#56154"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56215">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56192"/>
        <gml:directedEdge orientation="+" xlink:href="#56193"/>
        <gml:directedEdge orientation="+" xlink:href="#56194"/>
        <gml:directedEdge orientation="+" xlink:href="#56195"/>
        <gml:directedEdge orientation="+" xlink:href="#56196"/>
        <gml:directedEdge orientation="+" xlink:href="#56197"/>
        <gml:directedEdge orientation="+" xlink:href="#56198"/>
        <gml:directedEdge orientation="+" xlink:href="#56199"/>
        <gml:directedEdge orientation="+" xlink:href="#56200"/>
        <gml:directedEdge orientation="+" xlink:href="#56201"/>
        <gml:directedEdge orientation="+" xlink:href="#56202"/>
        <gml:directedEdge orientation="+" xlink:href="#56203"/>
        <gml:directedEdge orientation="+" xlink:href="#56204"/>
        <gml:directedEdge orientation="+" xlink:href="#56205"/>
        <gml:directedEdge orientation="+" xlink:href="#56206"/>
        <gml:directedEdge orientation="+" xlink:href="#56207"/>
        <gml:directedEdge orientation="+" xlink:href="#56208"/>
        <gml:directedEdge orientation="+" xlink:href="#56209"/>
        <gml:directedEdge orientation="+" xlink:href="#56217"/>
        <gml:directedEdge orientation="+" xlink:href="#56220" rcr:neighbour="56227"/>
        <gml:directedEdge orientation="+" xlink:href="#56221"/>
        <gml:directedEdge orientation="+" xlink:href="#56211"/>
        <gml:directedEdge orientation="+" xlink:href="#56212"/>
        <gml:directedEdge orientation="+" xlink:href="#56213"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56238">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56233"/>
        <gml:directedEdge orientation="+" xlink:href="#56234"/>
        <gml:directedEdge orientation="+" xlink:href="#56240"/>
        <gml:directedEdge orientation="+" xlink:href="#56243" rcr:neighbour="56250"/>
        <gml:directedEdge orientation="+" xlink:href="#56244"/>
        <gml:directedEdge orientation="+" xlink:href="#56236"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56261">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56256"/>
        <gml:directedEdge orientation="+" xlink:href="#56263"/>
        <gml:directedEdge orientation="+" xlink:href="#56266" rcr:neighbour="56273"/>
        <gml:directedEdge orientation="+" xlink:href="#56267"/>
        <gml:directedEdge orientation="+" xlink:href="#56258"/>
        <gml:directedEdge orientation="+" xlink:href="#56259"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56292">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56294"/>
        <gml:directedEdge orientation="+" xlink:href="#56297" rcr:neighbour="56304"/>
        <gml:directedEdge orientation="+" xlink:href="#56298"/>
        <gml:directedEdge orientation="+" xlink:href="#56284"/>
        <gml:directedEdge orientation="+" xlink:href="#56285"/>
        <gml:directedEdge orientation="+" xlink:href="#56286"/>
        <gml:directedEdge orientation="+" xlink:href="#56287"/>
        <gml:directedEdge orientation="+" xlink:href="#56288"/>
        <gml:directedEdge orientation="+" xlink:href="#56289"/>
        <gml:directedEdge orientation="+" xlink:href="#56290"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56315">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56310"/>
        <gml:directedEdge orientation="+" xlink:href="#56311"/>
        <gml:directedEdge orientation="+" xlink:href="#56317"/>
        <gml:directedEdge orientation="+" xlink:href="#56320" rcr:neighbour="56327"/>
        <gml:directedEdge orientation="+" xlink:href="#56321"/>
        <gml:directedEdge orientation="+" xlink:href="#56313"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56342">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56335"/>
        <gml:directedEdge orientation="+" xlink:href="#56336"/>
        <gml:directedEdge orientation="+" xlink:href="#56337"/>
        <gml:directedEdge orientation="+" xlink:href="#56338"/>
        <gml:directedEdge orientation="+" xlink:href="#56339"/>
        <gml:directedEdge orientation="-" xlink:href="#44773" rcr:neighbour="44775"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56359">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56351"/>
        <gml:directedEdge orientation="+" xlink:href="#56361"/>
        <gml:directedEdge orientation="+" xlink:href="#56364" rcr:neighbour="56371"/>
        <gml:directedEdge orientation="+" xlink:href="#56365"/>
        <gml:directedEdge orientation="+" xlink:href="#56353"/>
        <gml:directedEdge orientation="+" xlink:href="#56354"/>
        <gml:directedEdge orientation="-" xlink:href="#47695" rcr:neighbour="47697"/>
        <gml:directedEdge orientation="+" xlink:href="#56356"/>
        <gml:directedEdge orientation="-" xlink:href="#41585" rcr:neighbour="41587"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56382">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56384"/>
        <gml:directedEdge orientation="+" xlink:href="#56387" rcr:neighbour="56394"/>
        <gml:directedEdge orientation="+" xlink:href="#56388"/>
        <gml:directedEdge orientation="+" xlink:href="#56378"/>
        <gml:directedEdge orientation="+" xlink:href="#56379"/>
        <gml:directedEdge orientation="-" xlink:href="#40118"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56405">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56400" rcr:neighbour="58404"/>
        <gml:directedEdge orientation="+" xlink:href="#56401"/>
        <gml:directedEdge orientation="-" xlink:href="#44002" rcr:neighbour="44006"/>
        <gml:directedEdge orientation="+" xlink:href="#56407"/>
        <gml:directedEdge orientation="+" xlink:href="#56410" rcr:neighbour="56417"/>
        <gml:directedEdge orientation="+" xlink:href="#56411"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56438">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56428"/>
        <gml:directedEdge orientation="+" xlink:href="#56429"/>
        <gml:directedEdge orientation="-" xlink:href="#48347"/>
        <gml:directedEdge orientation="-" xlink:href="#48346"/>
        <gml:directedEdge orientation="+" xlink:href="#56432"/>
        <gml:directedEdge orientation="+" xlink:href="#56433"/>
        <gml:directedEdge orientation="+" xlink:href="#56440"/>
        <gml:directedEdge orientation="+" xlink:href="#56443" rcr:neighbour="56450"/>
        <gml:directedEdge orientation="+" xlink:href="#56444"/>
        <gml:directedEdge orientation="+" xlink:href="#56435"/>
        <gml:directedEdge orientation="+" xlink:href="#56436"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56473">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56462"/>
        <gml:directedEdge orientation="+" xlink:href="#56463"/>
        <gml:directedEdge orientation="+" xlink:href="#56464"/>
        <gml:directedEdge orientation="+" xlink:href="#56465"/>
        <gml:directedEdge orientation="+" xlink:href="#56466"/>
        <gml:directedEdge orientation="+" xlink:href="#56467"/>
        <gml:directedEdge orientation="+" xlink:href="#56468"/>
        <gml:directedEdge orientation="+" xlink:href="#56469"/>
        <gml:directedEdge orientation="+" xlink:href="#56470"/>
        <gml:directedEdge orientation="+" xlink:href="#56475"/>
        <gml:directedEdge orientation="+" xlink:href="#56478" rcr:neighbour="56485"/>
        <gml:directedEdge orientation="+" xlink:href="#56479"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56496">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56498"/>
        <gml:directedEdge orientation="+" xlink:href="#56501" rcr:neighbour="56508"/>
        <gml:directedEdge orientation="+" xlink:href="#56502"/>
        <gml:directedEdge orientation="-" xlink:href="#65987"/>
        <gml:directedEdge orientation="+" xlink:href="#56493"/>
        <gml:directedEdge orientation="-" xlink:href="#41479"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56519">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56514"/>
        <gml:directedEdge orientation="+" xlink:href="#56515"/>
        <gml:directedEdge orientation="+" xlink:href="#56516"/>
        <gml:directedEdge orientation="+" xlink:href="#56521"/>
        <gml:directedEdge orientation="+" xlink:href="#56524" rcr:neighbour="56531"/>
        <gml:directedEdge orientation="+" xlink:href="#56525"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56544">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56538"/>
        <gml:directedEdge orientation="+" xlink:href="#56539" rcr:neighbour="64282"/>
        <gml:directedEdge orientation="+" xlink:href="#56540"/>
        <gml:directedEdge orientation="+" xlink:href="#56541"/>
        <gml:directedEdge orientation="-" xlink:href="#44770" rcr:neighbour="44775"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56555">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56557"/>
        <gml:directedEdge orientation="+" xlink:href="#56560" rcr:neighbour="56567"/>
        <gml:directedEdge orientation="+" xlink:href="#56561"/>
        <gml:directedEdge orientation="-" xlink:href="#51934"/>
        <gml:directedEdge orientation="+" xlink:href="#56552"/>
        <gml:directedEdge orientation="+" xlink:href="#56553"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56594">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56581"/>
        <gml:directedEdge orientation="+" xlink:href="#56582"/>
        <gml:directedEdge orientation="+" xlink:href="#56583"/>
        <gml:directedEdge orientation="+" xlink:href="#56584"/>
        <gml:directedEdge orientation="+" xlink:href="#56585"/>
        <gml:directedEdge orientation="+" xlink:href="#56586"/>
        <gml:directedEdge orientation="+" xlink:href="#71874"/>
        <gml:directedEdge orientation="+" xlink:href="#34945" rcr:neighbour="19133"/>
        <gml:directedEdge orientation="+" xlink:href="#56588"/>
        <gml:directedEdge orientation="+" xlink:href="#56589"/>
        <gml:directedEdge orientation="+" xlink:href="#56590"/>
        <gml:directedEdge orientation="+" xlink:href="#56591"/>
        <gml:directedEdge orientation="+" xlink:href="#56592"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56605">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56600"/>
        <gml:directedEdge orientation="+" xlink:href="#56601"/>
        <gml:directedEdge orientation="+" xlink:href="#56602"/>
        <gml:directedEdge orientation="+" xlink:href="#56607"/>
        <gml:directedEdge orientation="+" xlink:href="#56610" rcr:neighbour="56617"/>
        <gml:directedEdge orientation="+" xlink:href="#56611"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56628">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56623"/>
        <gml:directedEdge orientation="-" xlink:href="#66897"/>
        <gml:directedEdge orientation="+" xlink:href="#56630"/>
        <gml:directedEdge orientation="+" xlink:href="#56633" rcr:neighbour="56640"/>
        <gml:directedEdge orientation="+" xlink:href="#56634"/>
        <gml:directedEdge orientation="-" xlink:href="#41120"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56651">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56646"/>
        <gml:directedEdge orientation="+" xlink:href="#56653"/>
        <gml:directedEdge orientation="+" xlink:href="#56656" rcr:neighbour="56663"/>
        <gml:directedEdge orientation="+" xlink:href="#56657"/>
        <gml:directedEdge orientation="+" xlink:href="#56648"/>
        <gml:directedEdge orientation="+" xlink:href="#56649"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56678">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56671"/>
        <gml:directedEdge orientation="+" xlink:href="#56680"/>
        <gml:directedEdge orientation="+" xlink:href="#56683" rcr:neighbour="56690"/>
        <gml:directedEdge orientation="+" xlink:href="#56684"/>
        <gml:directedEdge orientation="+" xlink:href="#56673"/>
        <gml:directedEdge orientation="+" xlink:href="#56674"/>
        <gml:directedEdge orientation="+" xlink:href="#56675"/>
        <gml:directedEdge orientation="+" xlink:href="#56676"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56709">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56700"/>
        <gml:directedEdge orientation="+" xlink:href="#56701"/>
        <gml:directedEdge orientation="+" xlink:href="#56702"/>
        <gml:directedEdge orientation="+" xlink:href="#56703"/>
        <gml:directedEdge orientation="+" xlink:href="#56711"/>
        <gml:directedEdge orientation="+" xlink:href="#56714" rcr:neighbour="56721"/>
        <gml:directedEdge orientation="+" xlink:href="#56715"/>
        <gml:directedEdge orientation="+" xlink:href="#56705"/>
        <gml:directedEdge orientation="+" xlink:href="#56706"/>
        <gml:directedEdge orientation="+" xlink:href="#56707"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56736">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56729"/>
        <gml:directedEdge orientation="+" xlink:href="#56730"/>
        <gml:directedEdge orientation="+" xlink:href="#56731"/>
        <gml:directedEdge orientation="+" xlink:href="#56732"/>
        <gml:directedEdge orientation="+" xlink:href="#56738"/>
        <gml:directedEdge orientation="+" xlink:href="#56741" rcr:neighbour="56748"/>
        <gml:directedEdge orientation="+" xlink:href="#56742"/>
        <gml:directedEdge orientation="+" xlink:href="#56734"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56759">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56764"/>
        <gml:directedEdge orientation="+" xlink:href="#56765" rcr:neighbour="56771"/>
        <gml:directedEdge orientation="+" xlink:href="#56762"/>
        <gml:directedEdge orientation="-" xlink:href="#67940"/>
        <gml:directedEdge orientation="+" xlink:href="#56756"/>
        <gml:directedEdge orientation="+" xlink:href="#56757"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56782">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56784"/>
        <gml:directedEdge orientation="+" xlink:href="#56787" rcr:neighbour="56794"/>
        <gml:directedEdge orientation="+" xlink:href="#56788"/>
        <gml:directedEdge orientation="-" xlink:href="#40256"/>
        <gml:directedEdge orientation="+" xlink:href="#56779"/>
        <gml:directedEdge orientation="+" xlink:href="#56780"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56811">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56813"/>
        <gml:directedEdge orientation="+" xlink:href="#56816" rcr:neighbour="56823"/>
        <gml:directedEdge orientation="+" xlink:href="#56817"/>
        <gml:directedEdge orientation="+" xlink:href="#56804"/>
        <gml:directedEdge orientation="+" xlink:href="#56805"/>
        <gml:directedEdge orientation="+" xlink:href="#56806"/>
        <gml:directedEdge orientation="+" xlink:href="#56807"/>
        <gml:directedEdge orientation="+" xlink:href="#56808"/>
        <gml:directedEdge orientation="+" xlink:href="#56809"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56846">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56848"/>
        <gml:directedEdge orientation="+" xlink:href="#56851" rcr:neighbour="56858"/>
        <gml:directedEdge orientation="+" xlink:href="#56852"/>
        <gml:directedEdge orientation="+" xlink:href="#56836"/>
        <gml:directedEdge orientation="+" xlink:href="#56837"/>
        <gml:directedEdge orientation="+" xlink:href="#56838"/>
        <gml:directedEdge orientation="+" xlink:href="#56839"/>
        <gml:directedEdge orientation="+" xlink:href="#56840"/>
        <gml:directedEdge orientation="+" xlink:href="#56841"/>
        <gml:directedEdge orientation="+" xlink:href="#56842"/>
        <gml:directedEdge orientation="+" xlink:href="#56843"/>
        <gml:directedEdge orientation="+" xlink:href="#56844"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56877">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56868"/>
        <gml:directedEdge orientation="+" xlink:href="#56869"/>
        <gml:directedEdge orientation="+" xlink:href="#56870"/>
        <gml:directedEdge orientation="+" xlink:href="#56871"/>
        <gml:directedEdge orientation="+" xlink:href="#56872"/>
        <gml:directedEdge orientation="+" xlink:href="#56873"/>
        <gml:directedEdge orientation="+" xlink:href="#56879"/>
        <gml:directedEdge orientation="+" xlink:href="#56882" rcr:neighbour="56889"/>
        <gml:directedEdge orientation="+" xlink:href="#56883"/>
        <gml:directedEdge orientation="-" xlink:href="#51222"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56902">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56896"/>
        <gml:directedEdge orientation="+" xlink:href="#56904"/>
        <gml:directedEdge orientation="+" xlink:href="#56907" rcr:neighbour="56914"/>
        <gml:directedEdge orientation="+" xlink:href="#56908"/>
        <gml:directedEdge orientation="+" xlink:href="#56898"/>
        <gml:directedEdge orientation="+" xlink:href="#56899"/>
        <gml:directedEdge orientation="-" xlink:href="#41192"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56927">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56921"/>
        <gml:directedEdge orientation="+" xlink:href="#56922"/>
        <gml:directedEdge orientation="+" xlink:href="#56929"/>
        <gml:directedEdge orientation="+" xlink:href="#56932" rcr:neighbour="56939"/>
        <gml:directedEdge orientation="+" xlink:href="#56933"/>
        <gml:directedEdge orientation="+" xlink:href="#56924"/>
        <gml:directedEdge orientation="-" xlink:href="#40399"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56972">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#51893" rcr:neighbour="51896"/>
        <gml:directedEdge orientation="-" xlink:href="#67825"/>
        <gml:directedEdge orientation="+" xlink:href="#56958"/>
        <gml:directedEdge orientation="+" xlink:href="#56959"/>
        <gml:directedEdge orientation="+" xlink:href="#56960"/>
        <gml:directedEdge orientation="+" xlink:href="#56961"/>
        <gml:directedEdge orientation="+" xlink:href="#56974"/>
        <gml:directedEdge orientation="+" xlink:href="#56977" rcr:neighbour="56984"/>
        <gml:directedEdge orientation="+" xlink:href="#56978"/>
        <gml:directedEdge orientation="+" xlink:href="#56963"/>
        <gml:directedEdge orientation="+" xlink:href="#56964"/>
        <gml:directedEdge orientation="+" xlink:href="#56965"/>
        <gml:directedEdge orientation="+" xlink:href="#56966"/>
        <gml:directedEdge orientation="+" xlink:href="#56967"/>
        <gml:directedEdge orientation="+" xlink:href="#56968"/>
        <gml:directedEdge orientation="+" xlink:href="#56969"/>
        <gml:directedEdge orientation="+" xlink:href="#56970"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="56999">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#56992"/>
        <gml:directedEdge orientation="+" xlink:href="#56993"/>
        <gml:directedEdge orientation="+" xlink:href="#56994"/>
        <gml:directedEdge orientation="+" xlink:href="#56995"/>
        <gml:directedEdge orientation="+" xlink:href="#57001"/>
        <gml:directedEdge orientation="+" xlink:href="#57004" rcr:neighbour="57011"/>
        <gml:directedEdge orientation="+" xlink:href="#57005"/>
        <gml:directedEdge orientation="-" xlink:href="#41743"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57022">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57017"/>
        <gml:directedEdge orientation="+" xlink:href="#57018"/>
        <gml:directedEdge orientation="+" xlink:href="#57024"/>
        <gml:directedEdge orientation="+" xlink:href="#57027" rcr:neighbour="57034"/>
        <gml:directedEdge orientation="+" xlink:href="#57028"/>
        <gml:directedEdge orientation="-" xlink:href="#69025"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57053">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57044"/>
        <gml:directedEdge orientation="+" xlink:href="#57045"/>
        <gml:directedEdge orientation="+" xlink:href="#57046"/>
        <gml:directedEdge orientation="+" xlink:href="#57047"/>
        <gml:directedEdge orientation="+" xlink:href="#57048"/>
        <gml:directedEdge orientation="+" xlink:href="#57055"/>
        <gml:directedEdge orientation="+" xlink:href="#57058" rcr:neighbour="57065"/>
        <gml:directedEdge orientation="+" xlink:href="#57059"/>
        <gml:directedEdge orientation="+" xlink:href="#57050"/>
        <gml:directedEdge orientation="-" xlink:href="#42989"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57080">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57073"/>
        <gml:directedEdge orientation="+" xlink:href="#57074"/>
        <gml:directedEdge orientation="-" xlink:href="#40764"/>
        <gml:directedEdge orientation="+" xlink:href="#57076"/>
        <gml:directedEdge orientation="+" xlink:href="#57085"/>
        <gml:directedEdge orientation="+" xlink:href="#57086" rcr:neighbour="57092"/>
        <gml:directedEdge orientation="+" xlink:href="#57083"/>
        <gml:directedEdge orientation="+" xlink:href="#57078"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57111">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57102"/>
        <gml:directedEdge orientation="+" xlink:href="#57103"/>
        <gml:directedEdge orientation="+" xlink:href="#57104"/>
        <gml:directedEdge orientation="+" xlink:href="#57105"/>
        <gml:directedEdge orientation="+" xlink:href="#57113"/>
        <gml:directedEdge orientation="+" xlink:href="#57116" rcr:neighbour="57123"/>
        <gml:directedEdge orientation="+" xlink:href="#57117"/>
        <gml:directedEdge orientation="+" xlink:href="#57107"/>
        <gml:directedEdge orientation="-" xlink:href="#65606"/>
        <gml:directedEdge orientation="-" xlink:href="#65605"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57151">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57143"/>
        <gml:directedEdge orientation="+" xlink:href="#57144"/>
        <gml:directedEdge orientation="-" xlink:href="#47747" rcr:neighbour="47753"/>
        <gml:directedEdge orientation="+" xlink:href="#57146"/>
        <gml:directedEdge orientation="+" xlink:href="#57147"/>
        <gml:directedEdge orientation="+" xlink:href="#57148"/>
        <gml:directedEdge orientation="-" xlink:href="#43395" rcr:neighbour="43398"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57164">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57158"/>
        <gml:directedEdge orientation="+" xlink:href="#57159"/>
        <gml:directedEdge orientation="-" xlink:href="#66305"/>
        <gml:directedEdge orientation="+" xlink:href="#57161"/>
        <gml:directedEdge orientation="+" xlink:href="#57166"/>
        <gml:directedEdge orientation="+" xlink:href="#57169" rcr:neighbour="57176"/>
        <gml:directedEdge orientation="+" xlink:href="#57170"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57199">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57188"/>
        <gml:directedEdge orientation="+" xlink:href="#57189"/>
        <gml:directedEdge orientation="+" xlink:href="#57201"/>
        <gml:directedEdge orientation="+" xlink:href="#57204" rcr:neighbour="57211"/>
        <gml:directedEdge orientation="+" xlink:href="#57205"/>
        <gml:directedEdge orientation="+" xlink:href="#57191"/>
        <gml:directedEdge orientation="+" xlink:href="#57192"/>
        <gml:directedEdge orientation="+" xlink:href="#57193"/>
        <gml:directedEdge orientation="+" xlink:href="#57194"/>
        <gml:directedEdge orientation="+" xlink:href="#57195"/>
        <gml:directedEdge orientation="+" xlink:href="#57196"/>
        <gml:directedEdge orientation="+" xlink:href="#57197"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57224">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57218"/>
        <gml:directedEdge orientation="+" xlink:href="#57219"/>
        <gml:directedEdge orientation="+" xlink:href="#57220"/>
        <gml:directedEdge orientation="+" xlink:href="#57226"/>
        <gml:directedEdge orientation="+" xlink:href="#57229" rcr:neighbour="57236"/>
        <gml:directedEdge orientation="+" xlink:href="#57230"/>
        <gml:directedEdge orientation="-" xlink:href="#66628"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57251">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#53099"/>
        <gml:directedEdge orientation="+" xlink:href="#57245"/>
        <gml:directedEdge orientation="+" xlink:href="#57246"/>
        <gml:directedEdge orientation="+" xlink:href="#57247"/>
        <gml:directedEdge orientation="+" xlink:href="#57253"/>
        <gml:directedEdge orientation="+" xlink:href="#57256" rcr:neighbour="57263"/>
        <gml:directedEdge orientation="+" xlink:href="#57257"/>
        <gml:directedEdge orientation="+" xlink:href="#57249"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57278">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57271"/>
        <gml:directedEdge orientation="+" xlink:href="#57272"/>
        <gml:directedEdge orientation="+" xlink:href="#57273"/>
        <gml:directedEdge orientation="+" xlink:href="#57274"/>
        <gml:directedEdge orientation="+" xlink:href="#57280"/>
        <gml:directedEdge orientation="+" xlink:href="#57283" rcr:neighbour="57290"/>
        <gml:directedEdge orientation="+" xlink:href="#57284"/>
        <gml:directedEdge orientation="+" xlink:href="#57276"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57309">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57300"/>
        <gml:directedEdge orientation="+" xlink:href="#57301"/>
        <gml:directedEdge orientation="+" xlink:href="#57302"/>
        <gml:directedEdge orientation="+" xlink:href="#57303"/>
        <gml:directedEdge orientation="+" xlink:href="#57304"/>
        <gml:directedEdge orientation="+" xlink:href="#57305"/>
        <gml:directedEdge orientation="+" xlink:href="#57311"/>
        <gml:directedEdge orientation="+" xlink:href="#57314" rcr:neighbour="57321"/>
        <gml:directedEdge orientation="+" xlink:href="#57315"/>
        <gml:directedEdge orientation="+" xlink:href="#57307"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57332">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57334"/>
        <gml:directedEdge orientation="+" xlink:href="#57337" rcr:neighbour="57344"/>
        <gml:directedEdge orientation="+" xlink:href="#57338"/>
        <gml:directedEdge orientation="+" xlink:href="#57328"/>
        <gml:directedEdge orientation="+" xlink:href="#57329"/>
        <gml:directedEdge orientation="-" xlink:href="#44959"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57359">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#69658"/>
        <gml:directedEdge orientation="-" xlink:href="#69657"/>
        <gml:directedEdge orientation="+" xlink:href="#57354"/>
        <gml:directedEdge orientation="+" xlink:href="#57361"/>
        <gml:directedEdge orientation="+" xlink:href="#57364" rcr:neighbour="57371"/>
        <gml:directedEdge orientation="+" xlink:href="#57365"/>
        <gml:directedEdge orientation="+" xlink:href="#57356"/>
        <gml:directedEdge orientation="+" xlink:href="#57357"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57382">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57377"/>
        <gml:directedEdge orientation="-" xlink:href="#39443"/>
        <gml:directedEdge orientation="+" xlink:href="#57384"/>
        <gml:directedEdge orientation="+" xlink:href="#57387" rcr:neighbour="57394"/>
        <gml:directedEdge orientation="+" xlink:href="#57388"/>
        <gml:directedEdge orientation="+" xlink:href="#57380"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57413">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57404"/>
        <gml:directedEdge orientation="+" xlink:href="#57405"/>
        <gml:directedEdge orientation="-" xlink:href="#42520"/>
        <gml:directedEdge orientation="+" xlink:href="#57415"/>
        <gml:directedEdge orientation="+" xlink:href="#57418" rcr:neighbour="57425"/>
        <gml:directedEdge orientation="+" xlink:href="#57419"/>
        <gml:directedEdge orientation="+" xlink:href="#57408"/>
        <gml:directedEdge orientation="+" xlink:href="#57409"/>
        <gml:directedEdge orientation="+" xlink:href="#57410"/>
        <gml:directedEdge orientation="-" xlink:href="#38736"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57438">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57432"/>
        <gml:directedEdge orientation="+" xlink:href="#57440"/>
        <gml:directedEdge orientation="+" xlink:href="#57443" rcr:neighbour="57450"/>
        <gml:directedEdge orientation="+" xlink:href="#57444"/>
        <gml:directedEdge orientation="+" xlink:href="#57434"/>
        <gml:directedEdge orientation="+" xlink:href="#57435"/>
        <gml:directedEdge orientation="-" xlink:href="#42789"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57492">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57494"/>
        <gml:directedEdge orientation="+" xlink:href="#57497" rcr:neighbour="57504"/>
        <gml:directedEdge orientation="+" xlink:href="#57498"/>
        <gml:directedEdge orientation="+" xlink:href="#57488"/>
        <gml:directedEdge orientation="+" xlink:href="#57489"/>
        <gml:directedEdge orientation="+" xlink:href="#57490"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57523">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57514"/>
        <gml:directedEdge orientation="+" xlink:href="#57515"/>
        <gml:directedEdge orientation="+" xlink:href="#57516"/>
        <gml:directedEdge orientation="+" xlink:href="#57517"/>
        <gml:directedEdge orientation="+" xlink:href="#57518"/>
        <gml:directedEdge orientation="+" xlink:href="#57519"/>
        <gml:directedEdge orientation="+" xlink:href="#57520"/>
        <gml:directedEdge orientation="+" xlink:href="#57525"/>
        <gml:directedEdge orientation="+" xlink:href="#57528" rcr:neighbour="57535"/>
        <gml:directedEdge orientation="+" xlink:href="#57529"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57546">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57541"/>
        <gml:directedEdge orientation="+" xlink:href="#57542"/>
        <gml:directedEdge orientation="+" xlink:href="#57548"/>
        <gml:directedEdge orientation="+" xlink:href="#57551" rcr:neighbour="57558"/>
        <gml:directedEdge orientation="+" xlink:href="#57552"/>
        <gml:directedEdge orientation="-" xlink:href="#40520"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57573">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#50225"/>
        <gml:directedEdge orientation="+" xlink:href="#57567"/>
        <gml:directedEdge orientation="+" xlink:href="#57568"/>
        <gml:directedEdge orientation="+" xlink:href="#57569"/>
        <gml:directedEdge orientation="+" xlink:href="#57570"/>
        <gml:directedEdge orientation="+" xlink:href="#57575"/>
        <gml:directedEdge orientation="+" xlink:href="#57578" rcr:neighbour="57585"/>
        <gml:directedEdge orientation="+" xlink:href="#57579"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57598">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57592"/>
        <gml:directedEdge orientation="+" xlink:href="#57600"/>
        <gml:directedEdge orientation="+" xlink:href="#57603" rcr:neighbour="57610"/>
        <gml:directedEdge orientation="+" xlink:href="#57604"/>
        <gml:directedEdge orientation="+" xlink:href="#57594"/>
        <gml:directedEdge orientation="+" xlink:href="#57595"/>
        <gml:directedEdge orientation="+" xlink:href="#57596"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57621">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57626"/>
        <gml:directedEdge orientation="+" xlink:href="#57627" rcr:neighbour="57633"/>
        <gml:directedEdge orientation="+" xlink:href="#57624"/>
        <gml:directedEdge orientation="-" xlink:href="#56757"/>
        <gml:directedEdge orientation="+" xlink:href="#57618"/>
        <gml:directedEdge orientation="-" xlink:href="#46705"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57644">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57646"/>
        <gml:directedEdge orientation="+" xlink:href="#57649" rcr:neighbour="57656"/>
        <gml:directedEdge orientation="+" xlink:href="#57650"/>
        <gml:directedEdge orientation="-" xlink:href="#56676"/>
        <gml:directedEdge orientation="+" xlink:href="#57641"/>
        <gml:directedEdge orientation="-" xlink:href="#44087"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57667">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57669"/>
        <gml:directedEdge orientation="+" xlink:href="#57672" rcr:neighbour="57679"/>
        <gml:directedEdge orientation="+" xlink:href="#57673"/>
        <gml:directedEdge orientation="-" xlink:href="#41362"/>
        <gml:directedEdge orientation="+" xlink:href="#57664"/>
        <gml:directedEdge orientation="+" xlink:href="#57665"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57694">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57699"/>
        <gml:directedEdge orientation="+" xlink:href="#57700" rcr:neighbour="57706"/>
        <gml:directedEdge orientation="+" xlink:href="#57697"/>
        <gml:directedEdge orientation="-" xlink:href="#43577"/>
        <gml:directedEdge orientation="+" xlink:href="#57689"/>
        <gml:directedEdge orientation="+" xlink:href="#57690"/>
        <gml:directedEdge orientation="+" xlink:href="#57691"/>
        <gml:directedEdge orientation="+" xlink:href="#57692"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57717">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57719"/>
        <gml:directedEdge orientation="-" xlink:href="#57728" rcr:neighbour="57730"/>
        <gml:directedEdge orientation="-" xlink:href="#43254"/>
        <gml:directedEdge orientation="+" xlink:href="#57714"/>
        <gml:directedEdge orientation="-" xlink:href="#55026"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57741">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57743"/>
        <gml:directedEdge orientation="+" xlink:href="#57746" rcr:neighbour="57753"/>
        <gml:directedEdge orientation="+" xlink:href="#57747"/>
        <gml:directedEdge orientation="+" xlink:href="#57737"/>
        <gml:directedEdge orientation="+" xlink:href="#57738"/>
        <gml:directedEdge orientation="-" xlink:href="#67872"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57772">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57763"/>
        <gml:directedEdge orientation="-" xlink:href="#67087"/>
        <gml:directedEdge orientation="+" xlink:href="#57765"/>
        <gml:directedEdge orientation="+" xlink:href="#57774"/>
        <gml:directedEdge orientation="+" xlink:href="#57777" rcr:neighbour="57784"/>
        <gml:directedEdge orientation="+" xlink:href="#57778"/>
        <gml:directedEdge orientation="+" xlink:href="#57767"/>
        <gml:directedEdge orientation="+" xlink:href="#57768"/>
        <gml:directedEdge orientation="+" xlink:href="#57769"/>
        <gml:directedEdge orientation="-" xlink:href="#70351"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57797">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57799"/>
        <gml:directedEdge orientation="+" xlink:href="#57802" rcr:neighbour="57809"/>
        <gml:directedEdge orientation="+" xlink:href="#57803"/>
        <gml:directedEdge orientation="+" xlink:href="#57792"/>
        <gml:directedEdge orientation="+" xlink:href="#57793"/>
        <gml:directedEdge orientation="+" xlink:href="#57794"/>
        <gml:directedEdge orientation="-" xlink:href="#50019"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57820">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57815"/>
        <gml:directedEdge orientation="-" xlink:href="#66475"/>
        <gml:directedEdge orientation="+" xlink:href="#57822"/>
        <gml:directedEdge orientation="+" xlink:href="#57825" rcr:neighbour="57832"/>
        <gml:directedEdge orientation="+" xlink:href="#57826"/>
        <gml:directedEdge orientation="-" xlink:href="#61040"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57845">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57839"/>
        <gml:directedEdge orientation="+" xlink:href="#57847"/>
        <gml:directedEdge orientation="+" xlink:href="#57850" rcr:neighbour="57857"/>
        <gml:directedEdge orientation="+" xlink:href="#57851"/>
        <gml:directedEdge orientation="+" xlink:href="#57841"/>
        <gml:directedEdge orientation="+" xlink:href="#57842"/>
        <gml:directedEdge orientation="-" xlink:href="#58931"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57868">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57863"/>
        <gml:directedEdge orientation="+" xlink:href="#57870"/>
        <gml:directedEdge orientation="+" xlink:href="#57873" rcr:neighbour="57880"/>
        <gml:directedEdge orientation="+" xlink:href="#57874"/>
        <gml:directedEdge orientation="+" xlink:href="#57865"/>
        <gml:directedEdge orientation="+" xlink:href="#57866"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57895">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57888"/>
        <gml:directedEdge orientation="+" xlink:href="#57889"/>
        <gml:directedEdge orientation="+" xlink:href="#57897"/>
        <gml:directedEdge orientation="+" xlink:href="#57900" rcr:neighbour="57907"/>
        <gml:directedEdge orientation="+" xlink:href="#57901"/>
        <gml:directedEdge orientation="+" xlink:href="#57891"/>
        <gml:directedEdge orientation="+" xlink:href="#57892"/>
        <gml:directedEdge orientation="-" xlink:href="#43450"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57922">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57924"/>
        <gml:directedEdge orientation="+" xlink:href="#57927" rcr:neighbour="57934"/>
        <gml:directedEdge orientation="+" xlink:href="#57928"/>
        <gml:directedEdge orientation="+" xlink:href="#57916"/>
        <gml:directedEdge orientation="+" xlink:href="#57917"/>
        <gml:directedEdge orientation="+" xlink:href="#57918"/>
        <gml:directedEdge orientation="+" xlink:href="#57919"/>
        <gml:directedEdge orientation="+" xlink:href="#57920"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="57980">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57982"/>
        <gml:directedEdge orientation="+" xlink:href="#57985" rcr:neighbour="57993"/>
        <gml:directedEdge orientation="+" xlink:href="#57986"/>
        <gml:directedEdge orientation="+" xlink:href="#57975"/>
        <gml:directedEdge orientation="+" xlink:href="#57976"/>
        <gml:directedEdge orientation="+" xlink:href="#57977"/>
        <gml:directedEdge orientation="-" xlink:href="#68537"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58004">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#57999"/>
        <gml:directedEdge orientation="-" xlink:href="#67739"/>
        <gml:directedEdge orientation="+" xlink:href="#58001"/>
        <gml:directedEdge orientation="+" xlink:href="#58006"/>
        <gml:directedEdge orientation="+" xlink:href="#58009" rcr:neighbour="58016"/>
        <gml:directedEdge orientation="+" xlink:href="#58010"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58029">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58023"/>
        <gml:directedEdge orientation="+" xlink:href="#58024"/>
        <gml:directedEdge orientation="+" xlink:href="#58025"/>
        <gml:directedEdge orientation="+" xlink:href="#58031"/>
        <gml:directedEdge orientation="+" xlink:href="#58034" rcr:neighbour="58041"/>
        <gml:directedEdge orientation="+" xlink:href="#58035"/>
        <gml:directedEdge orientation="-" xlink:href="#60427"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58062">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58052"/>
        <gml:directedEdge orientation="+" xlink:href="#58053"/>
        <gml:directedEdge orientation="+" xlink:href="#58054"/>
        <gml:directedEdge orientation="-" xlink:href="#49266" rcr:neighbour="49273"/>
        <gml:directedEdge orientation="+" xlink:href="#58056"/>
        <gml:directedEdge orientation="+" xlink:href="#58057"/>
        <gml:directedEdge orientation="+" xlink:href="#58058"/>
        <gml:directedEdge orientation="-" xlink:href="#45593" rcr:neighbour="45595"/>
        <gml:directedEdge orientation="-" xlink:href="#45592"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58083">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58073"/>
        <gml:directedEdge orientation="+" xlink:href="#58074"/>
        <gml:directedEdge orientation="+" xlink:href="#58075"/>
        <gml:directedEdge orientation="+" xlink:href="#58076"/>
        <gml:directedEdge orientation="+" xlink:href="#58077"/>
        <gml:directedEdge orientation="+" xlink:href="#58078"/>
        <gml:directedEdge orientation="+" xlink:href="#58079"/>
        <gml:directedEdge orientation="+" xlink:href="#58080"/>
        <gml:directedEdge orientation="+" xlink:href="#58085"/>
        <gml:directedEdge orientation="+" xlink:href="#58088" rcr:neighbour="58095"/>
        <gml:directedEdge orientation="+" xlink:href="#58089"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58110">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#69908"/>
        <gml:directedEdge orientation="+" xlink:href="#58104"/>
        <gml:directedEdge orientation="-" xlink:href="#49464"/>
        <gml:directedEdge orientation="-" xlink:href="#52582"/>
        <gml:directedEdge orientation="+" xlink:href="#58107"/>
        <gml:directedEdge orientation="+" xlink:href="#58112"/>
        <gml:directedEdge orientation="+" xlink:href="#58115" rcr:neighbour="58122"/>
        <gml:directedEdge orientation="+" xlink:href="#58116"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58133">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58128"/>
        <gml:directedEdge orientation="+" xlink:href="#58129"/>
        <gml:directedEdge orientation="+" xlink:href="#58130"/>
        <gml:directedEdge orientation="-" xlink:href="#44788" rcr:neighbour="44790"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58144">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58139"/>
        <gml:directedEdge orientation="-" xlink:href="#52090"/>
        <gml:directedEdge orientation="+" xlink:href="#58146"/>
        <gml:directedEdge orientation="+" xlink:href="#58149" rcr:neighbour="58156"/>
        <gml:directedEdge orientation="+" xlink:href="#58150"/>
        <gml:directedEdge orientation="-" xlink:href="#46463"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58175">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58166"/>
        <gml:directedEdge orientation="+" xlink:href="#58167"/>
        <gml:directedEdge orientation="+" xlink:href="#58177"/>
        <gml:directedEdge orientation="+" xlink:href="#58180" rcr:neighbour="58187"/>
        <gml:directedEdge orientation="+" xlink:href="#58181"/>
        <gml:directedEdge orientation="+" xlink:href="#58169"/>
        <gml:directedEdge orientation="+" xlink:href="#58170"/>
        <gml:directedEdge orientation="+" xlink:href="#58171"/>
        <gml:directedEdge orientation="+" xlink:href="#58172"/>
        <gml:directedEdge orientation="-" xlink:href="#44836"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58206">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#38969"/>
        <gml:directedEdge orientation="+" xlink:href="#58198"/>
        <gml:directedEdge orientation="+" xlink:href="#58199"/>
        <gml:directedEdge orientation="+" xlink:href="#58200"/>
        <gml:directedEdge orientation="+" xlink:href="#58201"/>
        <gml:directedEdge orientation="+" xlink:href="#58202"/>
        <gml:directedEdge orientation="+" xlink:href="#58203"/>
        <gml:directedEdge orientation="+" xlink:href="#58208"/>
        <gml:directedEdge orientation="+" xlink:href="#58211" rcr:neighbour="58218"/>
        <gml:directedEdge orientation="+" xlink:href="#58212"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58235">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#67115"/>
        <gml:directedEdge orientation="+" xlink:href="#58237"/>
        <gml:directedEdge orientation="+" xlink:href="#58240" rcr:neighbour="58247"/>
        <gml:directedEdge orientation="+" xlink:href="#58241"/>
        <gml:directedEdge orientation="+" xlink:href="#58229"/>
        <gml:directedEdge orientation="+" xlink:href="#58230"/>
        <gml:directedEdge orientation="+" xlink:href="#58231"/>
        <gml:directedEdge orientation="+" xlink:href="#58232"/>
        <gml:directedEdge orientation="+" xlink:href="#58233"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58258">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58263"/>
        <gml:directedEdge orientation="+" xlink:href="#58264" rcr:neighbour="58270"/>
        <gml:directedEdge orientation="+" xlink:href="#58261"/>
        <gml:directedEdge orientation="-" xlink:href="#46707"/>
        <gml:directedEdge orientation="+" xlink:href="#58255"/>
        <gml:directedEdge orientation="-" xlink:href="#57078"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58301">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58286"/>
        <gml:directedEdge orientation="+" xlink:href="#58287"/>
        <gml:directedEdge orientation="+" xlink:href="#58288"/>
        <gml:directedEdge orientation="+" xlink:href="#58289"/>
        <gml:directedEdge orientation="+" xlink:href="#58290"/>
        <gml:directedEdge orientation="+" xlink:href="#58303"/>
        <gml:directedEdge orientation="+" xlink:href="#58306" rcr:neighbour="58313"/>
        <gml:directedEdge orientation="+" xlink:href="#58307"/>
        <gml:directedEdge orientation="+" xlink:href="#58292"/>
        <gml:directedEdge orientation="+" xlink:href="#58293"/>
        <gml:directedEdge orientation="+" xlink:href="#58294"/>
        <gml:directedEdge orientation="+" xlink:href="#58295"/>
        <gml:directedEdge orientation="+" xlink:href="#58296"/>
        <gml:directedEdge orientation="+" xlink:href="#58297"/>
        <gml:directedEdge orientation="+" xlink:href="#58298"/>
        <gml:directedEdge orientation="+" xlink:href="#58299"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58359">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58361"/>
        <gml:directedEdge orientation="+" xlink:href="#58364" rcr:neighbour="58371"/>
        <gml:directedEdge orientation="+" xlink:href="#58365"/>
        <gml:directedEdge orientation="+" xlink:href="#58355"/>
        <gml:directedEdge orientation="+" xlink:href="#58356"/>
        <gml:directedEdge orientation="+" xlink:href="#58357"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58404">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="-" xlink:href="#40312"/>
        <gml:directedEdge orientation="-" xlink:href="#40311"/>
        <gml:directedEdge orientation="+" xlink:href="#58390"/>
        <gml:directedEdge orientation="-" xlink:href="#56400" rcr:neighbour="56405"/>
        <gml:directedEdge orientation="+" xlink:href="#58392"/>
        <gml:directedEdge orientation="+" xlink:href="#58393"/>
        <gml:directedEdge orientation="+" xlink:href="#58394"/>
        <gml:directedEdge orientation="+" xlink:href="#58395"/>
        <gml:directedEdge orientation="+" xlink:href="#58396"/>
        <gml:directedEdge orientation="+" xlink:href="#58397"/>
        <gml:directedEdge orientation="+" xlink:href="#58398"/>
        <gml:directedEdge orientation="+" xlink:href="#58399"/>
        <gml:directedEdge orientation="+" xlink:href="#58400"/>
        <gml:directedEdge orientation="+" xlink:href="#58406"/>
        <gml:directedEdge orientation="+" xlink:href="#58409" rcr:neighbour="58416"/>
        <gml:directedEdge orientation="+" xlink:href="#58410"/>
        <gml:directedEdge orientation="+" xlink:href="#58402"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58427">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58422"/>
        <gml:directedEdge orientation="+" xlink:href="#58423"/>
        <gml:directedEdge orientation="+" xlink:href="#58429"/>
        <gml:directedEdge orientation="+" xlink:href="#58432" rcr:neighbour="58439"/>
        <gml:directedEdge orientation="+" xlink:href="#58433"/>
        <gml:directedEdge orientation="-" xlink:href="#56780"/>
      </gml:Face>
    </rcr:building>
    <rcr:building gml:id="58450">
      <gml:Face rcr:floors="2" rcr:buildingcode="0" rcr:importance="1">
        <gml:directedEdge orientation="+" xlink:href="#58452"/>
        <gml:directedEdge orientation="+" xlink:href="#58455" rcr:neighbour="58462"/>
        <gml:directedEdge orientation="+" xlink:href="#58456"/>
        <gml:directedEdge orientation="+" xlink:href="#58446"/>
        <gml:directedEdge orientation="+" xlink:href="#58447"/>
For faster browsing, not all history is shown. View entire blame