update:<br><br>I realized that my extents were off, so i ran orginfo and redid the extents. shp2img now works and produces the map, but the map is still blank. I also tried scales ranging from 1 to 100000 and still the map is blank. when the map loads, it looks as if it is loading the tiles, but they are blank. any and all suggestions are welcome
<br><br><div><span class="gmail_quote">On 11/15/06, <b class="gmail_sendername">metsfan</b> <<a href="mailto:aeskreis@gmail.com">aeskreis@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I am rather new to ka-Map. I did the tutorial on the ka-Map wiki, and i got<br>it working 100%. Now im trying to do a new map, based on the manhattan tax<br>blocks found at <a href="http://www.nyc.gov/html/dcp/html/bytes/dwnblk.shtml">
http://www.nyc.gov/html/dcp/html/bytes/dwnblk.shtml</a><br><br>I believe i set up everything correctly because when i do the ka-Map sample<br>interface, it shows the "Manhattan" map in the drop down menu. In addition,
<br>it shows coordinates, a scale, and i can pan. However, the space is blank.<br>here is my map file source code:<br><br>MAP<br> NAME manhatten<br> STATUS ON<br> SIZE 600 300<br> EXTENT -180 -90 180 90<br> UNITS DD<br> IMAGECOLOR 255 255 255
<br> IMAGETYPE png<br><br> WEB<br> IMAGEPATH "D:/ms4w/apps/ka-map-1.0.b1/htdocs/tmp/"<br> IMAGEURL "/ka-map/tmp/"<br> END<br><br> LEGEND<br> TRANSPARENT TRUE<br> END<br><br> SCALEBAR<br> TRANSPARENT TRUE
<br> END<br><br> LAYER<br> NAME taxblocks<br> TYPE LINE<br> STATUS ON<br> DATA "data/mn_tb.shp"<br> CLASS<br> NAME "Boundaries"<br> STYLE<br> COLOR 200 100 100<br> END
<br> END<br> END<br>END #MAP END<br><br>is there anything wrong with this?<br><br>also here is my config:<br><br>$aszMap = array (<br> 'title' => "Manhattan",<br> 'path' => "D:/ms4w/apps/ka-
map-1.0.b1/htdocs/manhattan.map",<br> 'scales' => array( 100000000, 50000000, 15000000 ),<br> 'format' =>'PNG'<br> /* Sample authorized_users entry. See auth.php for more details:<br> * ,'authorized_users' => array('popplace' => array('user1',
<br>'user2'),<br> * 'park' => array('user1')<br> */<br> );<br><br>$aszMapFiles = array(<br> "manhattan" => $aszMap<br>);<br><br>Also, when i try to go to
tile.php, it is also blank. Please help i have no<br>idea what is wrong<br>--<br>View this message in context: <a href="http://www.nabble.com/Problems-displaying-the-map-tf2640146.html#a7369986">http://www.nabble.com/Problems-displaying-the-map-tf2640146.html#a7369986
</a><br>Sent from the ka-map-users mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br>_______________________________________________<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org">
ka-Map-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br></blockquote></div><br>