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/
Tinley Park executive chauffeured services .. Lockport Chicago limo O’HareLike most average persons, I wanted some extra money to... Read More
What is the point of having a website, you may... Read More
You want to give your site's visitors a way to... Read More
In a previous ezinearticles.com article,"I Need real visitors, Not Search... Read More
The definition of the phrase "Content Management" depends on what... Read More
Failure, just like success, is measured differently by each and... Read More
Everywhere you look these days, people are telling you that... Read More
Fresh website content for your visitors can be of real... Read More
An automated accessibility tool is a piece of software which... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
Customer service questionnaires can help your clients better understand their... Read More
The evolution of web development parallels the model of technology... Read More
Like wine cars get more attractive to collectors as years... Read More
Design and layout can make your communication come alive and... Read More
Even though the Internet has been around for a long... Read More
There have been many significant changes to the face of... Read More
Web sites are not just places to sell things; they... Read More
Here's something you may never have thought of before:If I... Read More
1) Word of Mouth The single most powerful form of... Read More
Affiliate programs are a great way to earn an income... Read More
The internet has taken over our lives with a vengeance,... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
Building a new website can be a lengthy task. From... Read More
What to do if you are an artist after you... Read More
A lot has changed in the way sites are optimized... Read More
limo Chicago Hickory Hills ..Making a web site is easy. Making a good web... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Most interactive websites nowadays would require a user to log... Read More
In a previous ezinearticles.com article,"I Need real visitors, Not Search... Read More
This is a growing concern amongst many business owners. Does... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
When you publish a content site there are times when... Read More
Dance is how you pamper your soul and satiate your... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
1. The first page appears quickly.It's a good way to... Read More
The process of Web application development is critical to the... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
One of my most salient memories from when I sold... Read More
1. As the first step, "Hire a web designer."First create... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
Optimize your time. How much time each day must you... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
After years of working with entrepreneurs who developed their first... Read More
When visitors add your web site to their Favorites or... Read More
What is web accessibility & why is it important?Web accessibility... Read More
You work hard to build traffic to your web page.... Read More
There was a time not long ago when setting up... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
Customer service questionnaires can help your clients better understand their... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
Web Development |