[ka-Map-users] Precache problem
Randy Page
randy_page at yahoo.com
Wed Nov 16 10:50:47 EST 2005
Hi Jan,
I have been routinely clearing my browser cache while chasing this problem,
but it hasn't helped.
When comparing the directory structure created on the fly and by precache, I
get the exact same structure. For example:
NC\3000000\__base__\def\t-3000l-10000\<...image files>
The only difference is the png files from precache are blank (appear to have
no layers turned on.)
To simplify things, I am using a mapfile with only one layer, which I have
included at the end of this email.
So far I am totally baffled.
Thanks,
Randy
<Below: call to tile.php from precache.php>
file_get_contents("http://maps1:8080/ka-maps/tile.php?s=$scale&t=".($metaMin
Y + $j*$mapHeight)."&l=".($metaMinX +
$k*$mapWidth)."&map=".$szKey."&g=__base__") ;
<Below: mapfile>
NAME TEST1
STATUS ON
SIZE 600 600
SYMBOLSET "symbols/symbol.sym"
FONTSET "fonts/fonts.list"
EXTENT -85.0 33.43 -74.8 36.93
UNITS DD
IMAGECOLOR 255 255 255
WEB
IMAGEPATH 'tmp/ms_tmp/'
IMAGEURL '/ka-map/mapfile/tmp/ms_tmp/'
END
LAYER
NAME "States"
STATUS ON
CONNECTIONTYPE postgis
CONNECTION "user=Administrator dbname=tiger host=maps1"
DATA "the_geom from states"
FILTER "state_fips='37'"
TYPE POLYGON
TOLERANCE 1
TEMPLATE "ttt.html"
Projection
"init=epsg:4269"
End
CLASS
NAME "US States"
COLOR 255 255 185
OUTLINECOLOR 128 128 128
END
END
END
# Map File
-----Original Message-----
From: ka-map-users-bounces at lists.maptools.org
[mailto:ka-map-users-bounces at lists.maptools.org] On Behalf Of Jan Hartmann
Sent: Tuesday, November 15, 2005 8:39 AM
Cc: ka-map-users at lists.maptools.org
Subject: Re: [ka-Map-users] Precache problem
Randy,
Try clearing your browser cache before switching from auto-generated to
pre-generated tiles. Also, check the location where tiles are generated
on the fly and check if these tiles are overwritten by precache.
Jan
Randy Page wrote:
> Hi Folks,
>
>
>
> I am using the current CSV version of Ka-Map, and am having a strange
> problem with precache.php (am using the precache.php from 0.1.1) If I
> attempt to pre-generate the tiles, precache goes through and creates the
> directories and files, but each of the image files are blank (actually,
> they are the background color set in the mapfile.) So, it seems
> precache is not turning on any layers. However, if I simply hit the
> web page, it generates the tiles on the fly properly (with layers turned
> on.) I found a post which said to make the following changes, which I
> did with no improvement:
>
>
>
> line 24: the path to "tile.php" has to be local
>
> line 42: the redefinition of $ascales must be removed
>
> line 74: the call to "tile.php" needs two more parameters:
>
> &map=$szKey&g=__base__
>
>
>
> Note that my mapfile has no groups, only a bunch of layers, all of which
> are turned on by default. Any ideas as to where I am going wrong?
>
>
>
> Thanks,
>
>
>
> Randy
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users
_______________________________________________
ka-Map-users mailing list
ka-Map-users at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/ka-map-users
More information about the ka-Map-users
mailing list