[mapserver-users] Re: [MS4W-Users] Adding a SLD for a WMS Service

2010-02-09 Thread David Martinez Morata
xsi:schemaLocation="http://www.opengis.net/sldStyledLayerDescriptor.xsd"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; version="1.0.0" >HIDROGRAFIA_GEO_REGVEN_25MIL.shp I need to define my classes in the CLASS tag of the layer in the mapfile? 2010/2/8 Jeff McK

[mapserver-users] Adding a SLD for a WMS Service

2010-02-08 Thread David Martinez Morata
Hello. I have a map file to Serve some layers, and I need to link some layers with a sld files. I read the SLD documentation in the MApserver web site, but i don't reali understud what I'm doing: 1 I put in my layer defifnition SLD "Path/to/my/sld/file.sld" I try with metadatas "wms_sld_url" "

[mapserver-users] How to define a transparent background for a raster layer?

2010-02-01 Thread David Martinez Morata
I have a WMS service with a re¡aster layer, and I try to filter the white value of the background, but I don't know how...I search in the Mapserver Documentation but I don't found it. Some suggestions please? Thanks -- Martinez Morata David Thinking GIS _

Re: [mapserver-users] symbolset

2009-07-15 Thread David Martinez Morata
Hello Try this: http://mapserver.org/mapfile/symbology/construction.html?highlight=symbol 2009/7/15 YOUNESS ELMEDRAOUI > Hi, > > what's the format (content) of symbolset file (.sym)? > do you have some exemple, plz? > Best regards; > Youness ELMEDRAOUI > Les informations figurant sur cet e-m

Re: [mapserver-users] Problems getting a JP2 or TIFF raster layer drawen

2009-05-27 Thread David Martinez Morata
Hello. Try to change the palcement of your layers and configure your shape with TRANSPARENT TRUE varible.. Something like LAYER NAME '2627D' TYPE RASTER STATUS ON DATA "/var/www/ms-tmp/2627D.JP2" END LAYER NAME vereenigingroads STATUS ON DATA veree

Re: [mapserver-users] I Need help to dowload a projects

2009-04-10 Thread David Martinez Morata
Try this, http://trac.mapfish.org/trac/mapfish/wiki It's Ext with openlayers, without php but onli JavaScript 2009/4/10 Alex Mandel > I don't have exactly the answer you're looking for, but the key > component you need is ext which you would get from > http://extjs.com/products/extcore/ > > No

[mapserver-users] Get the query image of a wms layer

2009-04-08 Thread David Martinez Morata
Hello. I have a little problem with my WMS server, I have a WMS layer in my openlayers (Mapfish) application, and when I request the map, I show My image in the temp directory of my server but y don't show in the Openlayer Map. Any sugestions? Thanks -- Martinez Morata David Thinking GIS -- M

[mapserver-users] Trnasparen WMS service.

2009-03-27 Thread David Martinez Morata
Hello I make a WMS service for poligons, and I try to show in a Mapfish interface. My server are a Mapserver 2.3.0 version and I read about the OPACITY parameter for Style, but when I define this parameter in my Stylke directive the server dont recognice the mlap file. I wouyld like to show my

[mapserver-users] [Expresion] Problem with expresion

2009-03-10 Thread David Martinez Morata
Hello I define in my map file one layer like: LAYER NAME "POP Neuf Telecom" TYPE POINT DATA "ldnc_w84_05keu_sites_heberge.shp" METADATA "wms_title" "POP Neuf Telecom" "wms_srs""EPSG:4326" "wms_feature_info_mime_type""text

[mapserver-users] Problem with Tiled wms Size

