update:<br><br>I realized that my extents were off, so i ran orginfo and redid the extents.&nbsp; shp2img now works and produces the map, but the map is still blank.&nbsp; 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.&nbsp; any and all suggestions are welcome
<br><br><div><span class="gmail_quote">On 11/15/06, <b class="gmail_sendername">metsfan</b> &lt;<a href="mailto:aeskreis@gmail.com">aeskreis@gmail.com</a>&gt; 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.&nbsp;&nbsp;I did the tutorial on the ka-Map wiki, and i got<br>it working 100%.&nbsp;&nbsp;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 &quot;Manhattan&quot; map in the drop down menu.&nbsp;&nbsp;In addition,
<br>it shows coordinates, a scale, and i can pan.&nbsp;&nbsp;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>&nbsp;&nbsp; IMAGEPATH &quot;D:/ms4w/apps/ka-map-1.0.b1/htdocs/tmp/&quot;<br>&nbsp;&nbsp; IMAGEURL &quot;/ka-map/tmp/&quot;<br> END<br><br> LEGEND<br>&nbsp;&nbsp; TRANSPARENT TRUE<br> END<br><br> SCALEBAR<br>&nbsp;&nbsp; TRANSPARENT TRUE
<br> END<br><br> LAYER<br>&nbsp;&nbsp; NAME taxblocks<br>&nbsp;&nbsp; TYPE LINE<br>&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp; DATA &quot;data/mn_tb.shp&quot;<br>&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME &quot;Boundaries&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 200 100 100<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'title' =&gt; &quot;Manhattan&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'path' =&gt; &quot;D:/ms4w/apps/ka-
map-1.0.b1/htdocs/manhattan.map&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'scales' =&gt; array( 100000000, 50000000, 15000000 ),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'format' =&gt;'PNG'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* Sample authorized_users entry. See auth.php for more details:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* ,'authorized_users' =&gt; array('popplace' =&gt; array('user1',
<br>'user2'),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'park'&nbsp;&nbsp;&nbsp;&nbsp; =&gt; array('user1')<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/<br> );<br><br>$aszMapFiles = array(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;manhattan&quot;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; $aszMap<br>);<br><br>Also, when i try to go to 
tile.php, it is also blank.&nbsp;&nbsp;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>