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/
recurring maid service Wilmette ..The big thing these days is your ability to capture... Read More
Fresh website content for your visitors can be of real... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
It may seem like the publishing industry's equivalent of Beanie... Read More
The process of Web application development is critical to the... Read More
Designing an E-commerce Web site is not as simple as... Read More
First, using a lot of web graphics, flash, banners and... Read More
For years now I've been looking to start my own... Read More
If your company own one or more stores, you might... Read More
A lot has changed in the way sites are optimized... Read More
If you're looking for better web site ROI, chances are,... Read More
When you publish a content site there are times when... Read More
Your site is fast and getting traffic, but conversion rates... Read More
A lot of people these days are interested in getting... Read More
Making money with your web site is the dream and... Read More
One of the things that Internet excels is disseminating information... Read More
When you consider the billions of individuals and companies on... Read More
Web sites are not just places to sell things; they... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
Whether you have your own business already, or are looking... Read More
SummaryHere's the scoop on what you must know when designing... Read More
Starting a business online is no longer as difficult as... Read More
If you like the Internet and surfing through the billions... Read More
Go to any internet marketing forum you want these days... Read More
Dan Kennedy once said that if you can't make money... Read More
last minute cleaning help Highland Park ..The DDA (Disability Discrimination Act) states that service providers must... Read More
Web sites are not just places to sell things; they... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
Your web site will be your window to the world.... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
Most interactive websites nowadays would require a user to log... Read More
It amazes me how many people try to build serious... Read More
Functions and Subroutines in ASP If you read... Read More
Before you jump into spending coutnless hours on designing and... Read More
There are many elements that are key to successful web... Read More
In this day and age most businesses consider having their... Read More
Fresh website content for your visitors can be of real... Read More
As a business you can't afford to ignore the Internet... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
So you've decided to start an online work at home... Read More
You don't believe in astrology but you check your horoscope... Read More
1. Many people are not getting good or complete advice.... Read More
It never ceases to amaze me how many people set-up... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
Losing website sales and traffic is sometimes simply a case... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
The growth in Internet usage around the world is astounding... Read More
More and more businesses are recognizing the importance of content... Read More
Web Development |