hi ,I don&#39;t good speak english, but i don&#39;t understand you, when you say &quot;Projection must be in meters which seem to be the unit for the EPSG:23030 units&quot;, you can specify in where may correction in this code, please. thank for you time and helping.<br>
<br><div class="gmail_quote">2011/8/30 Rahkonen Jukka <span dir="ltr">&lt;<a href="mailto:Jukka.Rahkonen@mmmtike.fi">Jukka.Rahkonen@mmmtike.fi</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I do not understand Spanish but it looks like you have something wrong with projections.<br>
<br>
MAP<br>
EXTENT -82.65814999999999 29.435378999999998 -82.05008 29.943614<br>
PROJECTION<br>
      &quot;init=epsg:23030&quot;<br>
   END<br>
<br>
Projection must be in meters which seem to be the unit for the EPSG:23030 units<br>
<a href="http://www.epsg-registry.org/report.htm?type=selection&amp;entity=urn:ogc:def:crs:EPSG::23030&amp;reportDetail=short&amp;style=urn:uuid:report-style:default-with-code&amp;style_name=OGP%20Default%20With%20Code&amp;title=" target="_blank">http://www.epsg-registry.org/report.htm?type=selection&amp;entity=urn:ogc:def:crs:EPSG::23030&amp;reportDetail=short&amp;style=urn:uuid:report-style:default-with-code&amp;style_name=OGP%20Default%20With%20Code&amp;title=</a><br>

<br>
The same with &quot;wms_extent&quot; &quot;-82.65814999999999 29.435378999999998 -82.05008 29.943614&quot;<br>
use extents in the EPSG:23030 system and units.<br>
<br>
-Jukka Rahkonen-<br>
<br>
<br>
________________________________<br>
Lähettäjä: <a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a> [<a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a>] käyttäjän Amalia Carolina Canavire [<a href="mailto:acarolinagc@gmail.com">acarolinagc@gmail.com</a>] puolesta<br>

Lähetetty: 30. elokuuta 2011 16:55<br>
Vastaanottaja: Lista de Usuarios de gvSIG; <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
Aihe: [mapserver-users] msWMSLoadGetMapParams(): WMS server error. Invalid SRS given: SRS must be valid for all requested layers. EPSG 23030<br>
<br>
Hola gente, una duda  usando gvsig para poder generar una vista desde un .shp debo seleccionar una proyección epsg 23030, porque no me reconece epsg 4326 (con esta opción mi vista es vacia , a que se debe?<br>
Estoy usando gvsig 1.1 por la extensión de publicación, sobre ubuntu.<br>
Debido a ello , por las dudas, respeto esta proyección epsg 23030, cuando utilizo  vista desde wms, me muestra sin problema, ahora cuando lo hago para web, me sale el error de :<br>
msWMSLoadGetMapParams(): WMS server error. Invalid SRS given: SRS must be valid for all requested layers .<br>
<br>
Si cambio la proyeccion a 4326, no sale el error pero no me muestra nada. Mi codigo es el sgte:<br>
<br>
<br>
<br>
MAP<br>
   NAME map_generated_by_gvsig<br>
   SIZE 600 400<br>
   EXTENT -82.65814999999999 29.435378999999998 -82.05008 29.943614<br>
   SYMBOLSET &quot;dmwms1.sym&quot;<br>
   FONTSET &quot;fonts.txt&quot;<br>
   LEGEND<br>
      IMAGECOLOR -1 -1 -1<br>
      LABEL<br>
         FONT &quot;vera&quot;<br>
         ANGLE FOLLOW<br>
         COLOR 0 0 0<br>
         ENCODING &quot;UTF-8&quot;<br>
         TYPE truetype<br>
         SIZE 8<br>
      END<br>
      STATUS ON<br>
      TRANSPARENT ON<br>
   END<br>
   WEB<br>
      METADATA<br>
         &quot;wms_encoding&quot; &quot;UTF-8&quot;<br>
         &quot;wms_title&quot; &quot;Mapserver WMS&quot;<br>
         &quot;wms_abstract&quot; &quot;&quot;<br>
         &quot;wms_srs&quot; &quot; EPSG:23030&quot;<br>
         &quot;wms_onlineresource&quot; &quot;<a href="http://localhost/cgi-bin/mapserv?map=%2Fvar%2Fwww%2FgisParcelsFL%2Fmap%2Fdmwms1.map" target="_blank">http://localhost/cgi-bin/mapserv?map=%2Fvar%2Fwww%2FgisParcelsFL%2Fmap%2Fdmwms1.map</a>&quot;<br>

      END<br>
   END<br>
   PROJECTION<br>
      &quot;init=epsg:23030&quot;<br>
   END<br>
   LAYER<br>
      NAME &quot;tl_2010_12001_roads.shp&quot;<br>
      STATUS ON<br>
      TYPE LINE<br>
      DATA &quot;/var/www/gisParcelsFL/tl_2010_12001_roads/tl_2010_12001_roads.shp&quot;<br>
      MAXSCALE -1.0<br>
      MINSCALE -1.0<br>
      TRANSPARENCY 100<br>
      SIZEUNITS pixels<br>
      LABELITEM &quot;FULLNAME&quot;<br>
      PROJECTION<br>
         &quot;init=epsg:23030&quot;<br>
      END<br>
      CLASS<br>
         STYLE<br>
            COLOR 153 153 153<br>
            WIDTH 1<br>
         END<br>
         NAME &quot;default&quot;<br>
         LABEL<br>
            FONT &quot;vera&quot;<br>
            ANGLE FOLLOW<br>
            COLOR 0 0 0<br>
            TYPE truetype<br>
            SIZE 7.0<br>
         END<br>
      END<br>
      METADATA<br>
         &quot;wms_title&quot; &quot;tl_2010_12001_roads.shp&quot;<br>
         &quot;wms_abstract&quot; &quot;generated by gvSIG&quot;<br>
         &quot;wms_extent&quot; &quot;-82.65814999999999 29.435378999999998 -82.05008 29.943614&quot;<br>
         &quot;gml_include_items&quot; &quot;all&quot;<br>
      END<br>
   END # Layer<br>
END # Map File<br>
<font color="#888888"><br>
--<br>
<br>
**************   :) sonrei que te queda lindo :):):):): amy cgc  **************************<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><p style="text-align: center;"><font color="#cc33cc"><font style="color: rgb(102, 51, 102);" color="#ff6600"><i><font face="comic sans ms,sans-serif">************** </font></i>  :)</font><span style="color: rgb(153, 153, 255);"> </span></font><span style="color: rgb(51, 153, 153);"></span><i><font color="#3366ff"><span style="color: rgb(153, 153, 255);"><span style="color: rgb(51, 153, 153);">sonrei que te queda lindo</span> </span><span style="color: rgb(102, 0, 0);">:):):):):<span style="color: rgb(102, 51, 102);"> </span></span></font></i><font style="color: rgb(102, 51, 102);" color="#ff6600"><font face="comic sans ms,sans-serif"><i>amy </i></font></font><i><font color="#3366ff"><span style="color: rgb(102, 0, 0);"><span style="color: rgb(102, 51, 102);">cgc</span>  **************************<br>
</span></font></i></p><br>