<div dir="ltr">Depends on your requirements. If you just want to visualize typical traffic conditions, MapServer can do the job, it's pretty straightforward. Just join your road geometries with the congestion data (actual speed / free-flow speed), apply some filters (SQL conditions) on road class and maybe congestion (omitting non-congested roads), and render that in the appropriate color.<div><br></div><div>If, on the other hand, you have a feed with speeds that vary frequently, it gets tricky because you can't really use a regular tile cache. I ended up abandoning MapServer for this - the problem was not so much the rendering, but PostGIS was getting overwhelmed. If you get your speed data from a company like HERE or INRIX, you should be able to use their tilers. If not, you have a nice challenge.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 23, 2020 at 11:20 AM Steve Lime <<a href="mailto:sdlime@gmail.com">sdlime@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto">How are the data stored? With PostGIS one could aggregate features (ST_Collect?) based on an attribute and render that. You’re still drawing each segment but likely more efficiently.</div></div><div dir="auto"><br></div><div dir="auto">—Steve</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 22, 2020 at 4:25 PM Atlanta Geek <<a href="mailto:atlantageek@gmail.com" target="_blank">atlantageek@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Is there a good way to show heavy traffic using mapserver without drawing each individual road segment as a different line.</div>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a></blockquote></div></div>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a></blockquote></div>