Political Boundaries [message #27773] |
Thu, 08 November 2001 10:37  |
Kelly Dean
Messages: 92 Registered: March 1997
|
Member |
|
|
I am using IDL's High/Low Res database to map out some regions in the
Middle East. I notice some countries are missing.
Any reason why? I suspect a bad database.
Kelly Dean
CSU/CIRA
==================================================
PRO caspian_sea
DEVICE, decomposed = 0
LoadCT, 39
WINDOW, 0, xsize = 400, ysize = 400
MAP_SET, limit = [20,40,50,60], /grid, /label
map_continents, /countries, color = 100
map_continents, /coasts, color = 200
END
|
|
|
Re: Political Boundaries [message #27919 is a reply to message #27773] |
Thu, 08 November 2001 12:47  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
Could that be because showing those countries would be politically incorrect?
After all, this is a CIA based map. And they are known to overlook some
things. Not surprisingly, if they can be unaware of whole countries...
Kelly Dean wrote:
>
> I am using IDL's High/Low Res database to map out some regions in the
> Middle East. I notice some countries are missing.
>
> Any reason why? I suspect a bad database.
>
> Kelly Dean
> CSU/CIRAA
|
|
|