I look for solution.......
Eduardo Arévalo
earevaloch at GMAIL.COM
Wed Jul 19 14:43:25 PDT 2006
greetings steve thanks for the suggestion.
this he is mapfile that is used for example 1.9 of the manual of mapserver
MAP
NAME EX1.9_
IMAGETYPE PNG24
EXTENT 166221 -371954 1505849 632767 # LAEA
#EXTENT -97.5 41.619778 -82.122902 49.38562 # Geographic
SIZE 400 300
SHAPEPATH "../data"
SYMBOLSET "../symbols/symbols35.sym"
FONTSET "../fonts/fonts.list"
WEB
TEMPLATE 'example1-9.html'
IMAGEPATH '/ms4w/tmp/ms_tmp/'
IMAGEURL '/ms_tmp/'
END
# This is the output PROJECTION definition ------
PROJECTION
# Projection parameters can be defined in two ways...
# This is the traditional Proj.4 definition of Lambert Azimuthal Equal-Area
# projection for the Continental U.S.
# "proj=laea"
# "ellps=clrk66"
# "lat_0=45"
# "lon_0=-100"
#
# Alternatively, you can specify an EPSG code.
# This is the EPSG code for Lambert Azimuthal Equal-Area
# projection for the U.S.
"init=epsg:2163"
END
# Start of LAYER DEFINITIONS ---------------------------------------------
LAYER # States polygon layer begins here
NAME states
DATA states_ugl
STATUS OFF
TYPE POLYGON
# Here's an example of the input projection definition.
# EPSG:4326 is code for geographic (latlong) projection
# using the WGS84 datum.
#
# PROJECTION objects within the LAYER object define the input
# projection--this is the native projection of your data.
PROJECTION
"init=epsg:4326"
END
CLASSITEM "CLASS"
CLASS
EXPRESSION 'land'
STYLE
SYMBOL 0
COLOR 232 232 232
END
END
END # States polygon layer ends here
LAYER # MODIS raster layer begins here
NAME modis
DATA "raster/mod09a12003161_ugl_ll_8bit.tif"
STATUS OFF #DEFAULT
TYPE RASTER
PROCESSING "BANDS=1,2,3"
OFFSITE 71 74 65
PROJECTION
"init=epsg:4326"
END
END # MODIS raster layer ends here
LAYER # MODIS WMS map from JPL (or from USGS)
NAME modis_jpl
TYPE RASTER
OFFSITE 0 0 0
STATUS OFF #OFF
CONNECTIONTYPE WMS
CONNECTION "http://mapus.jpl.nasa.gov/wms.cgi?"
METADATA
"wms_srs" "EPSG:4326"
"wms_name" "daily_terra" #"global_mosaic" "daily_aqua"
"wms_server_version" "1.1.1"
"wms_format" "image/jpeg"
END
PROJECTION
"init=epsg:4326"
END
END # MODIS WMS image ends here
LAYER # States line layer begins here
NAME states
DATA states_ugl
STATUS OFF
TYPE LINE
PROJECTION
"init=epsg:4326"
END
CLASSITEM "CLASS"
CLASS
EXPRESSION 'land'
STYLE
SYMBOL 'line5'
COLOR 32 32 32
SIZE 1
END
END
END # States line layer ends here
LAYER # States label layer begins here
NAME states
DATA states_ugl
STATUS OFF
TYPE ANNOTATION
PROJECTION
"init=epsg:4326"
END
CLASSITEM "CLASS"
LABELITEM "STATE"
CLASS
EXPRESSION 'land'
STYLE
COLOR -1 -1 -1
END
LABEL
COLOR 132 31 31
OUTLINECOLOR 128 128 128
SHADOWCOLOR 218 218 218
SHADOWSIZE 1 1
TYPE TRUETYPE
FONT arial-bold
SIZE 12
ANTIALIAS TRUE
POSITION CL
PARTIALS FALSE
MINDISTANCE 200
BUFFER 4
END # end of label
END # end of class
END # States label layer ends here
# End of LAYER DEFINITIONS -------------------------------
END # All map files must come to an end just as all other things must come to...
# End of section 1, dude!
the question specifies is as the EXTENT calculates
so that it is different from all the used ones in previous examples
2006/7/19, Steve Lime <Steve.Lime at dnr.state.mn.us>:
>
> You can send questions to the mapserver mailing list and I'm sure folks
> will help if they can.
>
> Steve
>
> >>> Eduardo Arévalo <earevaloch at GMAIL.COM> 7/19/2006 10:17:08 AM >>>
> I am following tutorial of Mapserver written by Pericles S. Nacionales,
> lodged in
> http://hypnos.cbs.umn.edu/tutorial/
> I need to make questions on:
> Section 1
> 1.9 - Intro to MapServer Modes: map and browse
>
> as I can be put in contact with them ?????
>
> thanks
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060719/29e706b8/attachment.htm>
More information about the MapServer-users
mailing list