<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Steve,<br>
    <br>
    the query returns rows, here the code:<br>
    <br>
    &nbsp; if ($x0 == $x1 || $y0 == $y1){<br>
    &nbsp;&nbsp;&nbsp;&nbsp; $my_point = ms_newPointObj();<br>
    &nbsp;&nbsp;&nbsp;&nbsp; $my_point-&gt;SetXY($x0,$y0);<br>
    &nbsp;&nbsp;&nbsp;&nbsp; $bQquery = @$map-&gt;queryByPoint($my_point,MS_MULTIPLE,0);<br>
    &nbsp; }<br>
    &nbsp; else{<br>
    &nbsp;&nbsp;&nbsp;&nbsp; $my_rect = ms_newRectObj();<br>
    &nbsp;&nbsp;&nbsp;&nbsp; $my_rect-&gt;setextent($x0,$y0,$x1,$y1);<br>
    &nbsp;&nbsp;&nbsp;&nbsp; $bQuery = @$map-&gt;queryByRect($my_rect);<br>
    &nbsp; }<br>
    <br>
    &nbsp; if ($bQuery == MS_SUCCESS){<br>
    &nbsp;&nbsp;&nbsp; $sQueryLayers = "layers=";<br>
    &nbsp;&nbsp;&nbsp; $sQueryId = "id=";<br>
    &nbsp;&nbsp;&nbsp; for ($i=0;$i&lt;sizeof($iLayers);$i++){<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $oLayer = $map-&gt;getLayer($iLayers[$i]);<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($oLayer-&gt;status == MS_ON)<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; if ($oLayer-&gt;getNumResults() &gt; 0){<br>
    &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $oLayer-&gt;open();<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; $bResults = true;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; for ($j=0;$j&lt;$oLayer-&gt;getNumResults();$j++){<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $oResult = $oLayer-&gt;getResult($j);<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $sQueryId = $sQueryId . $oResult-&gt;shapeindex .
    ";";<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $oLayer-&gt;close();<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; $sQueryLayers = $sQueryLayers . $oLayer-&gt;name .
    "|"; <br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $sQueryId = substr($sQueryId,0,strlen($sQueryId) - 1) .
    "|";<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; }<br>
    &nbsp;&nbsp;&nbsp;&nbsp; }<br>
    &nbsp;&nbsp;&nbsp; $sQueryLayers = substr($sQueryLayers,0,strlen($sQueryLayers) -
    1);<br>
    &nbsp;&nbsp;&nbsp; $sQueryId = substr($sQueryId,0,strlen($sQueryId) - 1);<br>
    <br>
    The results is viewed in $sQueryId, a string with codes inside,
    printed via echo.<br>
    <br>
    When the draw method is called, or when drawQuery method is called
    without a query, the results is a valid map with no error messages
    in the debug file. When a query is performed, the debug file
    contents the next:<br>
    <br>
    [Fri Apr&nbsp; 1 15:40:58 2011].894202 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].894561 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].894737 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].894946 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].895111 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].895278 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].895453 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].895734 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].895944 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].896143 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].896338 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].896534 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].896707 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:58 2011].896867 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249555 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249642
    msConnPoolRequest(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433) -&gt; got 0x7f0dd70d70e0<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249653 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249670 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249678 msPostGISLayerWhichShapes called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249685 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249709 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249719 msPostGISBuildSQL called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249727 msPostGISBuildSQLItems called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249738 msPostGISBuildSQLFrom called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249748 msPostGISBuildSQLWhere called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249756 msPostGISBuildSQLSRID called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249764 msPostGISBuildSQLBox called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].249799 msPostGISLayerWhichShapes query:
    select
    "id_region",encode(AsBinary(force_collection(force_2d("the_geom")),'NDR'),'hex')
    as geom,"oid" from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where the_geom &amp;&amp;
    GeomFromText('POLYGON((-78.8957197037731
    -55.078448,-78.8957197037731 -21.6945533092872,-48.2644082962269
    -21.6945533092872,-48.2644082962269 -55.078448,-78.8957197037731
    -55.078448))',4326)<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267187 msPostGISLayerWhichShapes got 851
    records in result.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267272 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267281 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267384 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267393 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267406 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267415 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267427 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267435 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267563 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267573 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267585 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267592 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267604 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267612 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267623 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267631 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267642 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267650 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267662 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267670 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267692 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267701 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267712 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267721 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267733 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267740 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267752 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267760 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267774 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267783 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267794 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267802 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267814 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267822 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267834 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267842 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267854 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267861 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267874 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267882 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267894 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267902 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267913 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267921 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267935 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267943 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267955 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267963 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267976 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267984 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].267995 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268003 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268015 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268023 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268034 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268042 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268054 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268062 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268075 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268083 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268096 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268104 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268116 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268124 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268136 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268144 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268157 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268165 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268177 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268184 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268197 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268205 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268217 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268244 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268258 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268266 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268278 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268286 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268298 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268307 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268320 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268328 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268340 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268348 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268359 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268368 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268380 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268387 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268399 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268407 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268419 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268427 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268439 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268447 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268459 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268468 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268479 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268487 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268499 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268507 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268519 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268527 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268538 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268546 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268558 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268566 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268578 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268586 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268597 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268606 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268618 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268626 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268638 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268646 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268657 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268666 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268679 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268687 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268699 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268707 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268719 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268728 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268739 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268747 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268758 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268767 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268778 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268786 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268798 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268805 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268817 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268826 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268838 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268846 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268857 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268865 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268877 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268902 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268916 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268925 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268937 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268945 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268956 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268965 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268976 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268984 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].268996 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269004 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269017 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269025 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269037 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269045 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269057 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269065 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269076 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269085 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269096 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269104 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269116 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269124 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269135 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269143 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269155 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269163 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269174 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269182 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269195 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269203 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269215 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269223 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269235 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269243 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269255 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269263 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269274 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269282 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269294 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269302 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269315 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269323 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269335 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269343 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269355 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269363 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269375 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269383 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269395 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269403 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269414 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269422 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269434 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269442 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269453 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269462 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269473 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269481 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269493 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269500 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269512 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269520 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269531 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269539 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269569 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269578 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269589 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269597 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269609 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269617 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269628 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269636 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269647 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269655 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269667 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269675 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269686 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269694 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269706 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269714 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269725 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269733 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269744 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269752 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269765 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269773 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269785 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269793 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269804 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269813 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269824 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269832 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269844 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269852 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269864 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269871 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269883 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269891 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269902 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269910 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269922 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269930 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269942 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269950 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269962 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269969 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269981 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].269989 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270000 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270008 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270019 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270027 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270039 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270046 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270058 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270065 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270077 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270085 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270096 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270104 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270115 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270123 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270135 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270143 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270155 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270163 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270174 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270182 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270211 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270220 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270231 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270239 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270251 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270259 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270270 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270278 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270290 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270298 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270310 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270318 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270330 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270338 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270349 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270357 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270368 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270377 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270388 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270396 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270408 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270416 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270427 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270436 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270447 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270455 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270466 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270474 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270487 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270495 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270507 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270515 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270527 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270535 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270546 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270554 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270566 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270574 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270585 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270593 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270605 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270613 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270625 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270633 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270645 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270653 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270664 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270672 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270684 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270693 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270704 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270712 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270726 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270734 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270745 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270754 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270765 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270773 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270784 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270792 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270804 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270812 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270825 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270833 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270844 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270870 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270883 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270892 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270904 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270911 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270923 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270931 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270942 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270950 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270962 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270970 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270982 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].270989 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271001 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271008 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271020 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271028 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271039 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271048 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271059 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271067 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271079 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271086 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271098 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271106 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271118 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271126 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271137 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271145 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271157 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271165 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271177 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271184 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271196 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271299 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271321 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271329 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271341 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271349 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271361 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271369 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271380 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271389 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271401 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271408 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271420 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271428 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271441 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271449 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271461 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271469 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271481 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271489 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271501 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271508 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271520 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271528 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271540 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271548 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271560 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271568 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271580 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271588 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271600 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271628 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271643 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271650 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271662 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271670 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271682 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271690 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271702 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271710 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271722 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271730 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271742 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271750 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271761 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271769 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271781 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271789 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271800 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271809 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271820 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271828 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271839 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271848 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271859 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271867 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271878 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271886 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271898 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271906 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271917 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271925 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271936 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271945 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271956 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271964 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271975 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271983 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].271995 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272003 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272014 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272022 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272034 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272042 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272053 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272061 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272072 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272081 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272092 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272100 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272112 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272120 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272131 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272139 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272150 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272159 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272170 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272178 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272190 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272198 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272209 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272218 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272229 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272237 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272248 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272256 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272286 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272295 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272306 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272314 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272325 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272334 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272346 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272354 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272366 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272373 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272385 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272393 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272405 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272413 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272425 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272433 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272445 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272453 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272465 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272473 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272486 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272494 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272507 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272515 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272527 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272535 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272546 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272555 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272567 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272574 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272586 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272594 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272606 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272614 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272625 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272633 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272645 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272653 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272665 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272673 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272685 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272692 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272704 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272712 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272724 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272732 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272743 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272751 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272763 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272771 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272783 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272790 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272802 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272810 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272822 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272830 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272841 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272849 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272861 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272868 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272880 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272888 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272899 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272907 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272937 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272946 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272957 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272965 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272976 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272984 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].272996 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273004 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273015 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273023 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273035 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273042 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273054 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273062 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273074 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273082 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273093 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273101 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273112 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273120 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273132 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273140 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273151 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273160 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273171 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273179 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273190 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273198 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273210 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273217 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273229 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273237 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273248 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273257 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273268 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273276 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273287 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273295 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273307 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273315 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273326 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273364 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273379 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273386 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273398 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273406 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273417 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273425 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273436 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273444 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273456 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273464 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273475 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273483 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273494 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273503 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273514 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273522 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273533 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273541 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273552 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273560 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273572 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273580 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273591 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273617 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273630 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273638 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273650 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273657 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273669 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273677 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273688 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273696 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273707 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273715 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273727 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273735 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273747 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273755 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273766 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273774 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273786 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273794 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273806 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273814 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273826 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273834 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273846 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273854 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273865 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273873 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273885 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273893 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273905 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273913 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273925 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273932 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273944 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273952 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273964 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273972 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273984 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].273992 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274004 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274012 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274024 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274031 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274043 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274051 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274062 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274070 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274081 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274089 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274101 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274109 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274120 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274128 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274140 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274148 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274159 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274167 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274178 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274186 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274197 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274205 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274216 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274224 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274236 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274261 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274275 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274283 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274295 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274302 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274314 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274322 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274333 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274342 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274353 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274361 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274373 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274380 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274392 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274400 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274411 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274420 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274431 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274439 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274450 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274458 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274470 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274478 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274489 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274497 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274509 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274517 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274528 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274536 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274548 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274555 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274567 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274575 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274586 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274595 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274606 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274614 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274626 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274634 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274646 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274653 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274665 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274673 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274685 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274693 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274704 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274713 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274724 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274732 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274744 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274752 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274763 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274771 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274782 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274791 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274802 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274810 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274821 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274829 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274840 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274848 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274860 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274868 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274879 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274887 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274916 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274924 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274936 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274944 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274955 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274963 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274974 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274982 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].274994 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275002 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275014 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275021 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275033 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275041 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275053 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275061 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275072 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275080 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275092 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275100 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275111 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275119 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275131 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275139 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275151 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275159 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275171 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275179 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275191 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275198 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275210 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275217 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275229 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275237 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275249 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275257 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275268 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275276 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275288 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275295 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275307 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275315 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275326 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275334 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275345 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275353 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275365 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275372 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275384 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275391 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275403 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275411 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275422 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275431 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275442 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275450 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275462 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275470 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275481 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275489 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275501 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275509 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275520 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275528 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275539 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275564 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275577 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275585 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275596 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275604 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275615 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275623 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275635 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275642 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275654 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275662 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275673 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275681 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275693 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275701 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275713 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275721 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275732 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275740 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275752 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275760 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275771 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275779 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275790 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275798 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275810 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275817 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275829 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275837 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275848 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275856 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275867 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275875 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275886 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275894 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275906 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275913 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275925 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275933 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275944 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275953 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275964 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275972 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275983 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].275991 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276002 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276010 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276021 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276029 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276040 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276049 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276060 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276068 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276080 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276088 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276099 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276107 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276118 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276126 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276137 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276145 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276157 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276164 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276176 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276205 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276218 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276227 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276238 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276246 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276257 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276265 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276276 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276284 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276296 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276304 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276315 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276323 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276334 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276342 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276354 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276362 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276373 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276381 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276393 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276401 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276412 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276420 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276431 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276439 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276451 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276459 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276470 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276478 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276489 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276498 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276509 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276517 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276529 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276537 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276549 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276557 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276568 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276577 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276588 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276596 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276607 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276616 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276627 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276635 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276646 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276654 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276666 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276674 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276685 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276693 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276705 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276713 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276725 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276732 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276744 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276752 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276763 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276771 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276782 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276791 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276802 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276810 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276822 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276851 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276865 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276873 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276884 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276892 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276903 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276911 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276923 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276930 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276942 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276950 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276961 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276969 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276980 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].276988 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277000 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277007 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277019 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277026 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277039 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277047 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277058 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277066 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277077 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277085 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277096 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277104 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277116 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277124 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277135 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277143 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277155 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277163 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277174 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277182 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277194 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277202 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277213 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277221 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277232 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277240 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277252 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277260 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277272 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277279 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277291 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277299 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277310 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277318 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277330 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277338 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277349 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277357 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277368 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277376 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277387 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277395 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277461 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277471 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277483 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277491 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277502 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277510 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277522 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277530 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277563 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277572 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277584 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277593 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277604 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277612 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277624 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277632 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277644 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277652 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277663 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277671 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277683 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277692 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277703 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277712 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277723 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277731 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277743 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277751 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277763 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277771 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277783 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277791 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277802 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277811 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277822 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277831 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277843 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277851 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277863 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277871 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277883 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277891 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277902 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277910 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277922 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277930 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277942 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277950 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277962 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277970 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277982 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].277990 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278002 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278010 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278021 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278030 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278041 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278049 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278061 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278069 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278081 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278090 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278101 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278110 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278121 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278130 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278141 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278149 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278161 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278169 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278181 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278189 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278201 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278227 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278241 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278250 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278262 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278269 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278281 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278289 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278301 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278309 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278320 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278329 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278340 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278348 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278360 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278368 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278379 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278388 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278399 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278407 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278419 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278427 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278438 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278446 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278458 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278465 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278477 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278485 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278496 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278504 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278516 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278524 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278536 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278544 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278556 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278564 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278576 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278584 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278595 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278603 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278615 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278623 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278634 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278642 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278654 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278662 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278674 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278682 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278693 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278701 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278712 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278721 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278732 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278740 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278751 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278759 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278771 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278779 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278791 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278799 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278810 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278818 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278830 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278837 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278849 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278874 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278888 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278896 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278908 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278916 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278928 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278935 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278947 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278956 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278967 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278975 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278986 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].278994 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279006 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279014 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279025 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279033 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279045 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279054 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279065 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279074 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279085 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279093 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279105 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279113 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279125 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279133 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279145 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279153 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279164 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279173 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279184 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279192 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279204 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279211 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279223 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279231 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279242 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279250 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279261 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279270 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279281 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279289 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279302 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279309 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279322 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279330 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279341 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279350 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279362 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279370 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279381 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279390 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279402 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279409 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279421 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279429 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279441 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279449 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279461 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279469 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279480 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279488 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279500 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279525 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279539 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279548 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279559 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279567 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279578 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279586 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279598 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279606 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279617 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279625 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279637 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279645 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279656 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279665 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279676 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279684 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279696 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279704 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279716 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279724 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279735 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279744 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279755 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279763 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279775 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279783 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279794 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279802 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279814 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279822 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279833 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279842 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279853 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279861 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279873 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279881 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279892 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279900 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279911 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279920 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279931 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279939 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279950 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279958 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279970 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279978 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279989 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].279998 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280009 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280017 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280028 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280037 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280048 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280056 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280067 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280075 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280086 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280095 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280106 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280114 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280125 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280133 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280145 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280153 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280183 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280192 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280204 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280212 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280223 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280231 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280243 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280250 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280262 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280270 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280282 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280290 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280301 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280309 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280320 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280330 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280341 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280349 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280361 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280369 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280380 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280389 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280400 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280408 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280419 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280427 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280439 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280447 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280458 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280467 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280478 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280486 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280498 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280506 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280518 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280525 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280537 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280545 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280556 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280564 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280575 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280584 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280595 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280603 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280615 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280623 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280635 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280643 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280654 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280663 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280674 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280682 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280693 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280701 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280712 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280720 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280732 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280740 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280751 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280760 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280771 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280779 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280791 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280799 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280811 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280835 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280849 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280858 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280869 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280877 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280889 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280897 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280909 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280916 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280928 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280937 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280948 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280956 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280967 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280975 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280987 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].280995 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281006 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281014 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281026 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281034 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281045 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281053 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281065 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281073 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281085 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281092 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281104 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281112 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281124 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281132 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281143 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281152 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281163 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281172 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281184 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281192 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281204 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281236 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281247 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281256 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281267 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281275 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281286 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281295 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281307 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281314 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281326 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281334 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281346 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281354 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281365 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281373 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281385 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281393 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281405 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281413 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281425 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281433 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281445 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281453 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281465 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281473 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281485 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281514 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281528 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281536 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281548 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281556 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281568 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281576 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281587 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281595 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281607 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281615 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281626 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281634 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281646 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281654 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281666 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281674 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281685 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281693 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281705 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281713 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281725 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281732 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281744 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281752 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281764 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281772 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281784 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281792 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281804 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281811 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281823 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281831 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281843 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281851 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281862 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281871 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281882 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281890 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281902 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281910 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281922 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281930 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281942 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281950 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281962 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281970 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281982 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].281990 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282002 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282010 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282021 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282029 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282041 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282049 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282061 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282069 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282080 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282088 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282100 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282108 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282119 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282128 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282140 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282148 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282177 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282186 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282198 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282206 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282217 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282225 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282236 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282245 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282256 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282264 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282275 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282283 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282295 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282302 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282314 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282322 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282333 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282341 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282352 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282360 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282372 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282379 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282391 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282399 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282410 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282418 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282429 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282438 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282450 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282458 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282469 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282477 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282489 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282497 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282508 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282516 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282528 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282536 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282548 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282556 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282568 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282575 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282587 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282595 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282607 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282615 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282627 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282635 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282648 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282655 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282667 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282675 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282687 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282695 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282706 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282715 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282726 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282734 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282746 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282754 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282765 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282773 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282785 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282793 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282822 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282831 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282843 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282850 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282862 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282870 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282881 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282890 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282901 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282910 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282921 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282929 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282941 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282949 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282960 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282969 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282980 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].282988 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283000 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283008 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283020 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283028 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283041 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283048 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283061 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283069 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283080 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283089 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283100 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283108 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283120 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283128 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283140 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283148 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283159 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283168 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283179 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283187 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283198 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283207 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283218 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283226 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283238 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283246 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283258 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283266 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283277 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283286 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283297 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283305 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283317 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283325 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283337 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283344 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283356 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283364 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283375 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283384 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283395 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283403 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283415 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283422 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283434 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283442 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283454 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283479 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283492 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283501 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283512 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283520 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283532 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283540 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283551 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283560 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283571 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283579 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283590 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283598 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283610 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283618 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283630 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283638 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283649 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283657 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283669 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283677 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283689 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283696 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283708 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283716 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283727 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283736 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283747 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283755 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283767 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283815 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283830 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283838 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283850 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283859 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283870 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283878 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283890 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283898 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283910 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283918 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283930 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283937 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283949 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283958 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283969 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283977 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283989 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].283997 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284009 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284017 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284028 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284036 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284048 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284056 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284068 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284076 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284087 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284095 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284107 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284115 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284127 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284135 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284147 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284172 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284186 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284194 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284206 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284213 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284225 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284233 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284245 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284253 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284265 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284273 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284284 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284292 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284305 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284312 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284324 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284332 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284344 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284352 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284364 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284372 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284383 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284392 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284403 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284411 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284423 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284431 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284442 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284450 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284461 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284469 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284481 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284489 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284500 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284508 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284519 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284528 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284539 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284547 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284558 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284567 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284578 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284586 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284598 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284605 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284617 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284625 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284637 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284645 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284656 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284665 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284676 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284684 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284696 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284704 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284716 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284724 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284735 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284743 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284754 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284763 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284774 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284782 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:40:59 2011].284794 msPostGISLayerNextShape called.<br>
    [[Fri Apr&nbsp; 1 15:41:24 2011].623504 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].623825 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].624023 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].624231 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].624407 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].624593 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].624753 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].625063 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].625235 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].625398 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].625559 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].625755 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].625916 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].626109 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].626523 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].626554 msPostGISLayerOpen: No connection
    in pool, creating a fresh one.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].644796
    msConnPoolRegister(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd44ec890)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].644912 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].644928 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].644938 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].644948 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].645035 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].645054 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].695722 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].695894 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].695982 msPostGISLayerWhichShapes called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696012 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696131 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696164 msPostGISBuildSQL called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696190 msPostGISBuildSQLItems called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696337 msPostGISBuildSQLFrom called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696400 msPostGISBuildSQLWhere called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696430 msPostGISBuildSQLSRID called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696458 msPostGISBuildSQLBox called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].696661 msPostGISLayerWhichShapes query:
    select
    "oid","id_region",encode(AsBinary(force_collection(force_2d("the_geom")),'NDR'),'hex')
    as geom,"oid" from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where the_geom &amp;&amp;
    GeomFromText('POLYGON((-65.3706547152291
    -31.5276277454608,-65.3706547152291
    -29.281802102631,-61.3038893619969
    -29.281802102631,-61.3038893619969
    -31.5276277454608,-65.3706547152291 -31.5276277454608))',4326)<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741205 msPostGISLayerWhichShapes got 65
    records in result.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741370 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741401 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741602 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741634 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741672 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741699 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741735 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741761 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741796 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741823 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741858 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741884 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741919 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741946 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].741981 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742008 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742043 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742070 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742105 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742131 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742166 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742193 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742233 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742261 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742295 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742322 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742357 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742384 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742418 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742445 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742552 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742581 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742615 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742642 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742677 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742704 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742739 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742766 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742800 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742826 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742861 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742888 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742924 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742951 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].742986 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743013 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743047 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743074 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743108 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743135 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743170 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743196 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743231 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743258 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743293 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743319 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].743353 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744066 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744084 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744092 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744101 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744109 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744119 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744126 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744135 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744143 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744152 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744159 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744170 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744177 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744187 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744194 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744203 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744211 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744220 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744228 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744237 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744244 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744254 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744261 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744271 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744278 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744289 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744296 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744306 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744313 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744322 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744330 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744340 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744347 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744356 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744364 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744373 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744381 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744390 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744397 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744407 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744415 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744424 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744431 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744441 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744448 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744458 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744465 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744474 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744482 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744492 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744499 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744509 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744517 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744526 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744533 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744543 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744550 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744560 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744567 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744577 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744584 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744594 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744602 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744611 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2[Fri Apr&nbsp; 1 15:41:32 2011].665529 getSymbol():
    Symbol definition error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].665865 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].666045 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].666246 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].666419 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].666618 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].666817 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].667102 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].667313 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].667479 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].667677 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].667875 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].668041 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].668206 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].668659 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].668689 msPostGISLayerOpen: No connection
    in pool, creating a fresh one.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685553
    msConnPoolRegister(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd47a6390)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685668 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685685 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685695 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685705 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685804 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].685826 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695216 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695313 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695328 msPostGISLayerWhichShapes called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695336 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695362 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695371 msPostGISBuildSQL called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695379 msPostGISBuildSQLItems called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695463 msPostGISBuildSQLFrom called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695481 msPostGISBuildSQLWhere called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695489 msPostGISBuildSQLSRID called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695497 msPostGISBuildSQLBox called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].695582 msPostGISLayerWhichShapes query:
    select
    "oid","id_region",encode(AsBinary(force_collection(force_2d("the_geom")),'NDR'),'hex')
    as geom,"oid" from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where the_geom &amp;&amp;
    GeomFromText('POLYGON((-65.3706547152291
    -31.5276277454608,-65.3706547152291
    -29.281802102631,-61.3038893619969
    -29.281802102631,-61.3038893619969
    -31.5276277454608,-65.3706547152291 -31.5276277454608))',4326)<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700647 msPostGISLayerWhichShapes got 65
    records in result.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700738 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700749 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700814 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700824 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700836 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700843 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700853 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700861 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700871 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700879 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700889 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700896 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700906 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700914 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700924 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700931 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700941 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700948 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700959 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700966 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700976 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700984 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].700997 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701006 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701015 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701023 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701033 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701041 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701051 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701059 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701068 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701076 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701086 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701094 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701104 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701111 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701121 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701130 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701139 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701147 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701157 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701164 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701176 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701183 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701193 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701201 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701238 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701247 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701258 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701266 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701276 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701284 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701295 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701303 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701312 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701319 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701329 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701424 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701437 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701444 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701454 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701462 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701472 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701479 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701488 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701495 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701505 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701512 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701522 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701530 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701539 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701546 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701556 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701563 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701573 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701580 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701590 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701597 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701606 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701614 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701625 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701632 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701642 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701650 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701659 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701667 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701676 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701684 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701693 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701701 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701710 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701718 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701727 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701734 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701744 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701752 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701761 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701769 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701778 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701785 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701795 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701803 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701812 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701820 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701829 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701837 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701846 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701853 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701863 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701871 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701881 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701888 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701898 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701905 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701915 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701922 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701931 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701939 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701949 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701956 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701966 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].701973 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702003 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702013 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702024 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702031 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702041 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702048 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702057 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702065 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].702075 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710518 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710602 msPostGISLayerOpen: Layer is
    already open!<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710611 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710622 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710631 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710655 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].710667 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].711450 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].711999 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].712015 msPostGISLayerClose called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:32 2011].712029
    msConnPoolRelease(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd47a6390)<br>
    011].744618 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744649 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744659 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744668 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744676 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744686 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744693 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744703 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744710 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].744720 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753407 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753491 msPostGISLayerOpen: Layer is
    already open!<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753501 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753510 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753519 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753543 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].753554 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].754514 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].754973 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].754989 msPostGISLayerClose called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:24 2011].754999
    msConnPoolRelease(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd44ec890)<br>
    [Fri Apr&nbsp; 1 15:41:27 2011].533502 msPostGISLayerClose called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:27 2011].533651 msPostGISLayerIsOpen called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].705419 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].705625 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].705784 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].705945 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].706143 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].706335 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].706496 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].706793 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].706998 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].707195 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].707390 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].707588 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].707786 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708079 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708383 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708405
    msConnPoolRequest(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433) -&gt; got 0x7f0dd44ec890<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708416 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708428 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708437 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708445 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708470 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].708480 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709704 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709800 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709810 msPostGISLayerWhichShapes called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709818 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709841 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709850 msPostGISBuildSQL called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709857 msPostGISBuildSQLItems called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709869 msPostGISBuildSQLFrom called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709877 msPostGISBuildSQLWhere called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709885 msPostGISBuildSQLSRID called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709893 msPostGISBuildSQLBox called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].709930 msPostGISLayerWhichShapes query:
    select
    "oid","id_region",encode(AsBinary(force_collection(force_2d("the_geom")),'NDR'),'hex')
    as geom,"oid" from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where the_geom &amp;&amp;
    GeomFromText('POLYGON((-65.3706547152291
    -31.5276277454608,-65.3706547152291
    -29.281802102631,-61.3038893619969
    -29.281802102631,-61.3038893619969
    -31.5276277454608,-65.3706547152291 -31.5276277454608))',4326)<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713230 msPostGISLayerWhichShapes got 65
    records in result.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713309 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713318 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713347 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713355 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713365 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713373 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713383 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713390 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713399 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713407 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713416 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713424 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713434 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713440 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713450 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713585 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713597 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713605 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713614 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713622 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713631 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713639 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713652 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713660 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713669 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713677 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713686 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713694 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713704 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713711 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713721 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713728 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713737 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713745 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713754 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713762 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713772 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713779 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713788 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713796 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713805 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713813 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713823 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713831 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713840 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713848 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713858 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713865 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713874 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713882 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713891 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713899 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713908 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713916 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713925 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713933 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713942 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713950 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713959 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713967 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713976 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713983 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].713994 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714002 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714011 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714018 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714028 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714035 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714046 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714053 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714062 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714070 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714081 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714088 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714098 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714105 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714115 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714122 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714131 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714139 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714171 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714180 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714189 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714197 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714207 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714214 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714224 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714231 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714240 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714248 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714257 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714264 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714274 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714280 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714290 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714297 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714306 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714313 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714323 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714330 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714339 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714346 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714356 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714364 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714373 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714380 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714389 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714397 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714406 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714413 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714423 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714430 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714440 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714447 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714456 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714463 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714473 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714480 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714489 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714496 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714505 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714513 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714522 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714529 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714539 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714546 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714555 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714563 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714572 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714579 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].714589 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722279 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722329 msPostGISLayerOpen: Layer is
    already open!<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722337 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722687 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722695 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722720 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].722872 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].723841 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].724345 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].724362 msPostGISLayerClose called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:35 2011].724373
    msConnPoolRelease(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd44ec890)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].807683 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].808046 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].808257 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].808455 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].808660 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].808825 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].809022 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].809341 getSymbol(): Symbol definition
    error. Parsing error near (I):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].809556 getSymbol(): Symbol definition
    error. Parsing error near (II):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].809722 getSymbol(): Symbol definition
    error. Parsing error near (III):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].809885 getSymbol(): Symbol definition
    error. Parsing error near (IV):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].810060 getSymbol(): Symbol definition
    error. Parsing error near (V):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].810225 getSymbol(): Symbol definition
    error. Parsing error near (VI):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].810387 getSymbol(): Symbol definition
    error. Parsing error near (VII):(line 181)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].810839 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].810873 msPostGISLayerOpen: No connection
    in pool, creating a fresh one.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827248
    msConnPoolRegister(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd47a64d0)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827359 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827374 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827384 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827395 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827482 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].827501 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836692 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836786 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836801 msPostGISLayerWhichShapes called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836809 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836834 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836843 msPostGISBuildSQL called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836851 msPostGISBuildSQLItems called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836936 msPostGISBuildSQLFrom called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836954 msPostGISBuildSQLWhere called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836962 msPostGISBuildSQLSRID called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].836971 msPostGISBuildSQLBox called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].837057 msPostGISLayerWhichShapes query:
    select
    "oid","id_region",encode(AsBinary(force_collection(force_2d("the_geom")),'NDR'),'hex')
    as geom,"oid" from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where the_geom &amp;&amp;
    GeomFromText('POLYGON((-65.3706547152291
    -31.5276277454608,-65.3706547152291
    -29.281802102631,-61.3038893619969
    -29.281802102631,-61.3038893619969
    -31.5276277454608,-65.3706547152291 -31.5276277454608))',4326)<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841359 msPostGISLayerWhichShapes got 65
    records in result.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841412 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841420 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841488 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841497 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841508 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841516 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841526 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841534 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841543 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841551 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841561 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841568 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841578 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841586 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841595 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841603 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841613 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841621 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841631 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841639 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841648 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841656 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841669 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841677 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841687 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841694 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841704 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841712 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841722 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841729 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841739 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841747 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841756 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841764 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841774 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841781 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841791 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841798 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841808 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841815 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841825 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841833 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841843 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841851 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841861 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841868 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841878 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841886 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841895 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841903 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841912 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841919 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841929 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841937 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841946 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841954 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].841963 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842069 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842082 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842089 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842099 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842107 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842117 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842125 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842135 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842142 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842152 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842160 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842169 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842177 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842186 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842194 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842204 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842211 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842221 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842228 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842238 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842245 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842255 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842263 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842272 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842280 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842289 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842297 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842307 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842314 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842324 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842332 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842341 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842348 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842358 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842365 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842375 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842383 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842392 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842400 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842409 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842417 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842427 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842434 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842443 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842451 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842460 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842468 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842478 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842485 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842495 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842502 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842512 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842519 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842529 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842536 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842545 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842553 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842562 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842570 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842580 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842587 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842596 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842604 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842613 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842620 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842652 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842661 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842671 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842679 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842688 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842696 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842705 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842713 msPostGISReadShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].842723 msPostGISLayerNextShape called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851353 msPostGISLayerOpen called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851438 msPostGISLayerOpen: Layer is
    already open!<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851447 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851456 msPostGISLayerGetItems called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851464 msPostGISParseData called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851487 msPostGISParseData:
    unique_column=oid, srid=4326, geom_column_name=the_geom,
    table_name=(select distinct ua.oid as oid, ua.the_geom as the_geom,
    ua.id_region from unidades_academicas as ua, instituciones as i&nbsp;
    WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 ) AS foo<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].851498 msPostGISLayerGetItems executing
    SQL: select * from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo where false limit 0<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].852399 msPostGISLayerInitItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].852967 msPostGISLayerFreeItemInfo called.<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].852983 msPostGISLayerClose called:
    the_geom from (select distinct ua.oid as oid, ua.the_geom as
    the_geom, ua.id_region from unidades_academicas as ua, instituciones
    as i&nbsp; WHERE i.univ_id = ua.univ_id AND i.id_tipo_institucion = 1 )
    AS foo using SRID=4326 using UNIQUE oid<br>
    [Fri Apr&nbsp; 1 15:41:38 2011].852996
    msConnPoolRelease(UNIVERSIDADES,user=postgres
    dbname=cpres_normalizada_ona password=postgres host=localhost
    port=5433,0x7f0dd47a64d0)<br>
    <br>
    Any idea?<br>
    <br>
    Regards<br>
    Oscar<br>
    <br>
    El 31/03/11 19:44, Lime, Steve D (DNR) escribi&oacute;:
    <blockquote
cite="mid:A7F7B3043D3BF0438F1206BAA3C9933C083128635E@MNMAIL05.ead.state.mn.us"
      type="cite">
      <p class="MsoNormal"><span style="font-size: 11pt; font-family:
          &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73,
          125);">I guess we need more information. A script snippet,
          confirmation the query is returning results, error messages,
          etc&#8230;<o:p></o:p></span></p>
    </blockquote>
  </body>
</html>