Re: [pmapper-users] Error in Plugin

2010-11-26 Thread Eduardo Bieñkowski
ALL
Adding something else to make it a little clearer:
I want to convert XY coordinates in spherical coordinates
Greetings
EB

2010/11/26 Eduardo Bieñkowski 

> Chris:
> Made the corrections you sent me, still gives me this error.
>
> [26-Nov-2010 11:42:38] PHP Fatal error: [MapServer Error]:
> msProcessProjection (): Not named projection
>  in / var/www/pmapper-4.0/plugins/coordinates/projection.php on line 7
>
> Thanks
>
> 2010/11/25 Chris Jackson 
>
> 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).
>>
>> 
>> 
>> 
>> 
>>
>> init=epsg:4326
>> 
>> 
>> init=epsg:32631
>> 
>> 
>>
>> 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  tag in your config.xml
>>
>>
>> 2010/11/25 Eduardo Bieñkowski 
>>
>>> 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
>>>
>>> 
>>>name="WGS  21S"
>>>
>>>name="longlat 
>>> init = EPSG: 4326 
>>>
>>>name="UTM21" 
>>> init = EPSG: 31721 
>>>
>>>
>>>
>>>
>>> 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
>>>
>>> 
>>>
>>>
>>>
>>>init=epsg:4326
>>>
>>>
>>>init=epsg:31721
>>>
>>>
>>>
>>> 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
>>>
>>
>>
>
>
> --
> Edu
>



-- 
Edu
--
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


Re: [pmapper-users] Error in Plugin

2010-11-26 Thread Eduardo Bieñkowski
Chris:
Made the corrections you sent me, still gives me this error.

[26-Nov-2010 11:42:38] PHP Fatal error: [MapServer Error]:
msProcessProjection (): Not named projection
 in / var/www/pmapper-4.0/plugins/coordinates/projection.php on line 7

Thanks

2010/11/25 Chris Jackson 

> 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).
>
> 
> 
> 
> 
>
> init=epsg:4326
> 
> 
> init=epsg:32631
> 
> 
>
> 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  tag in your config.xml
>
>
> 2010/11/25 Eduardo Bieñkowski 
>
>> 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
>>
>> 
>>name="WGS  21S"
>>
>>name="longlat 
>> init = EPSG: 4326 
>>
>>name="UTM21" 
>> init = EPSG: 31721 
>>
>>
>>
>>
>> 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
>>
>> 
>>
>>
>>
>>init=epsg:4326
>>
>>
>>init=epsg:31721
>>
>>
>>
>> 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
>>
>
>


-- 
Edu
--
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


Re: [pmapper-users] Error in Plugin

2010-11-25 Thread Chris Jackson
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).





init=epsg:4326


init=epsg:32631



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  tag in your config.xml


2010/11/25 Eduardo Bieñkowski 

> 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
>
> 
>name="WGS  21S"
>
>name="longlat 
> init = EPSG: 4326 
>
>name="UTM21" 
> init = EPSG: 31721 
>
>
>
>
> 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
>
> 
>
>
>
>init=epsg:4326
>
>
>init=epsg:31721
>
>
>
> 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