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
limousine chicago serviceIs Your Web Site an Expense or an Investment?Why don't... Read More
When used to describe a web site, the term "sticky"... Read More
Often time I've browsed sites and seen the same thing... Read More
A simple website stats counter is not enough if you... Read More
Failure, just like success, is measured differently by each and... Read More
With the New Year upon us yet again, it's time... Read More
In the late 1990's three San Francisco based web developers... Read More
Think up a name and check if yourname.com is available.... Read More
Rosalind wants to share her inspirational poetry with a wider... Read More
Creating a content management system either from scratch,... Read More
Succeeding with an eCommerce website is a dream for many... Read More
Your website conversion rate should concern you. This simply refers... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Before you jump into spending coutnless hours on designing and... Read More
Optimize your time. How much time each day must you... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
What do you mean, you don't have a website for... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
Whether you have your own business already, or are looking... Read More
"I have a small business with just a couple of... Read More
Optimal website design is the art of logical navigation.It will... Read More
The process of Web application development is critical to the... Read More
Do you need a web site? Are you considering getting... Read More
high bay induction lighting led street lights cost Pete's produce ..The first thing you will have to deal building your... Read More
An automated accessibility tool is a piece of software which... Read More
The big thing these days is your ability to capture... Read More
Are bloated images slowing down your web site and causing... Read More
The art of turning website visitors into paying customers depends... Read More
Customer service questionnaires can help your clients better understand their... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
"I have a small business with just a couple of... Read More
One of the things that many people overlook when building... Read More
Every good Internet business understands the value of conversions versus... Read More
When a user signs up at your website, you may... Read More
Do you make your website just to entertain yourself or... Read More
I had a client say something to me the other... Read More
Most interactive websites nowadays would require a user to log... Read More
"Build it and they will come."--Filed of Dreams (1989) If... Read More
Are you, like many other website owners, frustrated at the... Read More
Dan Kennedy once said that if you can't make money... Read More
Internet has opened a whole new world for web developers... Read More
If one more business owner tells me their website sucks... Read More
From early days of www, the Internet sites that are... Read More
So you have decided that you want to do freelance... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
I can't think of any business alive today that couldn't... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
Web Development Web Development |