Last active
August 29, 2015 14:19
-
-
Save marsimaria/eef4db6b6eefa57f881e to your computer and use it in GitHub Desktop.
Locations for Sogdian Map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Luoyang" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
112.41622924804688, | |
34.66145194126579 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Xi'an" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
108.9000, | |
34.2667 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Taiyuan" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
112.5603, | |
37.8694 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Guyuan" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
106.2500, | |
36.0167 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Anyang" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.3333, | |
36.1000 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Yi County" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.5000, | |
39.3500 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Yangzhou" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
119.4167, | |
32.4000 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hoyin" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
112.5000, | |
34.8333 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Zangye" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.4500, | |
38.9333 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Wuwei" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
102.6414, | |
37.9281 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Dali" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
109.962377, | |
34.793366 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Yecheng" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.616667, | |
36.333333 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Samarkand" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
66.9833, | |
39.7000 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Kesh" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
66.8333, | |
39.0500 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Bukhara" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
64.43333, | |
39.7667 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Tashkent" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
69.2167, | |
41.2667 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment