473,763 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Map advice

Where do I get the appropriate data to draw a good
political map of the world and each continent?

This may seem somewhat off topic (at first), but these two
groups are heavily user presentation oriented, so please bear
with my oblique query... I have a potential project coming
up, with an initial meeting in a few days. The basic project is
to have a world map, click over any continent any you get
an image map for that continent. Now move the mouse over
any country and you get some stats for that country (or click to
get the stats) like the number of widgets the country produces
and the average shoe size of its citizens.

Every part of this is straightforward for me except the image
maps. My problem is getting the maps. These are really barebones
maps we're talking about (no cities or roads needed, not even
country names), but they should look nice and precise. Of
course any existing maps are already copyrighted my potential
clients will want ownership of the maps. So where do I look
for a simple but good quality political map for the web?

FURTHERMORE, country colors should somehow reflect on
the number of widgets produced. Occasionally (infrequently)
the widget counts will change and they'll have an entry method
for that, but now the country colors should change (on an
automated basis). To me this means that what I'm really after
is some specification for the coordinates of the outlines of countries,
and on the server side I'll have to create new maps whenever
widget counts are changed. So, though this part is well out
of newsgroup scope, I'll get PHP to do that (which I don't
have a problem with). The point is that the maps will be
static but need to be regenerated occasionally for coloration.

So, my real question is: Where do I get the appropriate data
to draw a good political map of the world and each continent?

