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/tutorials/ and http://www.parsec.it/tutorials/
shuttle to Midway Beardstown .. Lockport Chicago limo O’HareThe first thing you will have to deal building your... Read More
"What's in it for me?" you ask. "Why should I... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
A lot of people these days are interested in getting... Read More
Launching a new small business website is often a long... Read More
Anyone who knows anything about web accessibility knows that images... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Looks like every client wants a Flash site these days... Read More
Many of site owners still don't realize all advantages of... Read More
If you are like me you have wanted to build... Read More
One of the most important parts of establishing a new... Read More
Creatively marketing your corporate site takes time in the set... Read More
Losing website sales and traffic is sometimes simply a case... Read More
First, using a lot of web graphics, flash, banners and... Read More
Your web site will be your window to the world.... Read More
Although there are significant differences among the various types of... Read More
I still remember it very clear ... It was almost... Read More
One of the biggest mistakes that most online retailers make... Read More
If you have some experience in web site design and... Read More
If you've been developing websites on Mars for the past... Read More
Making maximum profit from your law firm website is important,... Read More
Like most average persons, I wanted some extra money to... Read More
Visitors to your site come looking for information or solutions... Read More
We all start out the same. Some have budgets, some... Read More
Making a web site is easy. Making a good web... Read More
Green Bay Hummer H2 SUV rentals ..The DDA (Disability Discrimination Act) states that service providers must... Read More
Web templates by nature are created to aid and ease... Read More
Just like all things in life, the ways to run... Read More
You've put up a website to promote a product or... Read More
The Internet is being used by local service business to... Read More
Often time I've browsed sites and seen the same thing... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
Research reveals three important facts:1) The Internet is one of... Read More
If your company own one or more stores, you might... Read More
cPanel is a control panel for your website and allows... Read More
There have been many significant changes to the face of... Read More
Before you jump into spending coutnless hours on designing and... Read More
You work hard to build traffic to your web page.... Read More
This article was prompted by some customer support work I... Read More
What happened on your website yesterday? What about last week... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
Many websites I come across don't have a single link... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
Starting a business online is no longer as difficult as... Read More
Web sites are not just places to sell things; they... Read More
Affiliate programs are a great way to earn an income... Read More
Having an eye catching website is great, but are you... Read More
One of the things that Internet excels is disseminating information... Read More
It may come as some surprise to a traditionally off-line... Read More
Web Development |