<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2745.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Metsfan,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You may have already tried this, but here's a 
troubleshooting page for ka-Map:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><A 
href="http://ka-map.ominiverdi.org/wiki/index.php/Troubleshooting">http://ka-map.ominiverdi.org/wiki/index.php/Troubleshooting</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I had a similar problem 
before&nbsp;although&nbsp;the&nbsp;cause is&nbsp;probably different from 
yours.</FONT></DIV>
<DIV><FONT face=Arial size=2>(My problem was&nbsp;I&nbsp;had "UNITS DD" despite 
that my data was in meters...)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Junya</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=aeskreis@gmail.com href="mailto:aeskreis@gmail.com">Adam Eskreis</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=ka-map-users@lists.maptools.org 
  href="mailto:ka-map-users@lists.maptools.org">ka-map-users@lists.maptools.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 21, 2006 8:20 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [ka-Map-users] Problems 
  displaying the map</DIV>
  <DIV><BR></DIV>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="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><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 "Manhattan" 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 
    "D:/ms4w/apps/ka-map-1.0.b1/htdocs/tmp/"<BR>&nbsp;&nbsp; IMAGEURL 
    "/ka-map/tmp/"<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 
    "data/mn_tb.shp"<BR>&nbsp;&nbsp; 
    CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
    "Boundaries"<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; 
    "Manhattan",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'path' 
    =&gt; "D:/ms4w/apps/ka- 
    map-1.0.b1/htdocs/manhattan.map",<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; 
    "manhattan"&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>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>ka-Map-users mailing 
  list<BR>ka-Map-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/ka-map-users<BR></BLOCKQUOTE></BODY></HTML>