How to make the map a map, and not a globe?

you could start off with a non-wrapping map (like great plains).
 
You could also change the map script you wish to use so that the maps never wrap the syntax is as follows:

def getWrapX():
return False
def getWrapY():
return False

Map scripts are in the public maps folder in the civ4 directory.
 
Top Bottom