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/
bathroom cleaning service Lake Forest ...The Disability Discrimination Act says that websites must be made... Read More
Three way linking and concerns.For many years SEO experts were... Read More
Below, I have listed 8 simple steps that you can... Read More
URL rewriting are major needs for your sites that produce... Read More
I've heard several prominent web marketers mention in their classes... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
If you don't have a web site yet, are thinking... Read More
A website is lifeline of internet home business. In order... Read More
The Internet is being used by local service business to... Read More
More and more businesses are recognizing the importance of content... Read More
Right after the thought, "I need a website," people usually... Read More
Whether you have your own business already, or are looking... Read More
A system development process can follow a number of standard... Read More
One of the most useful features offered by some web... Read More
What is web accessibility & why is it important?Web accessibility... Read More
Failure, just like success, is measured differently by each and... Read More
In this example I have used the map of the... Read More
Webmasters deal with a myriad of complex design challenges every... Read More
How can we add Word Rich Content to our Websites... Read More
D.zigns dzignerwebs The Basics Before starting on... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Are bloated images slowing down your web site and causing... Read More
This article was prompted by some customer support work I... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
One of the biggest mistakes that most online retailers make... Read More
non-toxic cleaning company Des Plaines ..."I am a writer, not a business-person. I don't want... Read More
What you should do and know if you are an... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
Starting a business online is no longer as difficult as... Read More
When visitors add your web site to their Favorites or... Read More
One of the most useful features offered by some web... Read More
Affiliate programs are a great way to earn an income... Read More
The process of Web application development is critical to the... Read More
So you want to take a look at a real... Read More
A company must earn and keep trust or sales don't... Read More
We are clearly well past the innocent "golden age" of... Read More
Recently, a friend asked "What's the deal with those DIY... Read More
A website lets you put your products in front of... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
If you are like me you have wanted to build... Read More
With all of the factors involved in designing and building... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
Right after the thought, "I need a website," people usually... Read More
Why do some web sites reap huge benefits while others... Read More
In this example I have used the map of the... Read More
URL rewriting are major needs for your sites that produce... Read More
Setting up a website is the very first step of... Read More
So you have decided that you want to do freelance... Read More
Why do some sites succeed while the vast majority of... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Web Development |