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
![]() |
|
![]() |
|
![]() |
|
![]() |
So what do you do if need to get a... Read More
1. The first page appears quickly.It's a good way to... Read More
You've decided to create a website to market your products... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
Having an eye catching website is great, but are you... Read More
More and more non-profit organizations are developing websites to help... Read More
Every online entrepreneur I talk to is asking the same... Read More
Although there are significant differences among the various types of... Read More
Absolutely everything stems from the purpose of your website -... Read More
80% of your Web site is Maintenance!Once your Web site... Read More
If you are like me you have wanted to build... Read More
The internet is a sea of knowledge. Getting your information... Read More
Many executives and investors are skeptical that software products can... Read More
Are bloated images slowing down your web site and causing... Read More
A website is lifeline of internet home business. In order... Read More
With the New Year upon us yet again, it's time... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
Before you jump into spending coutnless hours on designing and... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
Creating a content management system either from scratch,... Read More
Your site is fast and getting traffic, but conversion rates... Read More
There are lots of HTML editors on the market, however,... Read More
So you've decided to start an online work at home... Read More
Customer service questionnaires can help your clients better understand their... Read More
D.zigns dzignerwebs The Basics Before starting on... Read More
No matter the size of your business, having a web... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
The following is a list of patterns that many visitors... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
The evolution of web development parallels the model of technology... Read More
A professional online reputation is essential to the flourishing of... Read More
Most people know they need a website in order to... Read More
You don't believe in astrology but you check your horoscope... Read More
It amazes me how many people try to build serious... Read More
Just starting out, you can start with a simple informational... Read More
An additional benefit of website accessibility is an improved performance... Read More
Starting a business online is no longer as difficult as... Read More
A PHP Redirect automatically transfers a web user from one... Read More
Appealing to others is really important when you have a... Read More
If you are living in a country that its native... Read More
Have you ever thought the secret behind the success of... Read More
The art of turning website visitors into paying customers depends... Read More
Most web sites are more like stage sets than real... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
So you have a good idea for a business and... Read More
1. Address your targeted audience on your business site. Example:... Read More
If you were asked to put a value on your... Read More
There was a time not long ago when setting up... Read More
Every business needs to know how it is doing. That's... Read More
I'm one of those people that always wanted a website,... Read More
One of the biggest mistakes that most online retailers make... Read More
Every good Internet business understands the value of conversions versus... Read More
From early days of www, the Internet sites that are... Read More
With all of the factors involved in designing and building... Read More
When I started my company in 2002, I knew I... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
If you have your own business website and you are... Read More
What is CSS?CSS is a simple file which controls the... Read More
Many web developers today are starting to KISS their website,... Read More
Like most average persons, I wanted some extra money to... Read More
In the time that I have been using the Internet,... Read More
Are you aware that 90% of the websites on the... Read More
Web Development |