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/
limo prices to midway Crystal Lake west of Randal .. Lockport Chicago limo O’HareWhen web content gets discussed on webmaster bulletin boards, the... Read More
In the time that I have been using the Internet,... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
There was a time not long ago when setting up... Read More
Dance is how you pamper your soul and satiate your... Read More
With all of the factors involved in designing and building... Read More
After planning the design and content of your website, it's... Read More
1) Word of Mouth The single most powerful form of... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
Every good Internet business understands the value of conversions versus... Read More
In the region where my company is located, South Bend,... Read More
Affiliate programs are a great way to earn an income... Read More
Below, I have listed 8 simple steps that you can... Read More
If you're fairly new to the Internet scene, you may... Read More
Everywhere you look these days, people are telling you that... Read More
"I am a writer, not a business-person. I don't want... Read More
One of the things that many people overlook when building... Read More
I'm a freelance programmer and somehow I managed to get... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
Why do some sites succeed while the vast majority of... Read More
For years now I've been looking to start my own... Read More
Now that you have got your domain name registered, your... Read More
Although CSS layouts have been around for years, they haven't... Read More
That's right. Your method, behavior and strategy you are now... Read More
I can't think of any business alive today that couldn't... Read More
taxi o'hare Auburn ..You don't believe in astrology but you check your horoscope... Read More
With search engines putting a damper on direct reciprocal links,... Read More
Are bloated images slowing down your web site and causing... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
Fresh website content for your visitors can be of real... Read More
If you haven't made the sales and built your clients... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
A PHP Redirect automatically transfers a web user from one... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
Here's something you may never have thought of before:If I... Read More
If you are developing your website on a host that... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
Why do some sites succeed while the vast majority of... Read More
There are many elements that are key to successful web... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
Writing for the web is totally different to writing for... Read More
Before you jump into spending coutnless hours on designing and... Read More
Have you ever thought the secret behind the success of... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Do you make your website just to entertain yourself or... Read More
1. The first page appears quickly.It's a good way to... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
Are you aware that 90% of the websites on the... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Web Development |