Results 1 to 10 of 18

Thread: How to display place names for a map?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post How to display place names for a map?

    I'm trying to decide how best to display the names of countries and capitals on my map.

    Being a world map with lots of locales, it would be both a tight fit and unreadable at less than full resolution if I labeled things directly on the map.

    I'm thinking of orienting things like so:

    Code:
    _________________________________
    | ______________________________ |
    | |                            | |
    | |                            | |
    | |                            | |
    | |         map itself         | |
    | |         (w coord)          | |
    | |                            | |
    | |                            | |
    | |                            | |
    | |____________________________| |
    |                                |
    |  xxxxxxxx xxxxxxxxx  xxxxxxxx  |
    |  xxxxxxxx xxxxxxxxx  xxxxxxxx  |
    |  xxxxxxxx xxxxxxxxx  xxxxxxxx  |
    |  xxxxxxxx xxxxxxxxx  xxxxxxxx  |
    |  xxxxxxxx xxxxxxxxx  xxxxxxxx  |
    |  xxxxxxxx xxxxxxxxx  xxxxxxxx  |
    |________________________________|


    Where xxxxxxxx is something like "a-b City of Country" (a-b is the coordinates).

    Any thoughts? Alternate suggestions? There are ~ 100 countries on the map.
    Last edited by RobA; 03-18-2009 at 01:36 PM. Reason: Fixed the diagram

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •