1 Star 3 Fork 2

ecnuzlwang / cesium-indoor-navigation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PolyU_CoreM_route_8.json 39.99 KB
一键复制 编辑 原始数据 按行查看 历史
ecnuzlwang 提交于 2017-11-14 19:29 . add complex network test
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
{
"name" : "route_08",
"type" : "FeatureCollection",
"features" : [
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17960135305688, 22.303906209484357, 33 ],
[ 114.1796224985975, 22.303980596075572, 33 ]
]
},
"properties" : {
"OBJECTID" : 1,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 8.520411197129029
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1796224985975, 22.303980596075572, 33 ],
[ 114.17967628021239, 22.3041697972875, 33 ]
]
},
"properties" : {
"OBJECTID" : 2,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 21.67165089607354
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17967628021239, 22.3041697972875, 33 ],
[ 114.17967973735038, 22.304181960557223, 33 ]
]
},
"properties" : {
"OBJECTID" : 3,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 1.3931775575933536
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17967973735038, 22.304181960557223, 33 ],
[ 114.17962745236612, 22.304194829185608, 33 ]
]
},
"properties" : {
"OBJECTID" : 4,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.572710230373414
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17967973735038, 22.304181960557223, 33 ],
[ 114.17985837675143, 22.30413799178846, 33 ]
]
},
"properties" : {
"OBJECTID" : 5,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 19.040093287249302
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17981044831343, 22.30414978846092, 33 ],
[ 114.17976857531667, 22.304002481890862, 33 ]
]
},
"properties" : {
"OBJECTID" : 6,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 16.872928197595257
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17976885967444, 22.30400267604385, 33 ],
[ 114.17976857531667, 22.304002481890862, 33 ]
]
},
"properties" : {
"OBJECTID" : 7,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 0.036285771586449814
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17960135305688, 22.303906209484357, 33 ],
[ 114.17973206475176, 22.30387403654704, 33 ],
[ 114.17976857531667, 22.304002481890862, 33 ]
]
},
"properties" : {
"OBJECTID" : 8,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 28.644202170460616
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17971359060553, 22.303878583789547, 33 ],
[ 114.17970743825973, 22.3038584700174, 33 ],
[ 114.17971615224062, 22.30385632599533, 33 ]
]
},
"properties" : {
"OBJECTID" : 9,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.244505074521759
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17970299485157, 22.30388110532438, 33 ],
[ 114.17969727146314, 22.303860972579955, 33 ],
[ 114.17968710563667, 22.30386347514187, 33 ]
]
},
"properties" : {
"OBJECTID" : 10,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.3896686963598577
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17970111114245, 22.303881655321987, 33 ],
[ 114.1797069170278, 22.303901978610657, 33 ],
[ 114.17971460617936, 22.30390008565788, 33 ]
]
},
"properties" : {
"OBJECTID" : 11,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.148123297812678
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17968866564578, 22.303884718725318, 33 ],
[ 114.17969276627184, 22.303899791646913, 33 ],
[ 114.17968259558967, 22.3039022761474, 33 ],
[ 114.1796841067503, 22.303907592441895, 33 ]
]
},
"properties" : {
"OBJECTID" : 12,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.414272904253201
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17964069651958, 22.30389652618545, 33 ],
[ 114.17964429922995, 22.303909122923162, 33 ],
[ 114.17965432239971, 22.3039066817746, 33 ],
[ 114.17965651197974, 22.303914384848166, 33 ]
]
},
"properties" : {
"OBJECTID" : 13,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.393428902558707
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17963041326084, 22.303899056740708, 33 ],
[ 114.17963407614785, 22.303912011089846, 33 ],
[ 114.17962536216186, 22.303914136143185, 33 ],
[ 114.1796278030901, 22.303921475279168, 33 ]
]
},
"properties" : {
"OBJECTID" : 14,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.262249281881648
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17961625582548, 22.30390254189759, 33 ],
[ 114.17961013066615, 22.303882420896866, 33 ],
[ 114.17959996483657, 22.303884922550246, 33 ]
]
},
"properties" : {
"OBJECTID" : 15,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.399336453512976
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1796259926979, 22.30389995445979, 33 ],
[ 114.17962029746585, 22.303879918339785, 33 ]
]
},
"properties" : {
"OBJECTID" : 16,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.295040011695458
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17962029746585, 22.303879918339785, 33 ],
[ 114.1796348207716, 22.30387634377314, 33 ]
]
},
"properties" : {
"OBJECTID" : 17,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 1.5479750640386032
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17971760987892, 22.30394892044292, 33 ],
[ 114.17971362671851, 22.303935818902477, 33 ],
[ 114.17971824137635, 22.303934743274517, 33 ]
]
},
"properties" : {
"OBJECTID" : 18,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 1.9979505527045274
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17971824137635, 22.303934743274517, 33 ],
[ 114.1797164798096, 22.303928544694067, 33 ]
]
},
"properties" : {
"OBJECTID" : 19,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 0.7099789897931423
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17970734504935, 22.30395107623236, 33 ],
[ 114.1797036103396, 22.303938186003567, 33 ],
[ 114.17969351244187, 22.303940684049348, 33 ],
[ 114.1796918925756, 22.303934874685485, 33 ]
]
},
"properties" : {
"OBJECTID" : 20,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.2196115717572455
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17965962628793, 22.303962853892518, 33 ],
[ 114.17965606724718, 22.303950270700398, 33 ],
[ 114.17966022480746, 22.303949313383065, 33 ],
[ 114.1796583855984, 22.303942842981918, 33 ]
]
},
"properties" : {
"OBJECTID" : 21,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.6231722018739516
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17964925082791, 22.303965374516917, 33 ],
[ 114.17964550835369, 22.303952208853286, 33 ],
[ 114.17964103537804, 22.303952874486967, 33 ],
[ 114.1796395048074, 22.303947490462843, 33 ]
]
},
"properties" : {
"OBJECTID" : 22,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.5914686003435614
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17968422518024, 22.303956821915985, 33 ],
[ 114.17968818895378, 22.303971156135955, 33 ],
[ 114.17969377603349, 22.30396955490996, 33 ],
[ 114.17969735450355, 22.3039829029937, 33 ]
]
},
"properties" : {
"OBJECTID" : 23,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.7646031161893143
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17971760987892, 22.30394892044292, 33 ],
[ 114.17972552868207, 22.303976778835437, 33 ],
[ 114.17972113238034, 22.303977715388275, 33 ]
]
},
"properties" : {
"OBJECTID" : 24,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.6555516434170787
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17976357498226, 22.303984889447012, 33 ],
[ 114.1797446941891, 22.303989536940136, 33 ],
[ 114.1797420125285, 22.303980099999222, 33 ]
]
},
"properties" : {
"OBJECTID" : 25,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.093278334109603
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17960135305688, 22.303906209484357, 33 ],
[ 114.17952003318923, 22.303926265132848, 33 ],
[ 114.17951620046655, 22.30391278339627, 33 ]
]
},
"properties" : {
"OBJECTID" : 26,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 10.212911678149807
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17956618849844, 22.303914882177803, 33 ],
[ 114.17956042145438, 22.303894655511016, 33 ],
[ 114.1795520374337, 22.30389671914671, 33 ]
]
},
"properties" : {
"OBJECTID" : 27,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.210887950517251
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17958659003753, 22.30390985087855, 33 ],
[ 114.17959023447882, 22.303922670672854, 33 ],
[ 114.17957161280908, 22.303927318141465, 33 ],
[ 114.17957334428213, 22.30393340835668, 33 ]
]
},
"properties" : {
"OBJECTID" : 28,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.15276785504389
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17961985288217, 22.30397260583598, 33 ],
[ 114.17954758081648, 22.303990376597515, 33 ],
[ 114.17954706933322, 22.303988577708264, 33 ]
]
},
"properties" : {
"OBJECTID" : 29,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 7.9087179520940865
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1795765886315, 22.303983091114493, 33 ],
[ 114.1795708604042, 22.30396293940167, 33 ],
[ 114.17955197960758, 22.303967586872393, 33 ]
]
},
"properties" : {
"OBJECTID" : 30,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.320618669939893
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17958679426135, 22.303980724921107, 33 ],
[ 114.17958141155103, 22.3039617887231, 33 ],
[ 114.17959157738649, 22.30395928616783, 33 ]
]
},
"properties" : {
"OBJECTID" : 31,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.252582957403766
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17963544390722, 22.304026137226153, 33 ],
[ 114.17960639629355, 22.30403328726117, 33 ],
[ 114.17961826234148, 22.304075031059202, 33 ],
[ 114.17964730996319, 22.304067881925153, 33 ]
]
},
"properties" : {
"OBJECTID" : 32,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 10.973411935794939
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17961265930646, 22.304055317330583, 33 ],
[ 114.17957925517304, 22.304063538465925, 33 ]
]
},
"properties" : {
"OBJECTID" : 33,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.560342647164619
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1795765886315, 22.303983091114493, 33 ],
[ 114.17958069311794, 22.30399753008975, 33 ],
[ 114.17959521643687, 22.303993955526714, 33 ],
[ 114.17959729245979, 22.304001259449937, 33 ]
]
},
"properties" : {
"OBJECTID" : 34,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.038446675620228
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17958069311794, 22.30399753008975, 33 ],
[ 114.17953712218626, 22.304008253771052, 33 ],
[ 114.17953881483655, 22.304014206721902, 33 ]
]
},
"properties" : {
"OBJECTID" : 35,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.325762982812723
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1795577459814, 22.3040031782218, 33 ],
[ 114.1795633732918, 22.304024067737636, 33 ],
[ 114.17954884996895, 22.304027642297815, 33 ]
]
},
"properties" : {
"OBJECTID" : 36,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.9327857807072526
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17956578451542, 22.3040011994794, 33 ],
[ 114.17957170294449, 22.30402057184732, 33 ],
[ 114.17958186975486, 22.30401806929266, 33 ]
]
},
"properties" : {
"OBJECTID" : 37,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.313773594845336
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17966285377449, 22.304041030937253, 33 ],
[ 114.1797179317562, 22.3040274741149, 33 ]
]
},
"properties" : {
"OBJECTID" : 38,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.870480202791983
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17964516308588, 22.30406033056514, 33 ],
[ 114.17966702231323, 22.30405494071528, 33 ],
[ 114.17966285377449, 22.304041030937253, 33 ]
]
},
"properties" : {
"OBJECTID" : 39,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.9292072026550646
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17968853302195, 22.304044109022136, 33 ],
[ 114.17968096711384, 22.30404597126741, 33 ],
[ 114.1796878862269, 22.3040697713222, 33 ],
[ 114.17969532209686, 22.304068225150306, 33 ],
[ 114.17968832295263, 22.304070007916522, 33 ],
[ 114.1796727359754, 22.304073842588117, 33 ],
[ 114.17966702231323, 22.30405494071528, 33 ]
]
},
"properties" : {
"OBJECTID" : 40,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 8.905020092548224
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17962888195991, 22.304003053290355, 33 ],
[ 114.17966717733734, 22.303994316411323, 33 ]
]
},
"properties" : {
"OBJECTID" : 41,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.062842430423343
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.179684452481, 22.304110183368877, 33 ],
[ 114.17976276586658, 22.30409090793764, 33 ],
[ 114.17975860992345, 22.30407650689665, 33 ],
[ 114.1797873993739, 22.3040687021198, 33 ]
]
},
"properties" : {
"OBJECTID" : 42,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 13.087943508267866
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.179684452481, 22.304110183368877, 33 ],
[ 114.17967977830564, 22.30409590966666, 33 ],
[ 114.17965668848106, 22.30410087419785, 33 ]
]
},
"properties" : {
"OBJECTID" : 43,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.0942287927857
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17967477778433, 22.30416451350315, 33 ],
[ 114.17969204178452, 22.304160853092608, 33 ],
[ 114.17969142351234, 22.304157464818147, 33 ]
]
},
"properties" : {
"OBJECTID" : 44,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.205103111664684
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17966859725433, 22.30414276880232, 33 ],
[ 114.17970973811883, 22.30413260773614, 33 ],
[ 114.17971297882359, 22.30414400882544, 33 ],
[ 114.17971601257446, 22.30414374688376, 33 ]
]
},
"properties" : {
"OBJECTID" : 45,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 6.005821519946367
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17977327492927, 22.304072531356024, 33 ],
[ 114.17978478485766, 22.304114171296085, 33 ],
[ 114.17975622635879, 22.304121214787713, 33 ],
[ 114.17975961168086, 22.304133124296925, 33 ],
[ 114.17975377323246, 22.30413445280522, 33 ]
]
},
"properties" : {
"OBJECTID" : 46,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 9.788904223505966
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1797770451396, 22.304158010539922, 33 ],
[ 114.17978314610082, 22.304179473482968, 33 ],
[ 114.17979329156658, 22.304176898670615, 33 ]
]
},
"properties" : {
"OBJECTID" : 47,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.5420774740409646
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17974799750588, 22.30416515969711, 33 ],
[ 114.17975373256077, 22.304185335785714, 33 ],
[ 114.17976403914089, 22.304183323579384, 33 ]
]
},
"properties" : {
"OBJECTID" : 48,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.396090547897292
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17970878402059, 22.304174811412288, 33 ],
[ 114.17971300984645, 22.30418967662654, 33 ],
[ 114.17970429584486, 22.304191821551417, 33 ],
[ 114.17970539646178, 22.304195692051923, 33 ]
]
},
"properties" : {
"OBJECTID" : 49,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.0748526688709052
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17966085652793, 22.304186607137417, 33 ],
[ 114.17966591120799, 22.304204387419762, 33 ],
[ 114.17967621196749, 22.30420235896401, 33 ]
]
},
"properties" : {
"OBJECTID" : 50,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.1214789012565287
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17965069067726, 22.30418910969695, 33 ],
[ 114.17965600449588, 22.30420780567907, 33 ],
[ 114.17964730213897, 22.304209990335355, 33 ]
]
},
"properties" : {
"OBJECTID" : 51,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.070276447069052
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17962638485918, 22.304196537795672, 33 ],
[ 114.17962984199352, 22.304208701066415, 33 ],
[ 114.17962112798946, 22.30421084598682, 33 ],
[ 114.17962254306569, 22.3042158263446, 33 ]
]
},
"properties" : {
"OBJECTID" : 52,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.8924162241516114
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17962745236612, 22.304194829185608, 33 ],
[ 114.17962600051752, 22.304195186822867, 33 ],
[ 114.17962638485918, 22.304196537795672, 33 ]
]
},
"properties" : {
"OBJECTID" : 53,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 0.30959501292026603
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17973206475176, 22.30387403654704, 33 ],
[ 114.17976692649938, 22.30386547760878, 33 ],
[ 114.17976316949779, 22.30385414787132, 33 ]
]
},
"properties" : {
"OBJECTID" : 54,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.028036495629768
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17973518704397, 22.303885020424122, 33 ],
[ 114.17974971034734, 22.303881445847207, 33 ],
[ 114.17975236677195, 22.30389079157939, 33 ],
[ 114.17978577085417, 22.303882570408238, 33 ]
]
},
"properties" : {
"OBJECTID" : 55,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 6.178855782024941
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17978577085417, 22.303882570408238, 33 ],
[ 114.17979158017499, 22.303881140756417, 33 ],
[ 114.17978389721051, 22.30385411137268, 33 ],
[ 114.17979842050943, 22.303850536791415, 33 ],
[ 114.17979698310779, 22.303845481481265, 33 ]
]
},
"properties" : {
"OBJECTID" : 56,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.842146010618375
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17975672424834, 22.30388971956721, 33 ],
[ 114.17976467313292, 22.30391718783504, 33 ],
[ 114.17976937610263, 22.303916030025455, 33 ]
]
},
"properties" : {
"OBJECTID" : 57,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.6512931352274127
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1797545157616, 22.303953017873166, 33 ],
[ 114.179787918888, 22.30394479579859, 33 ],
[ 114.17977878204184, 22.303913715308944, 33 ],
[ 114.17976937610263, 22.303916030025455, 33 ]
]
},
"properties" : {
"OBJECTID" : 58,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 8.1310301823532
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17975705086776, 22.303961938265562, 33 ],
[ 114.17978174098086, 22.303955862022605, 33 ],
[ 114.17978741973944, 22.303975840341153, 33 ]
]
},
"properties" : {
"OBJECTID" : 59,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.920016080843007
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17981378644652, 22.303904594654014, 33 ],
[ 114.17979490663627, 22.303909241249958, 33 ],
[ 114.17985982859884, 22.30413763505219, 33 ]
]
},
"properties" : {
"OBJECTID" : 60,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 28.173146164817105
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17985837675143, 22.30413799178846, 33 ],
[ 114.17985982859884, 22.30413763505219, 33 ]
]
},
"properties" : {
"OBJECTID" : 61,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 0.15479750636247094
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17985982859884, 22.30413763505219, 33 ],
[ 114.17986751159343, 22.30416466352832, 33 ],
[ 114.17987622559086, 22.30416251859469, 33 ]
]
},
"properties" : {
"OBJECTID" : 62,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.02473516641759
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17983513845718, 22.30414371130689, 33 ],
[ 114.17984122777989, 22.304165133610258, 33 ],
[ 114.17985014268463, 22.30416369306197, 33 ]
]
},
"properties" : {
"OBJECTID" : 63,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.386007919426872
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17982497261274, 22.30414621387736, 33 ],
[ 114.17982919845007, 22.30416107999171, 33 ],
[ 114.1798190316337, 22.304163581658745, 33 ],
[ 114.17982095820389, 22.304170360000132, 33 ]
]
},
"properties" : {
"OBJECTID" : 64,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.5626976780911113
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17986367009577, 22.304151149290313, 33 ],
[ 114.17989707423337, 22.304142927193435, 33 ],
[ 114.17989952200104, 22.304151539641204, 33 ]
]
},
"properties" : {
"OBJECTID" : 65,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.546760278554712
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17985637144635, 22.304125471786225, 33 ],
[ 114.17988541809588, 22.304118322609632, 33 ],
[ 114.17988810073922, 22.304127757741863, 33 ]
]
},
"properties" : {
"OBJECTID" : 66,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.176724448461911
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17985351992692, 22.3041154424424, 33 ],
[ 114.179882567545, 22.304108293266268, 33 ],
[ 114.17988157659777, 22.30410480837196, 33 ]
]
},
"properties" : {
"OBJECTID" : 67,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.495117002150369
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17984830411251, 22.304097091434045, 33 ],
[ 114.17987735075657, 22.304089942258855, 33 ],
[ 114.1798762200482, 22.304085965198823, 33 ]
]
},
"properties" : {
"OBJECTID" : 68,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.551467552466263
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17984062112532, 22.304070062956782, 33 ],
[ 114.17986966776418, 22.304062913782936, 33 ]
]
},
"properties" : {
"OBJECTID" : 69,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.0959501279944277
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17983332151384, 22.304044385451437, 33 ],
[ 114.17985655979169, 22.304038665933167, 33 ],
[ 114.17985885614698, 22.304046744675347, 33 ],
[ 114.1798646975025, 22.304045427902995, 33 ]
]
},
"properties" : {
"OBJECTID" : 70,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.021402135202223
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17983052531976, 22.304034547555013, 33 ],
[ 114.17984940611615, 22.30402990005192, 33 ],
[ 114.17984797647536, 22.3040248727371, 33 ],
[ 114.17985814328115, 22.30402237016512, 33 ]
]
},
"properties" : {
"OBJECTID" : 71,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.671858768274888
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17982018493741, 22.303998172442753, 33 ],
[ 114.17984923253289, 22.303991022369434, 33 ],
[ 114.17985172008808, 22.30399977388876, 33 ]
]
},
"properties" : {
"OBJECTID" : 72,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.098370052441025
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17981757121099, 22.303988976619184, 33 ],
[ 114.17984661880476, 22.30398182744938, 33 ],
[ 114.17984451753456, 22.303974437739015, 33 ]
]
},
"properties" : {
"OBJECTID" : 73,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.942318280623163
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17980866241503, 22.303957634239456, 33 ],
[ 114.17983625718674, 22.303950842710375, 33 ],
[ 114.17983786735114, 22.303956507583177, 33 ]
]
},
"properties" : {
"OBJECTID" : 74,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.5900321991669193
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17980604674905, 22.303948432997302, 33 ],
[ 114.17983364151907, 22.30394164146866, 33 ]
]
},
"properties" : {
"OBJECTID" : 75,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.941152621549178
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17982397506286, 22.30392403737313, 33 ],
[ 114.17980073971427, 22.303929764111228, 33 ]
]
},
"properties" : {
"OBJECTID" : 76,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 2.476760254717612
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17966159757354, 22.3041181442535, 33 ],
[ 114.17960933008138, 22.30413107338096, 33 ],
[ 114.1796058894492, 22.304118915527734, 33 ]
]
},
"properties" : {
"OBJECTID" : 77,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 6.964847024108401
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17960933008138, 22.30413107338096, 33 ],
[ 114.17957883059655, 22.30413858014497, 33 ],
[ 114.17958240225123, 22.30415114618013, 33 ],
[ 114.17957415214391, 22.304153236906473, 33 ]
]
},
"properties" : {
"OBJECTID" : 78,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.571182309707047
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17962600051752, 22.304195186822867, 33 ],
[ 114.17962254338383, 22.304183023552007, 33 ],
[ 114.17958042521703, 22.304193389607473, 33 ],
[ 114.17958296613982, 22.30420233077263, 33 ]
]
},
"properties" : {
"OBJECTID" : 79,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 6.906419997891084
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17959494855619, 22.304189815044555, 33 ],
[ 114.17960608863547, 22.304229006804288, 33 ],
[ 114.17959592278073, 22.304231509360374, 33 ]
]
},
"properties" : {
"OBJECTID" : 80,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 5.5727102303734135
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17973349368873, 22.304033043015174, 33 ],
[ 114.1797414934028, 22.304031085035177, 33 ],
[ 114.1797482844269, 22.304055189421323, 33 ],
[ 114.17974048949567, 22.30405765491834, 33 ]
]
},
"properties" : {
"OBJECTID" : 81,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.460064143245245
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.1797414934028, 22.304031085035177, 33 ],
[ 114.17974808661015, 22.304016349667865, 33 ]
]
},
"properties" : {
"OBJECTID" : 82,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 1.767390274446144
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17982948002276, 22.30403087121241, 33 ],
[ 114.17980478989857, 22.304036948365635, 33 ],
[ 114.1798024178426, 22.30402860051185, 33 ]
]
},
"properties" : {
"OBJECTID" : 83,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.587726928254327
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17983293814109, 22.304043033575986, 33 ],
[ 114.1798082480149, 22.304049110729746, 33 ],
[ 114.17981208950444, 22.30406262496925, 33 ]
]
},
"properties" : {
"OBJECTID" : 84,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.179532672667515
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17984830411251, 22.304097091434045, 33 ],
[ 114.1798236139775, 22.30410316859011, 33 ],
[ 114.17982015682897, 22.30409100532334, 33 ]
]
},
"properties" : {
"OBJECTID" : 85,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 4.0247351663348105
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17985637144635, 22.304125471786225, 33 ],
[ 114.17983168130668, 22.304131548943488, 33 ],
[ 114.17982942474472, 22.304123611077827, 33 ]
]
},
"properties" : {
"OBJECTID" : 86,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.5407766605879987
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17953413084955, 22.303943060029876, 33 ],
[ 114.179548654164, 22.303939485471, 33 ],
[ 114.17954327048959, 22.3039205339196, 33 ]
]
},
"properties" : {
"OBJECTID" : 87,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.718610907666647
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17973478574206, 22.30418974938593, 33 ],
[ 114.17974348324347, 22.30418754485769, 33 ],
[ 114.1797378316583, 22.30416766226211, 33 ]
]
},
"properties" : {
"OBJECTID" : 88,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.2062154345997573
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17961985288217, 22.30397260583598, 33 ],
[ 114.17964925082791, 22.303965374516917, 33 ],
[ 114.17965962628793, 22.303962853892518, 33 ],
[ 114.17968422518024, 22.303956821915985, 33 ],
[ 114.17970734504935, 22.30395107623236, 33 ],
[ 114.17975091983259, 22.303940368760305, 33 ]
]
},
"properties" : {
"OBJECTID" : 89,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 13.969019549591366
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "LineString",
"coordinates" : [
[ 114.17973805551009, 22.30401105700663, 33 ],
[ 114.17974808661015, 22.304016349667865, 33 ],
[ 114.17977094639726, 22.30401071234723, 33 ]
]
},
"properties" : {
"OBJECTID" : 90,
"Name" : "走廊",
"Floor" : 8,
"Type" : "走廊",
"BuildingID" : "PolyU_M",
"SHAPE_Length" : 3.625048572970452
}
}
]
}
JavaScript
1
https://gitee.com/ecnuzlwang/cesium-indoor-navigation.git
git@gitee.com:ecnuzlwang/cesium-indoor-navigation.git
ecnuzlwang
cesium-indoor-navigation
cesium-indoor-navigation
master

搜索帮助