Created
March 20, 2020 11:26
-
-
Save magamig/a8c0833418fbafd2faa6cfcf9078322c to your computer and use it in GitHub Desktop.
New 7 Wonders of the World (GeoJSON)
This file contains hidden or 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", | |
"properties": { | |
"name": "New 7 Wonders of the World" | |
}, | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Taj Mahal" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
78.0421, | |
27.1751 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Christ the Redeemer" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.2105, | |
-22.9519 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Machu Pichu" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.5450, | |
-13.1631 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Colosseum" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.4922, | |
41.8902 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Petra" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.4444, | |
30.3285 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Chichen Itza" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-88.5678, | |
20.6843 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Great Wall of China" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
119.88281248330487, | |
40.12849105218277 | |
], | |
[ | |
117.9492187335749, | |
39.99395568931138 | |
], | |
[ | |
116.41113279628864, | |
39.99395568931138 | |
], | |
[ | |
115.22460935894841, | |
40.363288336228116 | |
], | |
[ | |
114.30175779657665, | |
40.83043687292947 | |
], | |
[ | |
112.9394531092724, | |
41.19518982474543 | |
], | |
[ | |
111.88476560941639, | |
41.39329428402743 | |
], | |
[ | |
110.7421874845739, | |
41.62365538591387 | |
], | |
[ | |
109.37988279726065, | |
41.7221305803468 | |
], | |
[ | |
108.45703123488892, | |
41.787697000607125 | |
], | |
[ | |
107.62207029751265, | |
41.7221305803468 | |
], | |
[ | |
106.83105467261615, | |
41.49212083492374 | |
], | |
[ | |
106.08398436022638, | |
41.095912051657336 | |
], | |
[ | |
105.3808593603254, | |
40.73060847308376 | |
], | |
[ | |
104.8535156103974, | |
40.4970923679988 | |
], | |
[ | |
103.75488279804368, | |
40.663972871678155 | |
], | |
[ | |
103.31542967311114, | |
40.863679660759864 | |
], | |
[ | |
102.4804687357259, | |
41.19518982474543 | |
], | |
[ | |
101.99707029829567, | |
41.29431725840174 | |
], | |
[ | |
101.20605467339917, | |
41.32732631561273 | |
], | |
[ | |
100.63476561098241, | |
41.029643382432994 | |
], | |
[ | |
100.41503904851166, | |
40.863679660759864 | |
], | |
[ | |
98.7011718612524, | |
40.56389452596331 | |
], | |
[ | |
98.30566404880867, | |
40.69729900392594 | |
], | |
[ | |
97.86621092386717, | |
41.095912051657336 | |
], | |
[ | |
97.33886717393918, | |
41.39329428402743 | |
], | |
[ | |
96.54785154905167, | |
41.787697000607125 | |
], | |
[ | |
95.62499998667992, | |
41.85319643297941 | |
], | |
[ | |
94.13085936189141, | |
41.82045509135492 | |
], | |
[ | |
93.38378904949266, | |
41.82045509135492 | |
], | |
[ | |
93.38378904949266, | |
41.85319643297941 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment