<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>cfis : Rendering With Style</title>
    <link>http://cfis.savagexi.com</link>
    <atom:link rel="self" type="application/rss+xml" href="http://cfis.savagexi.com/2007/07/11/rendering-with-style?format=rss"/>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Charlie Savage's Blog</description>
    <item>
      <title>Comment on Rendering With Style by Chris Tweedie</title>
      <description>&lt;p&gt;I dont disagree that to scale in an enterprise sense, tiled schemes is the best by far but i was just trying to highlight that WMS isnt as bad as everyone seems to make out.&lt;/p&gt;

&lt;p&gt;If you are able to &amp;#8220;constrain&amp;#8221; your mapping project to a distinct number of layers, styles, clients, projection and scales then congratulations, i wish all my mapping projects were that easy!&lt;/p&gt;

&lt;p&gt;Certainly taking a bit from both baskets would be to use something like Openlayers to utilise both Tiled schemes as well as dynamic WMS as overlays. Of course the problem then is the lack of interoperability &lt;em&gt;between&lt;/em&gt; tiling systems. But thats another story :)&lt;/p&gt;

&lt;p&gt;One-size doesnt fit all and i dont think Tiled systems are going to replace WMS. They serve different niches and should really coexist together.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jul 2007 18:19:08 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:2ea09da9-f7f0-4fb2-b3af-54f1a49291e0</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1903</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by Charlie</title>
      <description>&lt;p&gt;Hi Chris,&lt;/p&gt;

&lt;p&gt;Thanks for the comment.  I think a hybrid solution is definitely a good idea.  Standards would certainly be nice - but that&amp;#8217;s obviously more of a political issue than a technical one.  If enough customers want a standard, OGC, or someone else, will be happy to oblige.&lt;/p&gt;

&lt;p&gt;I also agree that one size doesn&amp;#8217;t fit all, and there is a place for the extreme flexibility of WMS.&lt;/p&gt;

&lt;p&gt;I am curious though - you don&amp;#8217;t think there is any place for some simplifications in most mapping applications (trying to hit the 80/20 rule here I suppose)?&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jul 2007 23:23:09 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:141a5ddc-6ed1-41ed-9aaa-a884189052b4</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1904</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by Chris Tweedie</title>
      <description>&lt;p&gt;Oh definately there is room to move. But its probably too hard to generalise down to a specific set of criteria unless we had some examples to work with&lt;/p&gt;

&lt;p&gt;All food for thought anyway.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jul 2007 02:20:49 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:abd52f2e-fc12-49a8-893b-c97856bb578d</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1905</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by Sean Gillies</title>
      <description>&lt;p&gt;I think the usefulness of toggling any and all map feature layers is overblown. Of course a GIS analyst needs this feature in their desktop application, but a lay-user is relying on us to use our expertise, overlay layers properly, and give them a map that&amp;#8217;s both informative and usable. A street map, for example (G/Y/M): the roads, waterways, parks, places of interest, all go together and don&amp;#8217;t have much meaning without the others.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jul 2007 10:19:22 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:25c895ea-2a73-44c0-9c54-cbd3aa45a3e0</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1906</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by Charlie</title>
      <description>&lt;p&gt;I&amp;#8217;m with Sean.  With SIAS we had an HTML client which had a super fancy layer control.  It was done as a tree - for example it might look like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Transportation
   Road Network
     Interstates
     Main Roads
   Railways
Land
  Parcels
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Etc.  95% of web users had no idea what it meant - the most they wanted was 2 or 3 checkboxes to turn groups of things on or off (roads for example).&lt;/p&gt;

&lt;p&gt;Anyways, layers are amenable to tiles - each layer gets it own set of tiles.  A browser can then put them back together by overlaying the transparent tiles (just as WMS works today).&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jul 2007 14:06:58 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:11352925-e579-4639-9626-d7097060660b</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1907</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by Chris Tweedie</title>
      <description>&lt;p&gt;If you can restrict your project down to a set number of distinct layers then i am all for it. But from my experience, where a project contains many layers/groups/themes/whatever, users enjoy the flexibility of seeing &amp;#8220;more&amp;#8221; or just seeing &amp;#8220;what they want&amp;#8221;.&lt;/p&gt;

&lt;p&gt;G/Y/M in comparison does not have many data layers but the number of users who immediately want to drape their own data over the tiles should show that people &lt;em&gt;do&lt;/em&gt; want customisation. Of course, this flexibility should not come at the expense of a nicely compiled base map and this is where G/Y/M shines.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jul 2007 22:40:45 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:527725a7-9627-4110-adb5-f99eca63cfd5</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1912</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by George Marrows</title>
      <description>&lt;p&gt;We did some of this stuff  in the latest SIAS 4.1 release. As Steve Bell mentioned in some earlier comments, 4.1 was a complete reimplementation - we switched to a J2EE app server, redid the client using dynamic JSF etc.&lt;/p&gt;

&lt;p&gt;One thing we introduced was cached/tiled maps with layering, pretty much as you describe above. The native 4.1 mapping service is clever enough to switch between cached map tiles and dynamic maps if the user does want to change style, but we tried to design the UI to &amp;#8216;keep users in the cache&amp;#8217;.&lt;/p&gt;

&lt;p&gt;Another much more minor enhancement addresses your comment about the complexity of theme trees for users - there&amp;#8217;s a customisation switch to hide all but the top level, so the theme control then becomes a series of on/off switches. We felt we had to maintain the option of the full tree - like Chris, we have customers who want their maps just so, even in a web app.&lt;/p&gt;

&lt;p&gt;Nice blog btw - I&amp;#8217;ve been mailing some of your GIS articles round the office (though not the Ruby-ish ones - I keep those for myself :-).&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jul 2007 03:11:28 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:fc72a6f9-6b5e-4380-82d7-06d3f81e4b65</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1913</link>
    </item>
    <item>
      <title>Comment on Rendering With Style by Charlie</title>
      <description>&lt;p&gt;Hi George,&lt;/p&gt;

&lt;p&gt;Thanks for the SIAS update.  Sounds like a nice system you&amp;#8217;ve implemented.  Curious how J2EE and Magik communicate.  Did you use the embedded HTTP server in Magik?  Or is it via tics or some such mechanism? Or via the magik-java bridge we built?&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jul 2007 11:05:07 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:fef841b8-1d1f-49ea-ab8f-f1f42c050e2b</guid>
      <link>http://cfis.savagexi.com/2007/07/11/rendering-with-style#comment-1941</link>
    </item>
  </channel>
</rss>
