<!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">
>From my experience with a firebrigades application in the Netherlands
where we calculate drive time spiders, I know that every time you
generate a road block or open a road, the entire network has to be
pre-processed. In the case we went through, this ment recalculating a
network of 200000 streetsegments per customer and re-calculation took
an average of 20 seconds. So it is technically possible, just make sure
you make it a well structured background process.<br>
<br>
Jason Birch schreef:
<blockquote
 cite="mid:8E468917B01800408B91984428BE03DD072A5B5F@starfish.nanaimo.ca"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.6000.16544" name="GENERATOR">
  <div dir="ltr" align="left"><span class="196544320-08112007"><font
 color="#0000ff" face="Arial" size="2">Have you seen the dynamic
routing that Christopher Schmidt has done with OpenLayers?</font></span></div>
  <div dir="ltr" align="left"><span class="196544320-08112007"></span> </div>
  <div dir="ltr" align="left"><span class="196544320-08112007"><font
 color="#0000ff" face="Arial" size="2"><a moz-do-not-send="true"
 href="http://crschmidt.net/blog/archives/268/openlayers-routing-with-a-little-help-from-my-friends/">http://crschmidt.net/blog/archives/268/openlayers-routing-with-a-little-help-from-my-friends/</a></font></span></div>
  <div dir="ltr" align="left"><span class="196544320-08112007"></span> </div>
  <div dir="ltr" align="left"><span class="196544320-08112007"><font
 color="#0000ff" face="Arial" size="2">It's pretty cool.  Much of the
routing work could be done for you by using this code (assuming that
Chris is sharing).  I think that in either case the network has to be
pre-calculated though, so on-the-fly addition of road blocks and the
like may not be technically possible.</font></span></div>
  <div dir="ltr" align="left"><span class="196544320-08112007"></span> </div>
  <div dir="ltr" align="left"><span class="196544320-08112007"><font
 color="#0000ff" face="Arial" size="2">Jason<br>
  <br>
  </font></span>
  <hr tabindex="-1"><font face="Tahoma" size="2"><b>From:</b> Matthew
Pulis<br>
  <b>Subject:</b> [postgis-users] Open Source GIS System<br>
  </font></div>
I am preparing to build up a GIS system as part of my University
Masters Thesis. My final aim is to build a system where the user inputs
(or via GPS)
inputs the location where he is and the location where he want to go and gets the route planned. My main concern will be that the driver can decide which route to take, if the shortest
distance, least time consuming or else least fuel consumption. Also the
route planned has to be aware of certain problems that the network can
find, for example road blocks, or some other type of incidents /
accidents.
  <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>
<br>
<div class="moz-signature">-- <br>
<title>3DSite</title>
<meta http-equiv="Content-Type" content="text/html; ">
<style type="text/css">
<!--
body {
        background-color: #FFFFFF;
        margin-left: 5px;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
}
body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
}
.style4 {font-size: 9px; }
.style5 {font-size: 9px; color: #CCCCCC; }
-->
</style>
<meta content="MSHTML 6.00.2900.2912" name="GENERATOR">
<br>
<table border="0" cellpadding="0" cellspacing="0" width="400">
  <tbody>
    <tr>
      <td rowspan="3" align="left" height="0" valign="bottom" width="15"><br>
      </td>
      <td colspan="2" align="left" height="78" valign="top" width="0">
      <p class="style4">Milo van der Linden
      <br>
      <a href="skype:milovanderlinden?add">skype: milovanderlinden</a><br>
      <a href="mailto:mlinden@zeelandnet.nl">mlinden@zeelandnet.nl</a><br>
      <a href="mailto:milovanderlinden@gmail.com">milovanderlinden@gmail.com</a><br>
      <a href="mailto:milo@3dsite.nl">milo@3dsite.nl</a><br>
      <a href="http://www.3dsite.nl">http://www.3dsite.nl</a><br>
      </p>
      </td>
      <td rowspan="3" align="left" height="0" valign="top" width="15"> </td>
      <td valign="top" width="300">
      <p class="style5"><span lang="NL">De informatie in dit bericht
reflecteert mijn persoonlijke mening en niet die van een bedrijf of
instantie. Aan de informatie kunnen geen rechten worden ontleend.
Indien dit bericht onderdeel is van een forum, mailing-list of
community dan gelden automatisch de bij het betreffende medium
behorende voorwaarden.</span>
      <span lang="EN">The information in this message reflects my
personal opinion and not that of a company or public body. All rights
reserved.If this message is contained in a mailing-list or community,
the rights on the medium are automatically adapted.</span></p>
      </td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>