In this example I have used the map of the Itasca demo of the Mapserver. I have done only small changes to the map file. The Itasca demo has (into the html file) the parameters of the path where to store the images:
IMAGEPATH "set in index.html" IMAGEURL "set in index.html"
I have changed them as fixed path
IMAGEPATH "/tmp/ms_tmp/" IMAGEURL "/ms_tmp/"
Than I have set as STATUS ON several layers for a better map.
The Database
The positions and the images paths that have to be shown on the map are stored into a table of a database in MySql. I have created a new database named "mapexample" and a new table "weather":
CREATE TABLE weather (
id bigint(20) NOT NULL auto_increment,
imagepath varchar(255) default NULL,
x double(16,4) default NULL,
y double(16,4) default NULL,
PRIMARY KEY (id)
)
and than I have inserted into the table the positions of the weather images and the path of every icon:
INSERT INTO `weather` VALUES (1, '/data/weather/icons/sunny.gif', 478107.0000, 5250301.0000); INSERT INTO `weather` VALUES (2, ''/data/weather/icons/cloudy.gif', 408107.0000, 5220301.0000); INSERT INTO `weather` VALUES (3, ''/data/weather/icons/storm.gif', 468107.0000, 5270301.0000); INSERT INTO `weather` VALUES (4, ''/data/weather/icons/variable.gif', 408107.0000, 5310301.0000);
It is not necessary for the images to be stored into a directory visible from the web, because are taken directly by the script and then merged with the map.
The PHPMapscript code Here is the code I have used for generating the map: ">
More info: http://www.parsec.it/tutorials/
Roberto Colonello owns and operates http://www.parsec.it and http://www.gmdir.com
|
|
|
|
|
|
|
|
|
|
|


Profiles are one of the best kept secrets around regarding... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
One of the most useful features offered by some web... Read More
One of the best tools you have as a webmaster... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
Many websites I come across don't have a single link... Read More
Creatively marketing your corporate site takes time in the set... Read More
Building a website and getting it online is easy. Driving... Read More
That's right. Your method, behavior and strategy you are now... Read More
Getting a Targeted Visitor to a website is a waste... Read More
We are clearly well past the innocent "golden age" of... Read More
This is a growing concern amongst many business owners. Does... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Every online entrepreneur I talk to is asking the same... Read More
We all start out the same. Some have budgets, some... Read More
As a business you can't afford to ignore the Internet... Read More
Thinking about starting up a business? The web is the... Read More
Most interactive websites nowadays would require a user to log... Read More
The cost of setting up a web site is dirt... Read More
You hear a great deal about the Internet these days... Read More
1. Be clear on your purpose.Building a website can be... Read More
Never has competition been so difficult in the Internet world.... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
When we review the sites of potential clients, there are... Read More
More and more non-profit organizations are developing websites to help... Read More
Everyday thousands of new businesses make the leap and take... Read More
Running an effective website is a continuous process. I have... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
Starting and maintaining a business is challenging enough without the... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
It's now easier than ever to take payments on the... Read More
There are many elements that are key to successful web... Read More
No matter what browser you may want to use, you... Read More


Revenues are often lost because many business owners don't see... Read More
Dan Kennedy once said that if you can't make money... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
There's been widespread speculation about the new legislation being introduced... Read More
An additional benefit of website accessibility is an improved performance... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
"I am a writer, not a business-person. I don't want... Read More
I've heard several prominent web marketers mention in their classes... Read More
You have seen those web pages where they have the... Read More
RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
Having an eye catching website is great, but are you... Read More
The Internet is a remarkable publishing medium. With just a... Read More
Many millions of dollars are being wasted on promoting and... Read More
A website is like an information flow, with you as... Read More
Research reveals three important facts:1) The Internet is one of... Read More
The process of Web application development is critical to the... Read More
An accessible Web site is easily approached, easily understood, and... Read More
Thinking about starting up a business? The web is the... Read More
You hear a great deal about the Internet these days... Read More
Your business website is a critical aspect of being able... Read More
If you don't have a web site yet, are thinking... Read More
When you publish a content site there are times when... Read More
We all start out the same. Some have budgets, some... Read More
Recently, a friend asked "What's the deal with those DIY... Read More
I recently received an unsolicited e-mail from some company offering... Read More
So you finally decided to invest in a web presence... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
It amazes me how many people try to build serious... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
Failure, just like success, is measured differently by each and... Read More
Developing a website with content that entices visitors to return... Read More
One of my most salient memories from when I sold... Read More
When I started my company in 2002, I knew I... Read More
Web Development |