Hi forum,
I have a new problem.
I created a mapfile which can't be rendered with the projection
init=epsg:23030

Intersting is, that adding the layer "jpl_wms_global_mosaic" from the
pmapper_demo.map (epsg:4326) all my layers are rendered.

If I remove this layer again - the website tries to load, to load, to load,
...

Anyone an idea on reason and solution?

Kind regards

Kai

My Mapfile:

#
#Start of map file, created by AmeiN! for ArcGis 22.06.2009, 01:42:30
#
#
MAP
NAME 'MYPROJECT'
STATUS ON

PROJECTION
   'init=epsg:23030'
END
 
SIZE 600 500
EXTENT -832682.726604625 1015338.125915 1610919.13737817 2907384.14059882
UNITS meters
SHAPEPATH '../../../../../malidata'
SYMBOLSET'../common/symbols/symbset.sym'
FONTSET 'C:/ms4w/apps/pmapper/pmapper-3.2.0/config/common/fonts/fonts.fnt'
IMAGECOLOR 255 255 255
 
#
#Start of web interface definition
#
 
WEB
LOG PASSIP.log
IMAGEPATH '/ms4w/tmp/ms_tmp/'
IMAGEURL '/ms_tmp/'

END #HEADER
 
#
#Start of reference map
#
 
REFERENCE
 STATUS ON
 IMAGE refmap.jpg
 SIZE 199 149
 EXTENT -832682.726604625 1015338.125915 1610919.13737817 2907384.14059882
 COLOR -1 -1 -1
 OUTLINECOLOR 255 0 0
END  #REFERENCE


#
# Start of layer definitions #
#


LAYER
  NAME "jpl_wms_global_mosaic"
  TYPE RASTER
  STATUS OFF
  CONNECTION "http://wms.jpl.nasa.gov/wms.cgi?";
  CONNECTIONTYPE WMS
  PROJECTION
    "init=epsg:4326"
  END
  METADATA
    "DESCRIPTION"         "JPL Global Mosaic (WMS)"
    "wms_name"            "global_mosaic_base"
    "wms_style"           "visual"
    "wms_server_version"  "1.1.1"
    "wms_format"          "image/jpeg"
    "ows_title"           "jpl_wms_global_mosaic"
  END
END


LAYER
 NAME 'MAL_UTM30.tif'
 DATA 'MAL_UTM30_tif.tif'
 STATUS ON
 TYPE RASTER
 
 METADATA
  WMS_SRS  'epsg:23030'
  WMS_TITLE ''
  WMS_FEATURE_INFO_MIME_TYPE 'text/html'
 END #METADATA
 
 PROJECTION
  "init=epsg:23030"
 END #PROJECTION
END #LAYER
 
LAYER
 NAME 'MAL_outline_UTM30'
 DATA 'MAL_outline_UTM30'
 STATUS on
 TYPE Polygon
 TRANSPARENCY 100
 TOLERANCE 7
 TOLERANCEUNITS pixels
 
 METADATA
  WMS_SRS  'epsg:23030'
  WMS_TITLE ''
  WMS_FEATURE_INFO_MIME_TYPE 'text/html'
 END #METADATA
 
 PROJECTION
  'init=epsg:23030'
 END
 
 CLASSITEM 'AREA'
 
 CLASS
  NAME 'MAL_outline_UTM30'
  EXPRESSION /./
 
  STYLE
   COLOR 196 184 242
   OUTLINECOLOR 110 110 110
  END #STYLE
 END #CLASS
 
END #LAYER 
 
 
 
 
END #End of Mapfile

-- 
View this message in context: 
http://www.nabble.com/Problem-with-UTM-30N---init%3Depsg%3A23030-tp24140312p24140312.html
Sent from the pmapper users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to