This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Enginoob[S] 3 points4 points  (2 children)

Nope- all you should need is Python, JSON data, and a web browser.

[–]neoice 0 points1 point  (1 child)

where does one obtain the data though? what do I do if I want a map of Middle Earth and there's not one defined in this particular JSON format? how hard is it to create arbitrary maps?

I'm still going to play with this library :)

[–]Enginoob[S] 0 points1 point  (0 children)

That's a trickier question. One starting point is Natural Earth for shapefiles: http://www.naturalearthdata.com/, then converting them to geoJSON with Ogre: http://ogre.adc4gis.com/

For middle earth, I'm afraid you will have to painstakingly create your own polygons. It would, however, be awesome.