[ka-Map-users] redraw issue please help
Jeffrey Reinholz
j.reinholz at delcan.com
Mon May 14 14:36:40 EDT 2007
We are trying to do a demo for work zone effects with dynamic redraws of
shape files. Problem is that
the meta info isn't causing ka-map to redraw the tiles dynamically. I
was curious if anyone else had any
issues with shapefiles and dyamic redraws and what I should look for in
fixing this issue, if it can be fixed.
I noted that the cached files for this map file where not being updated
at the interval in the meta data. I have
tried just using this layer alone, and switching to "nocache". It
appears once the tile is rendered once it is never
rendered again.
LAYER # Congestion polygon layer begins here
NAME congestion
DATA congestion-polygons.shp
STATUS DEFAULT
TYPE POLYGON
GROUP "Dynamic Layer"
METADATA
"tile_source" "redraw"
"redraw_interval" "30"
"refresh_interval" "60"
"queryable" "true"
END
CLASS
NAME "Congestion Polygons"
EXPRESSION ([SPEED] < 0.0)
TEMPLATE "template_congestion.html"
STYLE
COLOR 100 100 100
END
END
CLASS
NAME "Congestion Polygons"
EXPRESSION ([SPEED]/[SLIMIT] < 0.30)
TEMPLATE "template_congestion.html"
STYLE
COLOR 255 0 0
END
END
CLASS
NAME "Congestion Polygons"
EXPRESSION ([SPEED]/[SLIMIT] < 0.50)
TEMPLATE "template_congestion.html"
STYLE
COLOR 255 198 0
END
END
#[LENGTH]/[DELTA_T]
CLASS
NAME "Congestion Polygons"
EXPRESSION ([SPEED]/[SLIMIT] < 0.70)
TEMPLATE "template_congestion.html"
STYLE
COLOR 198 255 41
END
END
CLASS
NAME "Congestion Polygons"
EXPRESSION ([SPEED]/[SLIMIT] >= 0.70)
TEMPLATE "template_congestion.html"
STYLE
COLOR 69 241 0
END
END
CLASS
NAME "Congestion Polygons"
TEMPLATE "template_congestion.html"
STYLE
COLOR 143 143 143
END
END
END # Congestion layer ends here
More information about the ka-Map-users
mailing list