<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Alex<br>
<br>
What version of PostGIS do U use?<br>
<br>
alex_chew a écrit :
<blockquote cite="mid45616203.000058.03001@bj163app93.163.com"
 type="cite">Hi,there<br>
 I tried to load all road polylines in box 104,30,106,32(EPSG:4326)
with sql:<br>
SELECT AsSVG(intersection(the_geom,GeometryFromText('POLYGON((104
30,106 30,106 32,104 32,104 30))',4326)),1,1) AS svg_geom FROM
road_polyline WHERE the_geom && setSRID('BOX3D(104 30, 106
32)'::box3d,4326)<br>
  <br>
I got some results like,<br>
"M 104.1 -30.8 l 0 -0 0 -0 0 -0 -0 -0 -0 -0 -0 -0 0 -0 "<br>
"M 104.2 -30.8 l 0 0 0 0 0 0 "<br>
"M 104.2 -30.8 l 0 0 "<br>
"M 104.2 -30.8 l 0 0 0 0 "<br>
"M 104.1 -30.8 l 0 -0 0 -0 "<br>
"M 104.1 -30.8 l 0 0 0 0 "<br>
"M 104.2 -30.8 l 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 "<br>
"M 104.1 -30.8 l 0 -0 "<br>
  <br>
what does this mean? It should be something like,<br>
M 104.1 -30.8 l 104.* -30.* l p3x p3y l p4x p4y<br>
Why does there so many zero(0)?<br>
  <br>
I cannot make it display on my SVG document.<br>
  <br>
thanks in advance.<br>
alex<br>
  <br>
<!-- footer --><br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <font style="font-size: 14.8px;" color="black"> 你 邮 箱 里 居 然 有 积 分 , 这
你 知 道 吗 ? </font> <br>
  <a
 href="http://adtaobao.allyes.com/main/adfclick?db=adtaobao&bid=600,597,58&cid=29985,198,1&sid=32501&show=ignore&url=http://event.mail.163.com/taobao/index.htm"
 target="_blank"
 style="font-size: 13px; line-height: 160%; color: blue;"> 邮 箱 积 分 居 然
能 换 20 元 钱 , 这 你 也 知 道 吗 ? 点 此 兑 换 20 元 >> </a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>