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 and http://www.gmdir.com
Now that you have got your domain name registered, your... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
If one more business owner tells me their website sucks... Read More
If you are like me you have wanted to build... Read More
SummaryHere's the scoop on what you must know when designing... Read More
Everywhere you look these days, people are telling you that... Read More
Failure, just like success, is measured differently by each and... Read More
If you like the Internet and surfing through the billions... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Making money with your web site is the dream and... Read More
Your web site will be your window to the world.... Read More
Website, website, website, everyone says you need one. But do... Read More
Do you need a web site? Are you considering getting... Read More
If you ever want to create a state directory, article... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Having an eye catching website is great, but are you... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
From early days of www, the Internet sites that are... Read More
Creating and maintaining an effective presence on the Web has... Read More
Your site is fast and getting traffic, but conversion rates... Read More
Starting and maintaining a business is challenging enough without the... Read More
A common dilemma most small and medium businesses face when... Read More
When I set up my website I felt paypal was... Read More
After years of working with entrepreneurs who developed their first... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
In a previous ezinearticles.com article,"I Need real visitors, Not Search... Read More
How can we add Word Rich Content to our Websites... Read More
We are clearly well past the innocent "golden age" of... Read More
Most web sites are more like stage sets than real... Read More
Right after the thought, "I need a website," people usually... Read More
When marketing your website, it's important to know which of... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
You have seen those web pages where they have the... Read More
Every online entrepreneur I talk to is asking the same... Read More
It never ceases to amaze me how many people set-up... Read More
In the time that I have been using the Internet,... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
They might not be wearing a mask and carrying a... Read More
One of the best tools you have as a webmaster... Read More
I've heard several prominent web marketers mention in their classes... Read More
Never has competition been so difficult in the Internet world.... Read More
What is the most important part of your online business?Many... Read More
The definition of the phrase "Content Management" depends on what... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
Are you aware that 90% of the websites on the... Read More
The following is a list of patterns that many visitors... Read More
Like wine cars get more attractive to collectors as years... Read More
Starting and maintaining a business is challenging enough without the... Read More
The Internet is a remarkable publishing medium. With just a... Read More
When people think about the Internet, they think about technology.... Read More
The Disability Discrimination Act states that service providers must not... Read More
Making maximum profit from your law firm website is important,... Read More
Creating and maintaining an effective presence on the Web has... Read More
What to put your the website if you are an... Read More
So you have decided that you want to do freelance... Read More
In the late 1990's three San Francisco based web developers... Read More
In this example I have used the map of the... Read More
In the big, wide online world there are millions of... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
If you're an up and coming graphic/web designer just out... Read More
Fresh website content for your visitors can be of real... Read More
Build it and they will come is not always true;... Read More
So what do you do if need to get a... Read More
Have you ever wondered what challenges are faced by other... Read More
If you are like me you have wanted to build... Read More
The growth in Internet usage around the world is astounding... Read More
Web Development |