Stefanos,

It looks like you have a duplicate MAP line in there.

You are also specifying an extent that is from 5 deg west longitude to 0 deg 
longitude and from the equator to 5 deg north latitude.  Does your data fall in 
that part of the world?

David.

From: Stefanos Anastasiou [mailto:emperor_s...@yahoo.gr]
Sent: Monday, February 10, 2014 10:10 AM
To: Fawcett, David (MNIT); j...@mapmedia.de; mapserver-users@lists.osgeo.org
Subject: Σχετ: [mapserver-users] Σχετ: Mapserver can't read mapfile

Yeah sorry... I guess you're right.  This is my mapfile:

MAP
NAME Peloponisos
MAP
UNITS dd
SIZE 640 480
IMAGECOLOR 255 255 255
IMAGETYPE png
SHAPEPATH "/home/mapdata/data"
EXTENT -5.00 0.00 0.00 5.00

WEB
    TEMPLATE '/usr/local/apache2/htdocs/pelop.html'
    IMAGEPATH '/usr/local/apache2/htdocs/tmp'
    IMAGEURL '/tmp/'
END

LAYER
   NAME 'geodata'
   DATA "aisthitika_dash"
   STATUS default
   TYPE polygon
   LABELCACHE on
   LABELITEM 'TEXTSTRING'
   CLASS
       NAME "Dasi"
       STYLE
          COLOR 212 192 100
       END
       LABEL
          COLOR 0 0 0
          SIZE small
       END #Label
  END #Class
END #layer
END #mapfile

Στις 6:00 μ.μ. Δευτέρα, 10 Φεβρουαρίου 2014, ο/η "Fawcett, David (MNIT)" 
<david.fawc...@state.mn.us<mailto:david.fawc...@state.mn.us>> έγραψε:
To further diagnose this, it would be useful to see the contents of you 
mapfile.  If no errors are being thrown, it is quite possible that there is an 
issue with spatial reference systems, bounding boxes, or class expressions.

David.

From: 
mapserver-users-boun...@lists.osgeo.org<mailto:mapserver-users-boun...@lists.osgeo.org>
 [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stefanos 
Anastasiou
Sent: Monday, February 10, 2014 9:50 AM
To: j...@mapmedia.de<mailto:j...@mapmedia.de>; 
mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>
Subject: [mapserver-users] Σχετ: Mapserver can't read mapfile

Sorry fellows...  indeed there is a typo but in this e-mail... I checked my 
files again and they seem correct...

If I type on my browser:  
http://127.0.0.1/cgi-bin/mapserv?map=/home/mapdata/pelop.map&mode=map   all I 
get is a blank page. The data folder has full permissions:  drwxrwxrwx

All other shapefiles are working correctly but yesterday I just added two more 
in the folder and all I get is a blank screen...     (?)


Στις 5:37 μ.μ. Δευτέρα, 10 Φεβρουαρίου 2014, ο/η Jörg Thomsen 
<j...@mapmedia.de<mailto:j...@mapmedia.de>> έγραψε:
Hi,

please have a look at your path:
> http://127.0.0.1/cgi-bin/mapserv?map=/home/mapdata/pelop.map
and
> http://127.0.0.1/cgi-bin/mapserv?map=/home/mapdata/pelop/map

I guess the first one is correct and that's why you get the error-msg
with the 2nd one. So, what exactly is the result of the request
http://127.0.0.1/cgi-bin/mapserv?map=/home/mapdata/pelop.map&mode=map ?
it sounds like a white image, not nothing. In this case you should check
the bboxes and srs first.

regards, Jörg

Am 10.02.2014 16:15, schrieb Stefanos Anastasiou:
> Hello!!
>
> I'am having my mapfile place in /home/mapdata folder whereas I also keep
> a couple of other mapfiles too.
> I'm trying to load it in the following form on the
> browser: http://127.0.0.1/cgi-bin/mapserv?map=/home/mapdata/pelop.map&mode=map
>
> and all I get is a blank page. No errors no nothing.
>
> Then I created an html template in order to click it from there by
> creating a simple link (and not a from) in the following hyperlink:  <a
> href="http://127.0.0.1/cgi-bin/mapserv?map=/home/mapdata/pelop/map&mode=map>
> This link </a>
>
> And I get the following error: msLoadMap(): Unable to access file.
>
> Last time this happened I was invoking Mapserver through a form but this
> time it's just a simple link.
>
> Why is it happening ?
>
> The weird thing is that all the other mapfiles that are seem to be
> working are are having the same permission settings with the
> current: -rw-r--r--
>
> Thanks a lot!

>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to