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/
executive chauffeured services Bradford .. Madison to Airport carIf you ever want to create a state directory, article... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
A professional online reputation is essential to the flourishing of... Read More
1. As the first step, "Hire a web designer."First create... Read More
In the time that I have been using the Internet,... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
Part of the success of most home-based businesses is their... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
Visitors to your site come looking for information or solutions... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
Many executives and investors are skeptical that software products can... Read More
If you are living in a country that its native... Read More
Through the explosive growth of the Web, companies have realized... Read More
You work hard to build traffic to your web page.... Read More
Your website conversion rate should concern you. This simply refers... Read More
Just starting out, you can start with a simple informational... Read More
Creatively marketing your corporate site takes time in the set... Read More
When used to describe a web site, the term "sticky"... Read More
What to do if you are an artist after you... Read More
Like any area of business your website needs some effort... Read More
QUESTION: Should I build and maintain my business Web... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
The "robots" meta tag, when used properly, will tell the... Read More
One of the things that Internet excels is disseminating information... Read More
O'Hare Chicago prom limo ..Have you ever thought the secret behind the success of... Read More
If you're anything like most small business owners, you probably... Read More
What is web accessibility & why is it important?Web accessibility... Read More
We've all seen those messages on some websites warning not... Read More
Appealing to others is really important when you have a... Read More
When used to describe a web site, the term "sticky"... Read More
Anyone who knows anything about web accessibility knows that images... Read More
The big thing these days is your ability to capture... Read More
There are millions and millions of websites on the Internet.... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
Part of the success of most home-based businesses is their... Read More
The first thing you will have to deal building your... Read More
Dan Kennedy once said that if you can't make money... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
One of my most salient memories from when I sold... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
1) A marketing necessityI still hear it said from time... Read More
Are you aware that 90% of the websites on the... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
One of the things that Internet excels is disseminating information... Read More
Like most average persons, I wanted some extra money to... Read More
Everywhere you look these days, people are telling you that... Read More
"What's in it for me?" you ask. "Why should I... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
Web Development |