Web Development Information

How to Draw Icons or Images on a Mapserver Generated Map


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


MORE RESOURCES:

New Listing of Knowledgeable Scripts for Web Development- Now at ...
MediaSyndicate (press release) - Nov 20, 2008
Soloscript.com lists valuable tutorials related to web development and designing. One can now refer, download, and add scripts essential for designing and ...


Stripes: ...and then Java Web Development Is Fun Again!
Kansas City infoZine, MO - Nov 18, 2008
In Stripes: ...and Java web development is fun again! (Pragmatic Bookshelf, $36.95), author Frederic Daoud shows you how to use Stripes to its full ...


Now, Brevity Is the Soul of Office Interaction
New York Times, United States - 4 hours ago
... it down their throats,” said Tom Link, chief technology officer of Universal Mind, a Web development company in Westfield, Mass., with 70 employees. ...


SEO Web Development and Design Outsourcing Services
PRLog.Org (press release), Romania - Nov 18, 2008
PRLog (Press Release) – Nov 18, 2008 – SEO Web Development Outsourcing services is become most useful to the online web marketing and for any small business ...


NGM Expands Web Development Capabilities
InsideARM, MD - Nov 12, 2008
Net Gain Marketing, Inc. (www.netgain4results.com) has announced it has signed an exclusive agreement with EarthSky Studios (ESS) to work together to ...


AustConserv Promoting Eco Friendly Businesses and Organisations to ...
PR Web (press release), WA - Nov 19, 2008
Using various methods of online marketing available, PB Web Development has created a buzzing online conservation community with user base that grows more ...


City hangs out 'for sale signs' to cut into anticipated deficit
Poughkeepsie Journal, NY - Nov 21, 2008
By Michael Valkys • Poughkeepsie Journal • November 21, 2008 City of Poughkeepsie leaders have sold all those items in recent months as they fight off a ...


Councillor to continue web development
WalesOnline, United Kingdom - Nov 12, 2008
ATTEMPTS to bar a councillor from completing the development of his council’s controversial website have fallen on deaf ears. ...


Ericsson to close Marshall plant; 250 jobs affected
Pittsburgh Tribune-Review, PA - Nov 20, 2008
By Kim Leonard Workers at Ericsson's plant in Marshall were told today that the plant will close at the end of 2009, according to a message on the company's ...


Wendy's/Arby's signs Definition 6 for Web development
QSR Web, KY - Nov 5, 2008
ATLANTA — Definition 6, a full-service interactive agency and consulting firm, has added Wendy's/Arby's Group to its client list. Definition 6's work will ...

Web-Development - Google News

home | site map
© 2006