2009-02-18 Thread David Martinez Morata
Hello. I have a mapfile to a wms service, and I create a Web application with MapFish to show the wms service. And I have a problem. When I use Firefox in a small window I show this layer (and the request to the server it's:map=/ms4w/apps/FastFEP/maps/TestFeatureinfo_wms_FastFEP.map&LAYERS=ngo7_w8

[mapserver-users] Question about formats

2009-01-26 Thread David Martinez Morata
Hello. I have a question about the input formats for Mapserver. They take de dxf format? Thanks -- Martinez Morata David Thinking GIS ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-u

Re: [mapserver-users] Blank image after map request

2008-12-17 Thread David Martinez Morata
Hi. Try tu put this in line 104 "wms_onlineresource" " http://localhost/cgi-bin/mapserv?map=/ms4w/Apache/htdocs/map/mosaico.map&SERVICE=SERVICE=WMS&; " And if you are using windows OS, try tu put the absolute path to all your directory specifications ( SHAPEPATH "C:/ms4w/Apache/htdo

[mapserver-users] Problems With SDE conection

2008-10-27 Thread David Martinez Morata
Hello I'm trying to conect with a SDE database With Ms4W version 2.9.0 and I was confiredthe files with ms4w web page instructions. In the gdalinfo/ogrinfo --formats comand I can see SDE. I create my map file but wen I conect to the base with ArcGIS 9.2 I found some problems: The request of ArcGIS

Re: [mapserver-users] Problems With Google Earth WMS view

2008-10-23 Thread David Martinez Morata
ge/png" > DRIVER AGG/PNG > EXTENSION "png" > IMAGEMODE RGBA > TRANSPARENT ON > FORMATOPTION "INTERLACE=OFF" > END > > Hope this can helps. > > Cheers > > Alexandre > > David Martinez Morata wro

[mapserver-users] Problems With Google Earth WMS view

2008-10-23 Thread David Martinez Morata
Hello. I create a WMS for GE and I found some estrange things. In my Map file I don't define a background colour and I could like to be Transparent, but... At some levels I have the transparent image and at other levels I don't have it I don't really understand Wat is happening. I have 3 Layer

Re: [mapserver-users] RE: [ms4w-users] WMS problems in ESRI clients

2008-10-22 Thread David Martinez Morata
Hello I solved this In ms4w 2.2.9 and Mapserver V5.2 adding to wms_onlinresurce this "wms_onlineresource" " http://yourhost/cgi-bin/mapserv.exe?map=/your/map/file.map*&SERVICE=WMS&*"; And I test in ArcGIS 9.2 and not problem! ___ mapserver-users mail

Re: [mapserver-users] Problem with V.5.2

2008-10-14 Thread David Martinez Morata
nded the 'SERVICE=WMS&' bit to all the URLs (e.g. in the > GetMap/GetLegend/... sections) > 3) Told the ArcGIS users to access the static XML instead of the Mapserver > WMS service directly. > > >>> "David Martinez Morata" <[EMAIL PROTECTED]> 10/

[mapserver-users] Problem with V.5.2

2008-10-10 Thread David Martinez Morata
Hello. I was create a WMS service with previous version (5.0.2) for Raster data, and I can conect with the service via ArcGIS. Now I install a new version of MS4W (with Mapserver 5.2) and I try to deserv the WMS in this server, but I found a problem with ArcGIS client (and the web test to) With

[mapserver-users] Problem with WMS in 5.2

2008-10-10 Thread David Martinez Morata
Hello. I'm creating a WMs service with Mapserver V.5.2. And I fonud ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] KML for WMS Service

2008-09-25 Thread David Martinez Morata
gt; So, my next step would be to make use of a MapServer template to generate the > KML code (using the WMS export from GE as a starting point). But this is > where > I stopped in the steps, got other more pressing stuff at the moment. > > bobb > > > > >>> &qu

[mapserver-users] KML for WMS Service

2008-09-23 Thread David Martinez Morata
Hi list. I just a little question. How I can create a KML file to show my WMS server in Google Earth? Thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Hacking PROJ4...

2008-08-08 Thread David Martinez Morata
Try with this? +proj=lcc +lat_1=45.89891889 +lat_2=47.69601444 +lat_0=46.8 +lon_0=0 +k_0=1 +x_0=60 +y_0=220 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m no_defs <> 2008/8/8 Yvan Calcagni <[EMAIL PROTECTED]> > > Hi everybody, > > for my own developments, I set

[mapserver-users] GetFeatureInfo in ArcGIS with a wms server.

2008-08-04 Thread David Martinez Morata
Hello. I create a wms service for some vector (shp) data. Now I need to Request this ( with a simple GetFeatureInfo request) but I have problems to understad some process. I define my Query map object. I put the layer DUMP option in true, and I define two html basic files. I declare the "wms_featu

[mapserver-users] Ploblems with labels.

2008-07-31 Thread David Martinez Morata
Hello list. I try to conect ArcGIS with a WMS server. But when I try to render Labels in other Font type tha the first of my font.list arcgis send an error msGetLabelSize() TrueType Font error. Request (arial-bold-italic)not found My fonts.list file its: arial

[mapserver-users] SLD in a wms service

2008-07-30 Thread David Martinez Morata
Hello List. I'm trying to made a WMS service with an SLD definition, but WHERE i must define the SLD file? In layer? In Map? in wms metadata? Sorry i'm confused about this. Thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://li

Re: R: VS: [mapserver-users] using vector data format

2008-06-18 Thread David Martinez Morata
Hi. I don't know if that can help but maby its a 14 version dwg the dwg you need. I work with Autocad Map and most symple version of dwg its the 14 dwg. but Any way if thants not work try with Dxf format. 2008/6/18 valerio vianello <[EMAIL PROTECTED]>: > Hi Jukka, > > I took the list from http://

[mapserver-users] PROJECTION object

2008-06-09 Thread David Martinez Morata
Hi! I'm working in a WMS service, and I would like to know if it is possible to implement a custom PROJECTION object. I try to put a ESPG code, and It's OK, but my data have a particular ESRI projection: In ESRIWKT Format it's: PROJCS ["NTF_Lambert_II_étendu", GEOGCS["GCS_NTF", DATUM["D_N

Re: [mapserver-users] Output Raster format

2008-06-06 Thread David Martinez Morata
--- > *Lähettäjä:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *Puolesta *David Martinez Morata > *Lähetetty:* 3. kesäkuuta 2008 11:48 > *Vastaanottaja:* mapserver-users@lists.osgeo.org > *Aihe:* [mapserver-users] Output Raster format > > Hello! > > I ha

Re: [mapserver-users] Displaying layers based on zoom level

2008-06-06 Thread David Martinez Morata
Hi! The functions in LAYER object are MAXSCALE 'Value of Scale' MINSCALE 'Value of minimun Scale' Consult this http://mapserver.gis.umn.edu/docs/reference/mapfile/layer And at the end of the page you find some considerations for MINSCALE AND MAXSCALE interpretation in MapServer 2008/6/6 Adrian Po

Re: [mapserver-users] Cannot display raster: MapServer shows white rectangle instead of the raster.

2008-06-06 Thread David Martinez Morata
Hello! Maybe its your IMAGECOLOR 255 255 255 In your map file Comment this with #, and test it. 2008/6/6 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Is it coordinate problem or gdal problem? Please help. Please please help. > :( > > I am using Map Server for windows (ms4w) with MapServer version 4

[mapserver-users] Output Raster format

2008-06-03 Thread David Martinez Morata
Hello! I have a question about customizing output format for a WMS server. I have a Raster collection in .tiff format, I make a wms server with this raster files. The output in mapfile its not specified in map file. My question its: Can we change the contrast, saturation and other values for out

Re: [mapserver-users] How to test Mapserver!

2008-05-24 Thread David Martinez Morata
Thanks Milo and Brent :) My objective its to take information from the activity for various concurrent request and after process the data and make some statistical analysis. I accept all suggestions. Thanks. ___ mapserver-users mailing list mapserver-us