I've searched the web and probably don't know the right
words (map server is not what I'm really looking for, I think,
since I'll only be serving static pages). Also, I'm open to
other architectural comments on this possible project.

Thanks,
Csaba Gabor
Jul 20 '05 #1
4 1895
in post: <news:40******@ andromeda.datan et.hu>
"Csaba Gabor" <ne**@CsabaGabo r.com> said:
Where do I get the appropriate data to draw a good political map of
the world and each continent?


whenever i've noticed attribute lines for stuff like that it always
seems to be the cia world fact book.
http://www.cia.gov/cia/publications/factbook/
--
b r u c i e
Jul 20 '05 #2
"Csaba Gabor" <ne**@CsabaGabo r.com> wrote in
news:40******@a ndromeda.datane t.hu:
Where do I get the appropriate data to draw a good
political map of the world and each continent?


Do you mean like the maps on the Degree Confluence Website?
http://www.confluence.org/country.php?id=29
I'm not the one that does the maps, but all the data came
from public sources. Ont he other hand, there are many more
man-hours involved in locating the data, massaging it, and
producing the maps, than can possibly be done in "a few days".

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 20 '05 #3
"Dave Patton" <no**@none.co m> wrote in message
news:Xn******** *************** *********@24.71 .223.159...
"Csaba Gabor" <ne**@CsabaGabo r.com> wrote in
news:40******@a ndromeda.datane t.hu:
Where do I get the appropriate data to draw a good
political map of the world and each continent?


Do you mean like the maps on the Degree Confluence Website?
http://www.confluence.org/country.php?id=29
I'm not the one that does the maps, but all the data came
from public sources. Ont he other hand, there are many more
man-hours involved in locating the data, massaging it, and
producing the maps, than can possibly be done in "a few days".


That is a cool site/idea. Those maps are approximately like
what I'd like. For example, I'd like the US map at about 2.5
times the size with state borders (more specifically, I'm after
the polygons that determine those borders). Or a Europe map
that is, again, 2.5 times the size of the US one with borders like
that of the map for Hungary that came up from your link (so of
course the scale would be slightly smaller than what came up for
me).

Yes, I agree that the map data can be had publicly (for example,
a starting point might be htpp://www.maproom.psu .edu/dcw),
but my problem is figuring out what, EXECTLY, to download
and then to understand what I've got (Ie. Is an ARC shapefile
what I want? and how do I work with it?). As far as I understand,
what I'm looking for is a list like:
Chad: PointC1, PointC2, ..., PointCn
Niger: PointN1, PointN2, ..., PointNm
and so on.

Oh, yes, I agree about the time. This upcoming meeting is for
discussing the POTENTIAL project. It will only be due at
the end of May, which I think gives me enough time.
Jul 20 '05 #4
"brucie" <sh**@bruciesus enetshit.info> wrote in message
news:c6******** ****@ID-117621.news.uni-berlin.de...
in post: <news:40******@ andromeda.datan et.hu>
"Csaba Gabor" <ne**@CsabaGabo r.com> said:
Where do I get the appropriate data to draw a good political map of
the world and each continent?


whenever i've noticed attribute lines for stuff like that it always
seems to be the cia world fact book.
http://www.cia.gov/cia/publications/factbook/
--
b r u c i e


Thanks Brucie, good tip. They have good maps (for what I want to do)
freely available, but not the underlying data for me to regenerate the maps.
As of right now, what I'm planning is getting one of those maps,
writing a little progam to record where I click, and then I can trace
out all the countries. Then dump those polygon points to a database
and let PHP craft the resultant map. Still, it seems like this is something
that should be standardly available and not something I should be doing.
Plus, my tracing would not be nearly so fine grained as the underlying maps.

(As a side note: I wonder if this technique doesn't allow me to use pretty
much any map because what I create is my own, since I'm drawing it myself.
Ie. as I understand it, it's not the data that is copyrighted, but the
presentation.
An interesting copyright issue)

Csaba
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

75
6184
by: Howard Nease | last post by:
Hello, everyone. I would appreciate any advice that someone could give me on my future career path. Here is my situation: I am a bright Junior in a very well-respected private high school, taking almost all AP and accelerated classes. I am HIGHLY interested in technology, more specifically the field of Computer Science and software engineering. I have heard a whole lot about the fact that the market for software engineers nowadays is...
5
3015
by: Martin Piper | last post by:
Hi all. I've recently landed myself the position of trainee C++ programmer which I'm extremely pleased about, but also nervous. According to the feedback from the interview, I have a good basic knowledge of C++ (through college) although my contract states that I must endeavour to learn more, so my question is - which areas of C++
3
2195
by: Andy Dingley | last post by:
I've just started on a new project and inherited a huge pile of XSLT (and I use the term "pile" advisedly !) It runs at glacial speed, and I need to fix this this. Platform is MSXML 4 / ASP Any advice on benchmarking tools / techniques ? I have no budget for tool-building, so if there's anything already out there, that would be good to know.
11
4752
by: ma740988 | last post by:
I'm perusing a slide with roughly 12 bullets spread across 3 pages. Each bullet reflects 'advice'. I'm ok with all but 1 bullet, more specifically the bullet that states: " Avoid the STL unless absolutely necessary " Now, I'm not acclimated with much C++ history, but something tells me this is akin to trepidation that surrounded C++ during it's inception? IOW, is this 'old school' rhetoric or ..... How do you refute this argument?
6
1805
by: J Rieggle | last post by:
Hi there, I am stuck on a problem that relates to eCommerce sites, but isnt ASP.NET specific (sorry). The ecommerce site is working in the UK, and products will be sold in pounds stirling. However, should I be presenting the currency figure in the currency of the visitor? I want to keep the site simple to begin with, so if I choose to render localized currencies, I probably need to something similar with the content too. I was...
13
3114
by: Alan Silver | last post by:
Hello, MSDN (amongst other places) is full of helpful advice on ways to do data access, but they all seem geared to wards enterprise applications. Maybe I'm in a minority, but I don't have those sorts of clients. Mine are all small businesses whose sites will never reach those sorts of scales. I deal with businesses whose sites get maybe a few hundred visitors per day (some not even that much) and get no more than ten orders per day....
7
2060
by: John Paul | last post by:
I'm thinking of building an e-commerce site in php. Anyone got any advice in building one? What is the best way to implement a payment system? Are any legal issues involved? Thanks,
232
13337
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first set of examples, after decoding the HTML FORM contents, merely verifies the text within a field to make sure it is a valid representation of an integer, without any junk thrown in, i.e. it must satisfy the regular expression: ^ *?+ *$ If the...
3
1879
by: mesut | last post by:
Hi colleagues, I need your advice... I have approx 1,5 years experience with ASP.NET/VB.NET 2005 and I have to switch over into C# 2005 language. I don't have experience with C# 2005 language. (but 10 years experience in mainframe languagues). My question is: I need a good book can someone advice it? I'm only interested in ASP.NET not in windows pages.
7
2163
by: SM | last post by:
Hello, I have a index.php template (2 columns). The right columns contains a bunch of links (interviews, poems, etc...) The left columns contains the actual article. So if I click on a link on the right menu, the article shows on the left column. The links have an url that look like this: http://www.myweb/library/?doc=194uf7s39
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10145
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9998
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.