I use mapserver to load postgis data, but get a blank map, so I don't know how to check where is the problem.<br><br><br>I enter in the browser "<a href="http://127.0.0.1/cgi-bin/mapserv?&map=/home/jack/Downloads/mapfile.map&mode=map" target="_blank">http://127.0.0.1/cgi-bin/mapserv?&map=/home/jack/Downloads/mapfile.map&mode=map</a>", just get a blank image.<br>

<br>my mapfile.map is like this:<br><br><br>MAP<br>NAME places0<br>STATUS ON<br>SIZE 420 300<br>EXTENT -20000000 -20000000 20000000 20000000<br>UNITS METERS<br>IMAGECOLOR 255 255 255<br> <br>WEB<br>TEMPLATE "template.html"<br>

IMAGEPATH "/var/www/output/"<br>IMAGEURL "/output/"<br>END<br> <br> <br>LAYER<br> STATUS default<br> GROUP "default"<br> TYPE POINT<br> CONNECTIONTYPE postgis<br> CONNECTION "dbname=osm host=localhost user=osm password=osm port=5432"<br>

 NAME "places0"<br> DATA "geometry from (select * from osm_new_places where name is not NULL order by population asc nulls first) as foo using unique osm_id using srid=3857"<br>CLASS<br>  NAME "places0"<br>

  COLOR 255 215 0<br>END<br>END<br><br>END<br> <br># end of map file<br>END<br><br><br>---------------------------------------------------------------------------------------<br><br><br>I test in postgres the sentence "select * from osm_new_places where name is not NULL order by population asc nulls first" will return many results. <br>

Also the CONNECTION define I think is right. <br><br>And I can not check wher the problem occured. <br><br>Anyone give some advice and method for this?<br><br><br><br>-- <br><div style="text-align:left"><span style="text-align:-webkit-auto">Yang Li</span><div>

GIS Developer</div><div>P.R.China</div><div><br></div></div><br>