[mapserver-users] How to test Mapserver!

2008-05-23 Thread David Martinez Morata
:S! Thanks but... I don't know php and the test its for a wms via "hard clients" (ArcGIS, AutocadMAP,gvSIG...) I have a MS4W distribution and I activate the log file for mapserver but only takes the errors via Web. Thanks for your help, but I don't know if its useful for my case. _

[mapserver-users] How to test Mapserver!

2008-05-23 Thread David Martinez Morata
Hellow List! Next monday I go to test a wms service taht I create, with 10 users at the same time. And I don't know if there is a method to log all information like time to aces to data, to process de request, and all the activiti information of mapsercer. Can you help me? Thanks _

Re: [mapserver-users] Raster problems

2008-04-21 Thread David Martinez Morata
Thanks for your help! But now I have a question? I put my layer definitions and the SCALE values but... When I use ArcGis to show my layers the SCALE values are not the same of the values I define. Example: My Layer: LAYER NAME "RGV2_L2e_05kFR_Contenu" GROUP "Fond_Carto" STATUS ON

[mapserver-users] Raster problems

2008-04-18 Thread David Martinez Morata
Hello! I'm new in Mapserver, and after testing and testing, searching and searching... I have a problem! I'm doing a map file with two raster layers. I defines the MAXSACLe and MINSCALE for this layers but at the end i have a white screen :S What I'm doing wrong? It's possible to create a raster