[Portugal] WMS no pmapper com mapserver

Luis Leitão luis_rleitao hotmail.com
Quarta-Feira, 24 de Outubro de 2012 - 13:56:12 PDT


Já experimentáste em desktop?Usa o wms e a shapefile em desktop para ver se estão bem sobrepostos ou se o problema já existe aí.
 > Date: Wed, 24 Oct 2012 12:41:16 -0700
> From: sylvain.arabeyre at gmail.com
> To: portugal at lists.osgeo.org
> Subject: Re: [Portugal] WMS no pmapper com mapserver
> 
> Giovanni Manghi-2 wrote
> > Olá,
> > 
> > assim aqui funciona
> > 
> > LAYER
> >     NAME "Bing"
> >     STATUS ON
> >     TYPE RASTER
> >     CONNECTION
> > "http://geoposer.com:443/server/services/request.php?jname=/wms.img&"
> >     CONNECTIONTYPE WMS
> >     METADATA
> >       "wms_title"          "Bing"
> >       "wms_srs"            "EPSG:4326"
> >       "wms_name"           "Virtual%20Earth"
> >       "wms_server_version" "1.1.1"
> >       "wms_format"         "image/jpeg"
> >     END
> >     PROJECTION
> >       "init=epsg:4326"
> >     END
> >   END
> > 
> > -- Giovanni --
> > 
> > On Mon, 2012-06-25 at 15:06 -0700, Luis Leitao wrote:
> >> Boa noite 
> >> 
> >> Estou a tentar adicionar um wms (geoposer) ao meu projecto sig (mapserver
> >> +
> >> pmapper) de mestrado, criei o mapfile mas, confogurei o xml mas não
> >> aparece
> >> nada.
> >> Alguém me pode explicar o que pode estar a correr mal?
> >> 
> >> mapfile:
> >> 
> >>  LAYER
> >>     NAME 'Virtual%20Earth'
> >>     TYPE RASTER
> >>     DUMP true
> >>     TEMPLATE fooOnlyForWMSGetFeatureInfo
> >>   EXTENT -8.819723 40.463069 -8.442397 40.770596
> >>     CONNECTIONTYPE WMS
> >>     CONNECTION 'http://geoposer.com:443/server/services/ve.xml'
> >>     METADATA
> >>       'ows_name' 'Virtual%20Earth'
> >>       'wms_server_version' '1.1.1'
> >>       'ows_srs' 'EPSG:4326'
> >>       'wms_format' 'image/png'
> >>       'wms_style' ''
> >>     END
> >>     METADATA
> >>       'ows_title' 'Virtual%20Earth'
> >>     END
> >>     STATUS OFF
> >>     TRANSPARENCY 0
> >>     PROJECTION
> >>     'proj=longlat'
> >>     'datum=WGS84'
> >>     'no_defs'
> >>     END
> >>   END
> >> 
> >> Em TRANSPARENCY aparecia o valor 100 por defeito e eu alterei para 0
> >> porque
> >> não aparecia nada, mas continua na mesma.
> >> O mapfile foi criado com plugin mapserver export doqgis
> >> 
> >> Obrigado
> >> 
> >> --
> >> View this message in context:
> >> http://osgeo-org.1560.n6.nabble.com/WMS-no-pmapper-com-mapserver-tp4983765.html
> >> Sent from the OSGeo Portuguese Local Chapter mailing list archive at
> >> Nabble.com.
> >> _______________________________________________
> >> Portugal mailing list
> >> 
> 
> > Portugal at .osgeo
> 
> >> http://lists.osgeo.org/mailman/listinfo/portugal
> > 
> > 
> > _______________________________________________
> > Portugal mailing list
> 
> > Portugal at .osgeo
> 
> > http://lists.osgeo.org/mailman/listinfo/portugal
> 
> Olá,
> 
> Tenho um problema com essa layer do Virtual Earth.
> Consigo visualizar sem problemas a layer mas a informação não está
> corretamente sobreposta com as outras layers do meu mapfile que estão noutro
> sistema de coordenadas (Datum 73).
> Por definição a projeção do mapfile é o datum 73 (epsg:27493) e a projeção
> também está definida ao nível de cada layer. Tentei mudar o sistema de
> projecção ao nível do mapfile para WGS84 mas o resultado é o mesmo.
> Uso o pmapper 4.2.0 com Mapserver 6.0.2 (MS4W 3.0.4) no Windows 7.
> Aqui está o meu mapfile:
> 
> 
> MAP
> 	
> EXTENT  -49237 -15149 -24326 19331  
> UNITS meters
> SIZE 600 500
> SHAPEPATH "C:/Geoserver/data_dir"
> SYMBOLSET "../common/symbols/symbols-pmapper.sym"   
> FONTSET "../common/fonts/msfontset.txt" 
> RESOLUTION 96
> IMAGETYPE png
> INTERLACE OFF
> CONFIG "PROJ_LIB" "C:/ms4w/proj/nad/"
> 
> 
> PROJECTION
> 	"proj=tmerc"
> 	"lat_0=39.66666666666666"
> 	"lon_0=-8.131906111111112"
> 	"k=1"
> 	"x_0=180.598"
> 	"y_0=-86.98999999999999"
> 	"ellps=intl"
> 	"units=m"
> 	"no_defs"
> END
> 
> #
> # Start of web interface definition
> #
> WEB
>   TEMPLATE "map.html"
>   IMAGEPATH "/ms4w/tmp/ms_tmp/"
>   IMAGEURL "/ms_tmp/"
>   METADATA
>     "wms_title"           "WMS Demo Server"
>     "wms_onlineresource" 
> "http://localhost/cgi-bin/mapserv.exe?map=pmapper_demo.map&"
>     "wms_srs"             "EPSG:4326 EPSG:27493"	
>   END  # Metadata
> END  # Web
> 
> #
> # Start of Reference map definition
> #
> REFERENCE
>   EXTENT -49237 -15149 -24326 19331 
>   IMAGE "../../images/ourem.png"
>   SIZE 125 160
>   COLOR -1 -1 -1
>   OUTLINECOLOR 255 0 0
> END  # Reference
> 
> LEGEND
> END # LEGEND 
> 
> #
> # Start of ScaleBar definition
> #
> SCALEBAR
>   STATUS off
>   TRANSPARENT off
>   INTERVALS 4
>   SIZE 200 3
>   UNITS kilometers
>   COLOR 250 250 250
>   OUTLINECOLOR 0 0 0
>   BACKGROUNDCOLOR 100 100 100
>   STYLE 0
>   POSTLABELCACHE true
>   LABEL
>     COLOR 0 0 90
>     #OUTLINECOLOR 200 200 200
>     SIZE small
>   END  # Label
> END  # SCALEBAR
> 
> Symbol
>   Name 'circle'
>   Type ELLIPSE
>   Filled TRUE
>   Points
>     1 1
>   END #PONTS
> END # SYMBOL
> 
> Symbol
>   Name 'square'
>   Type VECTOR
>   Filled TRUE
>   Points
>     0 1
>     0 0
>     1 0
>     1 1
>     0 1
>   END # POINTS
> END #SYMBOL
> 
> #=========================== LAYER ORTOFOTOS BING
> ===========================#
> 
> LAYER
>     NAME 'Bing'
>     TYPE RASTER
>     DUMP true
>     CONNECTIONTYPE WMS
>     CONNECTION
> "http://geoposer.com:443/server/services/request.php?jname=/wms.img&" 
>     METADATA
>       'ows_name' 'Virtual%20Earth'
>       'wms_server_version' '1.1.1'
>       'ows_srs' 'EPSG:4326'
>       'wms_format' 'image/png'
>       'wms_style' ''
>     END
>     STATUS ON
>     PROJECTION
>     'proj=longlat'
>     'datum=WGS84'
>     'no_defs'
>     END
>   END 
> 
> 
> #=========================== LAYER FUNDO URBANO ===========================#
> 
> LAYER # layer fundo urbano
> 	NAME "Fundo_urbano"
> 	PROJECTION
> 		"proj=tmerc"
> 		"lat_0=39.66666666666666"
> 		"lon_0=-8.131906111111112"
> 		"k=1"
> 		"x_0=180.598"
> 		"y_0=-86.98999999999999"
> 		"ellps=intl"
> 		"units=m"
> 		"no_defs"
> 	END #PROJECTION
> 	TYPE line
> 	STATUS ON
> 	TOLERANCE 3
> 	TOLERANCEUNITS pixels
> 	DATA "data\cartografia\fundo_urbano\fundo_urbano"
> 	METADATA	
> 	END #METADATA
> 	CLASS
> 		NAME 'Fundo urbano'
> 		COLOR 119 119 119
> 	END  # Class
> END# layer fundo urbano
> END #MAP
> 
> Pensei que o problema viesse do facto de não ter o PROJ_LIB definido mas
> este parâmetro está definido no ficheiro httpd.conf do Apache, no Mapfile e
> também nas variáveis sistema.
> 
> Qual erro estarei a cometer para não conseguir sobrepôr 2 layers com
> sistemas de coordenadas diferentes?
> Obrigado.
> 
> Atentamente,
> Sylvain Arabeyre.
> 
> 
> 
> 
> --
> View this message in context: http://osgeo-org.1560.n6.nabble.com/WMS-no-pmapper-com-mapserver-tp4983765p5010954.html
> Sent from the OSGeo Portuguese Local Chapter mailing list archive at Nabble.com.
> _______________________________________________
> Portugal mailing list
> Portugal at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/portugal
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/portugal/attachments/20121024/b2afe10b/attachment.html>


More information about the Portugal mailing list