[maplab-users] Problem with maplab 2.2 and MapServer 4.4.2

kgrootendorst at baird.com kgrootendorst at baird.com
Wed Apr 20 12:37:27 EDT 2005


Franck,
I was receiving a similar php error message.
Unfortunately, the only solution I found was to not include the 
<PROJECTION> section.
A temporary solution at best, at least until I need to reproject on the 
fly.

I'm using MS 4.4 with PHP 4.3.7.  I just upgraded from MS 4.2 and PHP 
4.3.4, and did not have this problem until the upgrade.
I thought it was some sort of PROJ4 problem, but I'm really not sure.

Kevin

______________________________



Jeff McKenna <jmckenna at dmsolutions.ca> 
Sent by: maplab-users-bounces at lists.maptools.org
04/20/2005 12:21 PM

To
VILLOIN Franck DSIC BI <Franck.VILLOIN at interieur.gouv.fr>
cc
maplab-users at lists.maptools.org
Subject
Re: [maplab-users] Problem with maplab 2.2 and MapServer 4.4.2






Try specifying EPSG in lowercase:

  PROJECTION
    "init=epsg:27582"
  END

does that make a difference?


jeff




VILLOIN Franck DSIC BI wrote:
> Hi List,
> 
> I install on RedHat Server PHP 4.3.10, MapLab 2.2, MapServer 4.4.2 and 
> MapScript 4.4.2
> 
> When I have a declared projection in a general way in my file MAP, when 
> I use the button of preview of maplab,
> the first time the map posts myself correctly. 
> I close the preview window.
> When I push the preview button again the map is not posted.
> 
> the error message apache
> [Tue Apr 19 15:08:09 2005] [error] [client 10.237.5.9] PHP Fatal error: 
> [MapServer Error]: msProcessProjection(): projection not named, referer: 

> http://servcarto/MapLab/htdocs/mapedit/toolbar.phtml?sid=42650263129cc
> 
> [Tue Apr 19 15:08:09 2005] [error] [client 10.237.5.9]  in 
> /var/appcarto/maplab-2.2/htdocs/common/wrapper/map_session.php on line 
> 845, referer: 
> http://servcarto/MapLab/htdocs/mapedit/toolbar.phtml?sid=42650263129cc
> 
> My File Map
> 
> MAP
>   NAME "test"
>   EXTENT 5838 1620431 1197022 2677441
>   SIZE 600 600
>   SHAPEPATH "/var/appcarto/sig/sig-dsc/Data"
>   SYMBOLSET "/var/appcarto/sig/sig-dsc/Symboles/symbols.sym"
>   FONTSET "/var/appcarto/sig/sig-dsc/Fonts/fonts.txt"
>   IMAGETYPE PNG
>   IMAGECOLOR 255 255 255
>   UNITS METERS
>   PROJECTION
>     "init=EPSG:27582"
>   END
>   LAYER
>     NAME "Routier"
>     STATUS ON
>     DATA "./Routier/RESEAU_ROUTIER_NIV2"
>     TYPE LINE
>     CLASS
>       NAME "departement"
>       STYLE
>         SYMBOL 0
>         COLOR 0 0 4
>         OUTLINECOLOR 0 0 0
>       END
>     END
>   END
> END
> 
> Franck
> 


-- 
Jeff McKenna
DM Solutions Group Inc.
http://www.dmsolutions.ca

_______________________________________________
Maplab-users mailing list
Maplab-users at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/maplab-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/maplab-users/attachments/20050420/de240b75/attachment.html


More information about the Maplab-users mailing list