map

Seamless scrolling tilemaps

I'm working on a top-down rpg, and want to implement seamless scrolling maps. That is, as the player explores the world, there is no loading screen between maps and no "doors" to the next area. I have two ways to break down the world. At the top level, I have "zones" which is simply a collection of 9 "maps"(These zones are only represe...

Need a resource for pairing cities to coordinates

I have a list of cities (and some other locations) around the world, formatted like this: America/Antigua America/Anguilla Europe/Tirane Asia/Yerevan America/Curacao Africa/Luanda Antarctica/McMurdo And I need to get their corresponding coordinates formatted like this: Europe/Stockholm 59.21N 18.04W Since I have a r...