I would follow the instructions that I provided in the previous post to make sure it is not a problem with your .map file. Once you have ruled that out, then you know it must be a problem with your Chameleon settings. (if that is the case, then you should use the Chameleon mailing list for this question) You might also want to try your Chameleon application with another mapfile.

---
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/





On 16-Jun-08, at 6:52 PM, Henric Ernstson wrote:

Hi list and Jeff I have looked at my app and my map-file

eny one out there knowing any thing about chameleon line 215
say
               $this->oMap = ms_newMapObj($szMapFile, $szMapFilePath);

and that give me problem using large datasets.




-----Ursprungligt meddelande-----
Fran: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Jeff McKenna
Skickat: den 16 juni 2008 00:29
Till: Mapserver-users
Amne: Re: [mapserver-users] to large files? or


MapServer (through the GDAL library) handles raster files of that size
very well.  To test your mapfile I would:

1) open a command prompt and execute c:\ms4w\setenv.bat)
2) cd into your map folder
3) test the mapfile with a shp2img command:
        shp2img -m base3_b.map -o test.png -map_debug 3

A png should be produced of your map, or an error message should be
displayed with a line number.

If shp2img gives no error and produces a valid map image, then it is a
problem on the application side.

---
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/





On 15-Jun-08, at 2:46 PM, Henric Ernstson wrote:

I have a functional chameleon app. I use many raster-data set and
shp-files.
No I get problem with some new rasterdata that I use. I get the
following
error. .. ..
Yes I have added some wery large dataset (>290 Meg per rasterfile)...


Warning: [MapServer Error]: getString(): Parsing error near (8):
(line 126)
in C:\ms4w\apps\chameleon\htdocs\common\wrapper\map_session.php on
line 215

Warning: Failed to open map file
C:\ms4w\apps\chameleon\samples\htdocs\/../map/base3_b.map in
C:\ms4w\apps\chameleon\htdocs\common\wrapper\map_session.php on line
215

Fatal error: Call to a member function set() on a non-object in
C:\ms4w\apps\chameleon\htdocs\widgets\KeyMap\KeyMap.widget.php on
line 197
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to