Most complex WMS mapserver? - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T08:42:49Zhttp://stackoverflow.com/feeds/question/406183http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/406183/most-complex-wms-mapserver1Most complex WMS mapserver?coldfusionPaul2009-01-02T06:36:15Z2009-01-02T15:18:30Z
<p>i'm building a client-side WMS parser (flex/ActionScript 3) & i'd like to test against as complex a WMS mapserver as i can find. can anyone point me to some sites?</p>
<p>thanks.</p>
http://stackoverflow.com/questions/406183/most-complex-wms-mapserver/406251#4062510Answer by Vinko Vrsalovic for Most complex WMS mapserver?Vinko Vrsalovic2009-01-02T07:52:05Z2009-01-02T07:52:05Z<p><a href="http://www.skylab-mobilesystems.com/en/wms_serverlist.html" rel="nofollow">http://www.skylab-mobilesystems.com/en/wms_serverlist.html</a>
<a href="http://onearth.jpl.nasa.gov/" rel="nofollow">http://onearth.jpl.nasa.gov/</a></p>
<p>You can also easily setup your own to test non tested features you might have with the above:</p>
<p><a href="http://mapserver.osgeo.org/ogc/wms_server.html" rel="nofollow">http://mapserver.osgeo.org/ogc/wms_server.html</a></p>
http://stackoverflow.com/questions/406183/most-complex-wms-mapserver/407058#4070580Answer by coldfusionPaul for Most complex WMS mapserver?coldfusionPaul2009-01-02T15:18:30Z2009-01-02T15:18:30Z<p>excellent, thanks. </p>
<p>yeah i have setup a few WMS server map files on our dev box but these aren't really very complicated. i was looking for something "nasty" to thoroughly test the parser lib.</p>
<p>thanks again.</p>