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 service at o'hare Carpentersville .. Lockport Chicago limo O’Hare1. Choose a big enough font size. A size 12... Read More
"I don't sell anything online, I don't advertise online, in... Read More
In this example I have used the map of the... Read More
We are clearly well past the innocent "golden age" of... Read More
1. Many people are not getting good or complete advice.... Read More
Never has competition been so difficult in the Internet world.... Read More
My life's greatest passion is a safari hobby. And what... Read More
Most web sites are more like stage sets than real... Read More
First, using a lot of web graphics, flash, banners and... Read More
Creating and maintaining an effective presence on the Web has... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
Setting up a website is the very first step of... Read More
Even though the Internet has been around for a long... Read More
Your site is fast and getting traffic, but conversion rates... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
When you take a look at the most visited sites... Read More
After having decided to start a business, the next thing... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
When visitors add your web site to their Favorites or... Read More
Customer service questionnaires can help your clients better understand their... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
If you don't have a web site yet, are thinking... Read More
I can't think of any business alive today that couldn't... Read More
The internet has taken over our lives with a vengeance,... Read More
There are hundreds of millions of Web surfers today. Each... Read More
Fox River Grove limo rentals ..When I set up my website I felt paypal was... Read More
What you should do and know if you are an... Read More
The "robots" meta tag, when used properly, will tell the... Read More
In the big, wide online world there are millions of... Read More
Rosalind wants to share her inspirational poetry with a wider... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
Before you set up any scripts you will need some... Read More
Go to any internet marketing forum you want these days... Read More
Most people know they need a website in order to... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
A website is like an information flow, with you as... Read More
"I am a writer, not a business-person. I don't want... Read More
The definition of the phrase "Content Management" depends on what... Read More
Creatively marketing your corporate site takes time in the set... Read More
Alternate medicine finds its own place in the hearts and... Read More
One of the things that Internet excels is disseminating information... Read More
Have you ever wondered what challenges are faced by other... Read More
Even with the steady growth of the World Wide Web,... Read More
So what do you do if need to get a... Read More
Customer service questionnaires can help your clients better understand their... Read More
How can we add Word Rich Content to our Websites... Read More
Through the explosive growth of the Web, companies have realized... Read More
If you have your own business website and you are... Read More
A professional online reputation is essential to the flourishing of... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
Web Development |