Eduardo

I am no expert on this, for my purposes the following worked (epsg:3035 was
also defined as my map projection in the mapfile).

    <coordinates>
    <mapPrj name="ETRS89/ETRS-LAEA" roundTo="0">
    </mapPrj>
    <prj name="lat/lon WGS84" roundTo="4">
        <definition>init=epsg:4326</definition>
    </prj>
    <prj name="UTM31" roundTo="0">
        <definition>init=epsg:32631</definition>
    </prj>
</coordinates>

I wonder whether you just need to reformat your definitions - lowercase and
no spaces.... (I assume your badly formed tags in the snippet isn't the
actual code you are using, if so then use my snippet as a guide).

HTH
Chris

Also check the code lives in the <plugins> tag in your config.xml


2010/11/25 Eduardo Bieñkowski <eduko...@gmail.com>

> Dears
> Enable the plugin cordinate in pmapper-4.0,  and I get the following error:
>
> PHP Fatal error: [MapServer Error]: msProcessProjection (): Not named
> projection
>  in / var/www/pmapper-4.0/plugins/coordinates/projection.php on line 7
>
> I put here the configuration in config_default.xml
>
> <coordinates>
>                name="WGS <mapPrj 84 / UTM zone roundTo="0"> 21S"
>                </ MapPrj>
>                name="longlat <prj WGS84" roundTo="4">
>                    <definition> init = EPSG: 4326 </ definition>
>                </ Prj>
>                name="UTM21" <prj roundTo="0">
>                    <definition> init = EPSG: 31721 </ definition>
>                </ Prj>
>            </ Coordinates>
>
>
> Eduardo
>
>
> ----------------------------------------------------------------------------------------------------
> Español
>
> Acabo de habilitar el plugin "cordinates" en pmapper-4.0  y me da el
> siguiente error:
>
> PHP Fatal error:  [MapServer Error]: msProcessProjection(): projection not
> named
>  in /var/www/pmapper-4.0/plugins/coordinates/projection.php on line 7
>
> Pongo aquí la configuracion  en el config_default.xml
>
> <coordinates>
>                <mapPrj name="WGS 84 / UTM zone 21S" roundTo="0">
>                </mapPrj>
>                <prj name="longlat WGS84" roundTo="4">
>                    <definition>init=epsg:4326</definition>
>                </prj>
>                <prj name="UTM21" roundTo="0">
>                    <definition>init=epsg:31721</definition>
>                </prj>
>            </coordinates>
>
> Saludos
> Eduardo
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to