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/
after renovation cleaning Wilmette ..A common dilemma most small and medium businesses face when... Read More
A professional online reputation is essential to the flourishing of... Read More
Like most average persons, I wanted some extra money to... Read More
One of the best tools you have as a webmaster... Read More
If you are developing your website on a host that... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
Do you make your website just to entertain yourself or... Read More
A PHP Redirect automatically transfers a web user from one... Read More
Build it and they will come is not always true;... Read More
The growth in Internet usage around the world is astounding... Read More
"How do I improve web site sales figures?" The CEO... Read More
In this day and age most businesses consider having their... Read More
I still remember it very clear ... It was almost... Read More
1. The first page appears quickly.It's a good way to... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
The Disability Discrimination Act states that service providers must not... Read More
The "robots" meta tag, when used properly, will tell the... Read More
More and more non-profit organizations are developing websites to help... Read More
If you haven't made the sales and built your clients... Read More
A website is lifeline of internet home business. In order... Read More
With all of the factors involved in designing and building... Read More
A website is like an information flow, with you as... Read More
You have seen those web pages where they have the... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
interior house cleaning Wilmette ..They might not be wearing a mask and carrying a... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
1) Word of Mouth The single most powerful form of... Read More
Many of site owners still don't realize all advantages of... Read More
A professional online reputation is essential to the flourishing of... Read More
Like wine cars get more attractive to collectors as years... Read More
I had a client say something to me the other... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
After planning the design and content of your website, it's... Read More
You know exactly what your organisation does and what your... Read More
When you consider the billions of individuals and companies on... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
Go to any internet marketing forum you want these days... Read More
Web templates by nature are created to aid and ease... Read More
What do you mean, you don't have a website for... Read More
You've put up a website to promote a product or... Read More
There are millions and millions of websites on the Internet.... Read More
If you're looking for better web site ROI, chances are,... Read More
Internet has opened a whole new world for web developers... Read More
Most people know they need a website in order to... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
Although designing a great web site is an important part... Read More
Although CSS layouts have been around for years, they haven't... Read More
That's right. Your method, behavior and strategy you are now... Read More
Like any area of business your website needs some effort... Read More
Web Development |