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 Glenview ..Internet Marketing is not a miracle marketing strategy ? competition... Read More
So you finally decided to invest in a web presence... Read More
SummaryHere's the scoop on what you must know when designing... Read More
The Disability Discrimination Act states that service providers must not... Read More
If you are living in a country that its native... Read More
Making maximum profit from your law firm website is important,... Read More
Profiles are one of the best kept secrets around regarding... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
A website is the most versatile and cost-effective marketing tool... Read More
If one more business owner tells me their website sucks... Read More
Although CSS layouts have been around for years, they haven't... Read More
No matter what browser you may want to use, you... Read More
A lot of people these days are interested in getting... Read More
Webmasters deal with a myriad of complex design challenges every... Read More
So you've decided to start an online work at home... Read More
Analyzing traffic to a site is a key factor in... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
D.zigns dzignerwebs The Basics Before starting on... Read More
Your content is what gets you in search engines, speaks... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
Designing and creating your own website does not have to... Read More
So your traffic is going through the roof yeah? It's... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
Making money with your web site is the dream and... Read More
no-contract cleaning service Lincolnshire ..1. Address your targeted audience on your business site. Example:... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
If you are like me you have wanted to build... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
Like most average persons, I wanted some extra money to... Read More
If you've been developing websites on Mars for the past... Read More
The Internet is being used by local service business to... Read More
If you don't have a web site yet, are thinking... Read More
Building a new website can be a lengthy task. From... Read More
Getting a Targeted Visitor to a website is a waste... Read More
Like any area of business your website needs some effort... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
If your company own one or more stores, you might... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
What is CSS?CSS is a simple file which controls the... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
The Internet is a remarkable publishing medium. With just a... Read More
A simple website stats counter is not enough if you... Read More
As increasing numbers of people search for information on the... Read More
Revenues are often lost because many business owners don't see... Read More
Profiles are one of the best kept secrets around regarding... Read More
"I am a writer, not a business-person. I don't want... Read More
1) A marketing necessityI still hear it said from time... Read More
Developing a website with content that entices visitors to return... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
Web Development |