|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- var datas = {
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "properties": {
- "time": 1,
- "id": "route1",
- "name": "五棵松"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.26802,
- 39.90623
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 2,
- "id": "route1",
- "name": "万寿路"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.28896,
- 39.90622
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 3,
- "id": "route1",
- "name": "公主坟"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.30421,
- 39.90625
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 4,
- "id": "route1",
- "name": "军事博物馆"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.3155,
- 39.90618
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 5,
- "id": "route1",
- "name": "木樨地"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.3313,
- 39.90611
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 6,
- "id": "route1",
- "name": "南礼士路"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.34643,
- 39.90583
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 10,
- "id": "route1",
- "name": "复兴门"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.35033,
- 39.90582
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 11,
- "id": "route1",
- "name": "西单"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.36784,
- 39.90579
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 12,
- "id": "route1",
- "name": "灵境胡同"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.36755,
- 39.91449
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 13,
- "id": "route1",
- "name": "西四"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.36755,
- 39.91449
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 14,
- "id": "route1",
- "name": "平安里"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.36673,
- 39.93235
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 15,
- "id": "route1",
- "name": "平安里中转"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.36651,
- 39.93924
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 16,
- "id": "route1",
- "name": "新街口"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.36172,
- 39.93923
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 17,
- "id": "route1",
- "name": "西直门"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.34936,
- 39.93913
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 18,
- "id": "route1",
- "name": "动物园"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.33292,
- 39.93697
- ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "time": 18,
- "id": "route1",
- "name": "白石桥南"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 116.319550,
- 39.931000
- ]
- }
- }
- ]
- };
|