[ka-Map-users] Problems displaying the map
metsfan
aeskreis at gmail.com
Wed Nov 15 20:25:54 EST 2006
I am rather new to ka-Map. I did the tutorial on the ka-Map wiki, and i got
it working 100%. Now im trying to do a new map, based on the manhattan tax
blocks found at http://www.nyc.gov/html/dcp/html/bytes/dwnblk.shtml
I believe i set up everything correctly because when i do the ka-Map sample
interface, it shows the "Manhattan" map in the drop down menu. In addition,
it shows coordinates, a scale, and i can pan. However, the space is blank.
here is my map file source code:
MAP
NAME manhatten
STATUS ON
SIZE 600 300
EXTENT -180 -90 180 90
UNITS DD
IMAGECOLOR 255 255 255
IMAGETYPE png
WEB
IMAGEPATH "D:/ms4w/apps/ka-map-1.0.b1/htdocs/tmp/"
IMAGEURL "/ka-map/tmp/"
END
LEGEND
TRANSPARENT TRUE
END
SCALEBAR
TRANSPARENT TRUE
END
LAYER
NAME taxblocks
TYPE LINE
STATUS ON
DATA "data/mn_tb.shp"
CLASS
NAME "Boundaries"
STYLE
COLOR 200 100 100
END
END
END
END #MAP END
is there anything wrong with this?
also here is my config:
$aszMap = array (
'title' => "Manhattan",
'path' => "D:/ms4w/apps/ka-map-1.0.b1/htdocs/manhattan.map",
'scales' => array( 100000000, 50000000, 15000000 ),
'format' =>'PNG'
/* Sample authorized_users entry. See auth.php for more details:
* ,'authorized_users' => array('popplace' => array('user1',
'user2'),
* 'park' => array('user1')
*/
);
$aszMapFiles = array(
"manhattan" => $aszMap
);
Also, when i try to go to tile.php, it is also blank. Please help i have no
idea what is wrong
--
View this message in context: http://www.nabble.com/Problems-displaying-the-map-tf2640146.html#a7369986
Sent from the ka-map-users mailing list archive at Nabble.com.
More information about the ka-Map-users
mailing list