<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.10" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>OpenLayers Blog</title>
	<link>http://openlayers.org/blog</link>
	<description>All the maps that are fit to blog</description>
	<pubDate>Fri, 09 May 2008 03:53:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.10</generator>
	<language>en</language>
			<item>
		<title>New and Improved Examples</title>
		<link>http://openlayers.org/blog/2008/05/08/new-and-improved-examples/</link>
		<comments>http://openlayers.org/blog/2008/05/08/new-and-improved-examples/#comments</comments>
		<pubDate>Fri, 09 May 2008 03:53:09 +0000</pubDate>
		<dc:creator>crschmidt</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/05/08/new-and-improved-examples/</guid>
		<description><![CDATA[With a bunch of work from Tim, and a little bit of serverside admin cleanup on my part, I&#8217;m proud to announce that as of today, the OpenLayers Examples are a lot nicer.
Improvements include:

Shiny UI for browsing the examples, including keyword search
Improved consistency of display of examples
Changing the examples on the live server to depend [...]]]></description>
			<content:encoded><![CDATA[<p>With a bunch of work from Tim, and a little bit of serverside admin cleanup on my part, I&#8217;m proud to announce that as of today, the <a href="http://openlayers.org/dev/examples/">OpenLayers Examples</a> are a lot nicer.</p>
<p>Improvements include:</p>
<ul>
<li>Shiny UI for browsing the examples, including keyword search</li>
<li>Improved consistency of display of examples</li>
<li>Changing the examples on the live server to depend on a singlefile build &#8212; no longer need to wait multiple minutes just to see a single example.</li>
</ul>
<p>I&#8217;d like to thank the original doc team workers from the FOSS4G sprint team led by Josh Livni to get the titles/descriptions for most of these in place, Tim for his work on creating the nicer UI and getting me to update the server to point to it by default, and all OpenLayers contributors for making the number of features we have so easy to demonstrate!
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/05/08/new-and-improved-examples/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenLayers 2.6 Release</title>
		<link>http://openlayers.org/blog/2008/04/15/openlayers-26-release/</link>
		<comments>http://openlayers.org/blog/2008/04/15/openlayers-26-release/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 00:57:17 +0000</pubDate>
		<dc:creator>crschmidt</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/04/15/openlayers-26-release/</guid>
		<description><![CDATA[The OpenLayers Development Team is proud to announce release of OpenLayers 2.6.  As of this final release, the OpenLayers 2.6 release closes 294 outstanding tickets. This is the largest of any OpenLayers release to date. This release features a number of major developments, including:

Integration of the CloudAmber &#8220;Google Like&#8221; popups for advanced visual display [...]]]></description>
			<content:encoded><![CDATA[<p>The OpenLayers Development Team is proud to announce release of OpenLayers 2.6.  As of this final release, the OpenLayers 2.6 release closes 294 outstanding tickets. This is the largest of any OpenLayers release to date. This release features a number of major developments, including:</p>
<ul>
<li>Integration of the CloudAmber &#8220;Google Like&#8221; popups for advanced visual display of information in popups
<ul>
<li>Resulting improvements throughout all popup code, including autosizing popups to the content they contain.</li>
</ul>
</li>
<li>Improved panning of commercial layers like Google Maps and Yahoo! Maps</li>
<li>Animated panning of the map, using OpenLayers.Tween support</li>
<li>Layer Image transitions, for keeping images visible when zooming to allow smoother transitions</li>
<li>Client side reprojection support using built in transformations for spherical mercator, or the proj4js library for other projections.
<ul>
<li>Support for reprojecting vector data layers</li>
<li>Support for reprojecting user-facing controls like mouseposition</li>
<li>Support for programatically reprojecting points and geometries</li>
</ul>
</li>
<li>Improved OpenLayers Styling, including:
<ul>
<li>OpenLayers.Style, OpenLayers.StyleMap, OpenLayers.Rule support for improved feature-attribute based styling</li>
<li>SLD read/write support</li>
</ul>
</li>
<li>Support for reading and writing multiple versions of WMC.</li>
<li>Improved KML support, including KML styling support.</li>
<li>Improved GeoRSS Format support, including GeoRSS GML read support.</li>
<li>New ScaleLine Control for displaying visual scale</li>
<li>New NavigationHistory control for map history navigation</li>
<li>Localization/Better Internationalization support</li>
<li>Layer support for MapGuide Open Source</li>
<li>A number of new / improved handlers to make handling user interactions easier</li>
</ul>
<p>A thank you again to <a href="http://openlayers.org/pipermail/users/2008-April/005329.html">all the people</a> who helped to make this release happen.</p>
<p>Regards,</p>
<p>The OpenLayers Team
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/04/15/openlayers-26-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vector Behavior</title>
		<link>http://openlayers.org/blog/2008/04/15/vector-behavior/</link>
		<comments>http://openlayers.org/blog/2008/04/15/vector-behavior/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 13:06:23 +0000</pubDate>
		<dc:creator>tschaub</dc:creator>
		
		<category>Vector</category>

		<category>Features</category>

		<category>Future</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/04/15/vector-behavior/</guid>
		<description><![CDATA[Since 2.6 is almost here, I thought it was time to look to the future again.  OpenLayers currently packs a lot into its Layer classes.  This is handy.  It also makes it a bit hard to reuse parts of the library in areas that the original developer might not have anticipated.  [...]]]></description>
			<content:encoded><![CDATA[<p>Since 2.6 is almost here, I thought it was time to look to the future again.  OpenLayers currently packs a lot into its Layer classes.  This is handy.  It also makes it a bit hard to reuse parts of the library in areas that the original developer might not have anticipated.  We&#8217;ve been improving on this with Handler and Format classes.  Now it&#8217;s time to start tearing apart vector layers.</p>
<p>I&#8217;ve started extracting out <a title="vector behavior proposal" href="http://trac.openlayers.org/wiki/Proposal/VectorBehavior">vector layer behavior</a> in a sandbox (that will be gone in 6 months or so).  A simple example demonstrates the differences.  See the <a title="old GML layer" href="http://dev.openlayers.org/sandbox/topp/almanac/examples/gml-layer.html">old GML layer</a> in action and compare to the <a title="Vector2 layer example" href="http://dev.openlayers.org/sandbox/topp/almanac/examples/v2-fixed-http-gml.html">new Vector2 layer</a> with behavior.  Both are pretty boring and do just about the same thing.</p>
<p>In the new design, instead of  creating a layer like:</p>
<blockquote><p>var layer = new OpenLayers.Layer.GML(&#8221;GML&#8221;, &#8220;gml/polygon.xml&#8221;);</p></blockquote>
<p>The vector behavior example (v2-fixed-http-gml.html) does the following:</p>
<blockquote><p>var layer = new OpenLayers.Layer.Vector2(&#8221;GML&#8221;, {<br />
strategy: new OpenLayers.Strategy.Fixed(),<br />
protocol: new OpenLayers.Protocol.HTTP({url: &#8220;gml/polygon.xml&#8221;}),<br />
format: new OpenLayers.Format.GML()<br />
});</p></blockquote>
<p>Looks horrible, right?  And the example name is so long and tedious as well.</p>
<p>The point is that the existing GML layer wraps up a bunch (well, a bit) of vector behavior into a single class.  The GML layer requests all data once (that&#8217;s a strategy), it uses HTTP (that&#8217;s a protocol), and it parses responses as GML (that&#8217;s a format).</p>
<p>The new design separates strategy, protocol, and format.  A strategy is tied to a layer (it has a reference to a layer and can only be used with a layer).  A protocol is tied to a format (it has a reference to a format).  You can swap out the format for a protocol (in theory) and you can use a protocol in the absence of a layer.</p>
<p>The result is that we can use these parts elsewhere.  People can mix and match as they like.  We can develop new strategies, protocols, and formats independently - assumptions about how they are integrated doesn&#8217;t need to be tied up in a layer.</p>
<p>Then, of course, we can make things convenient again.  The GML layer can use a Fixed strategy, an HTTP protocol, and a GML format.  The WFS layer can use a BBOX strategy, a WFS protocol, and a GML format.  We can create strategies that automatically send updates as features are modified, we can create layers that use the AtomPub protocol, we can create layers that use a protocol to talk to client-side storage, etc.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/04/15/vector-behavior/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenLayers Summer of Code</title>
		<link>http://openlayers.org/blog/2008/03/18/openlayers-summer-of-code/</link>
		<comments>http://openlayers.org/blog/2008/03/18/openlayers-summer-of-code/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 15:13:55 +0000</pubDate>
		<dc:creator>crschmidt</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/03/18/openlayers-summer-of-code/</guid>
		<description><![CDATA[OSGeo announced yesterday that it had been accepted to the Summer of Code project from Google:
OSGeo is pleased to announce that Google has accepted OSGeo as mentoring organization for the Google Summer of Code 2008 program. This program provides funding for students to work on open source projects under the support of experienced mentors. The [...]]]></description>
			<content:encoded><![CDATA[<p>OSGeo announced yesterday that it had been accepted to the Summer of Code project from Google:</p>
<blockquote><p>OSGeo is pleased to announce that Google has accepted OSGeo as mentoring organization for the Google Summer of Code 2008 program. This program provides funding for students to work on open source projects under the support of experienced mentors. The projects participating through OSGeo are OpenLayers, GDAL, GRASS, Mapbender, Quantum GIS, MapServer, GeoServer, GeoTools, uDig, OpenJUMP/Degree.</p></blockquote>
<p>OpenLayers being in this list means that we can accept student proposals for SoC Projects starting next week. We&#8217;ve got <a href="http://trac.openlayers.org/wiki/SummerOfCode">our list of ideas</a>, but of course, we accept students proposing their own ideas as well!</p>
<p>If you&#8217;re interested or curious, please feel free to drop us a line, either on the <a href="http://openlayers.org/mailman/listinfo/dev">Developers mailing list</a> or by stopping by on irc.freenode.net / #openlayers.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/03/18/openlayers-summer-of-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smooth Navigation II (Google Style)</title>
		<link>http://openlayers.org/blog/2008/03/12/smooth-navigation-ii-google-style/</link>
		<comments>http://openlayers.org/blog/2008/03/12/smooth-navigation-ii-google-style/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 19:59:38 +0000</pubDate>
		<dc:creator>tschaub</dc:creator>
		
		<category>Features</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/03/12/smooth-navigation-ii-google-style/</guid>
		<description><![CDATA[If you&#8217;ve considered using the Google Layer in OpenLayers but decided against it because of that annoying flicker and weirdly jerky and sluggish drag-panning, have another look.  Google started exporting a getDragObject in version 2.93.  This was exactly what we needed, and it let us ditch the obfuscated non-API methods that we were [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve considered using the Google Layer in OpenLayers but decided against it because of that annoying flicker and weirdly jerky and sluggish drag-panning, have <a title="Smooth Google Example" href="http://openlayers.org/dev/examples/google.html">another look</a>.  Google started exporting a <a title="GMap2 API Reference" href="http://code.google.com/apis/maps/documentation/reference.html#GMap2">getDragObject</a> in version 2.93.  This was exactly what we needed, and it let us <a title="OpenLayers Changeset" href="http://trac.openlayers.org/changeset/6492#file4">ditch</a> the obfuscated non-API methods that we were relying on for getting around the flicker (we only had a workaround for version 2.82).</p>
<p>So now, in addition to nice animated panning and smooth zoom transitions, if you&#8217;re a Google Layer user, you get flicker free panning.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/03/12/smooth-navigation-ii-google-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smooth Navigation</title>
		<link>http://openlayers.org/blog/2008/03/06/smooth-navigation/</link>
		<comments>http://openlayers.org/blog/2008/03/06/smooth-navigation/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 23:17:54 +0000</pubDate>
		<dc:creator>tschaub</dc:creator>
		
		<category>Features</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/03/06/smooth-navigation/</guid>
		<description><![CDATA[The upcoming 2.6 release will have a couple of nice visual enhancements for map navigation.  The first is a  map.panTo method which uses easing methods to slide the map to a new center.  The second is layer transitions, which (in their current form) resize existing tiles while waiting for new tiles to [...]]]></description>
			<content:encoded><![CDATA[<p>The upcoming 2.6 release will have a couple of nice visual enhancements for map navigation.  The first is a  map.panTo method which uses easing methods to slide the map to a new center.  The second is layer transitions, which (in their current form) resize existing tiles while waiting for new tiles to load - giving users something to look at while new data comes down.  Future layer transitions will include animated zooming with the same sort of easing methods as the smooth panning.</p>
<p>Both enhancements can be seen in the <a title="OpenLayers Transitions" href="http://openlayers.org/dev/examples/transition.html">transition example</a>.  Smooth panning is enabled by default, use the pan buttons to see the map ease to a new location.  The map panMethod options lets you control the type of easing (or turn it off).</p>
<p>The layer transitions are controlled on a layer by layer basis.  Open the layer switcher on the above example to see the &#8220;resize&#8221; transition for single-tile and multi-tile layers (zoom and pan to see the effect).</p>
<p>Thanks to Pierre Giraud (Camptocamp) for leading the easing/smooth panning effort, and thanks to Paul Spencer (DM Solutions) for taking on layer transitions.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/03/06/smooth-navigation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Open Geo-Stack: OpenLayers, GeoServer, PostGIS @ Where 2.0</title>
		<link>http://openlayers.org/blog/2008/03/03/the-open-geo-stack-openlayers-geoserver-postgis-where-20/</link>
		<comments>http://openlayers.org/blog/2008/03/03/the-open-geo-stack-openlayers-geoserver-postgis-where-20/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 04:21:51 +0000</pubDate>
		<dc:creator>crschmidt</dc:creator>
		
		<category>Conferences</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/03/03/the-open-geo-stack-openlayers-geoserver-postgis-where-20/</guid>
		<description><![CDATA[The Where 2.0 Preliminary Agenda has been published: avid users of OpenLayers will notice The Open Geo-Stack: OpenLayers, GeoServer, PostGIS available as a half day Tutorial, at 1:30pm Monday, 05/12/2008:
An open geo-stack offers a flexible and feature filled solution for your web mapping needs. Store your data with PostGIS, set up GeoServer to publish it, [...]]]></description>
			<content:encoded><![CDATA[<p>The Where 2.0 Preliminary Agenda has been published: avid users of OpenLayers will notice <a href="http://en.oreilly.com/where2008/public/schedule/detail/1724">The Open Geo-Stack: OpenLayers, GeoServer, PostGIS</a> available as a half day Tutorial, at 1:30pm Monday, 05/12/2008:</p>
<blockquote><p>An open geo-stack offers a flexible and feature filled solution for your web mapping needs. Store your data with PostGIS, set up GeoServer to publish it, and develop an OpenLayers based client for the browser. This tutorial will focus on these three core components of an open source geo-stack and will also cover architectures that cross the proprietary/open source divide.</p></blockquote>
<p>If you&#8217;re interested in learning more about the complete stack of open source software you can use to publish geographic data over the web with versioning, interested in learning a bit more about the server behind some OpenLayers applications, or just want to refresh yourself on the technology around OpenLayers in general, this looks like it may of interest if you plan to be at Where 2.0.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/03/03/the-open-geo-stack-openlayers-geoserver-postgis-where-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MapGuide 2.0: Fusion</title>
		<link>http://openlayers.org/blog/2008/03/02/mapguide-20-fusion/</link>
		<comments>http://openlayers.org/blog/2008/03/02/mapguide-20-fusion/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 03:35:51 +0000</pubDate>
		<dc:creator>crschmidt</dc:creator>
		
		<category>Demos</category>

		<category>Users</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/03/02/mapguide-20-fusion/</guid>
		<description><![CDATA[MapGuide 2.0 was Released on Thursday, with the main feature being:
the integration of Fusion; a flexible, extensible templating system that provides the ability to separate application presentation from its functional components
More information on Fusion is available from DM Solutions. Fusion uses OpenLayers as its mapping layer, and the recent addition of the MapGuide layer to [...]]]></description>
			<content:encoded><![CDATA[<p>MapGuide 2.0 was <a href="http://lists.osgeo.org/pipermail/mapguide-announce/2008-February/000024.html">Released on Thursday</a>, with the main feature being:</p>
<blockquote><p>the integration of Fusion; a flexible, extensible templating system that provides the ability to separate application presentation from its functional components</p></blockquote>
<p>More information on Fusion is <a href="http://www.dmsolutions.ca/technology/fusion.html">available from DM Solutions</a>. Fusion uses OpenLayers as its mapping layer, and the recent addition of the MapGuide layer to OpenLayers trunk was as a result of the efforts put forth by DM Solutions to help contribute back improvements made to OpenLayers for its use within Fusion.</p>
<p>You can see examples of Fusion in action on the <a href="http://mapguidebeta.osgeo.org/">MapGuide Beta</a> site.</p>
<p>Congrats to the MapGuide team on their success in using OpenLayers to build a great looking frontend for MapGuide maps!
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/03/02/mapguide-20-fusion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debugging OpenLayers</title>
		<link>http://openlayers.org/blog/2008/02/22/debugging-openlayers/</link>
		<comments>http://openlayers.org/blog/2008/02/22/debugging-openlayers/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 21:44:03 +0000</pubDate>
		<dc:creator>tschaub</dc:creator>
		
		<category>Debugging</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/02/22/debugging-openlayers/</guid>
		<description><![CDATA[Well, this is really about debugging any web app in a browser.  Firebug, obviously, is critical to JavaScript development.  Having a full featured debugger makes us a bit less embarrassed about using the term development in conjunction with JavaScript.  Alas, the world does not run on Firefox.
Firebug Lite is an acceptable cross-browser [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this is really about debugging any web app in a browser.  <a href="http://addons.mozilla.org/firefox/addon/1843">Firebug</a>, obviously, is critical to JavaScript development.  Having a full featured debugger makes us a bit less embarrassed about using the term development in conjunction with JavaScript.  Alas, the world does not run on Firefox.</p>
<p><a href="http://www.getfirebug.com/lite.html">Firebug Lite</a> is an acceptable cross-browser solution.  In OpenLayers, we include a patched version that works a bit better in IE.  While nothing like a debugger, Firebug Lite provides simple command-line access outside of Firefox.<br />
My new favorite for work outside of Firefox is <a title="Jash: JavaScript Shell" href="http://www.billyreisinger.com/jash/">Jash</a>.  Especially handy is the little <a title="Drag Jash to your bookmark bar" href="javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://www.billyreisinger.com/jash/source/latest/Jash.js';})();">bookmarklet </a>(drag to your bookmarks).  Open up a page <a href="http://openlayers.org">with a map</a>, click your Jash bookmarklet, and start exploring.  This is particularly nice for remote debugging.<br />
>> map [object Object]<br />
>> map.layers.length<br />
3</p>
<p>Start typing map.getZ and hit tab for completion, see</p>
<p>2. getZoom<br />
3. getZoomForExtent<br />
4. getZoomForResolution</p>
<p>Hit Ctrl-X and mouse over the elements to see the DOM hierarchy.  Enter jash.help() for more.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/02/22/debugging-openlayers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NYC Sprint Recap</title>
		<link>http://openlayers.org/blog/2008/02/15/nyc-sprint-recap/</link>
		<comments>http://openlayers.org/blog/2008/02/15/nyc-sprint-recap/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 00:21:08 +0000</pubDate>
		<dc:creator>tschaub</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://openlayers.org/blog/2008/02/15/nyc-sprint-recap/</guid>
		<description><![CDATA[Last week, The Open Planning Project graciously hosted a two day OpenLayers sprint in their New York office.  Chris Schmidt and Erik Uzureau (of MetaCarta) came down from Boston, Andreas Hocevar crossed the Atlantic to join us from Austria, I (Tim Schaub) dug my way out of my Northern Rockies bunker, and a few [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, The Open Planning Project graciously hosted a two day OpenLayers sprint in their New York office.  Chris Schmidt and Erik Uzureau (of MetaCarta) came down from Boston, Andreas Hocevar crossed the Atlantic to join us from Austria, I (Tim Schaub) dug my way out of my Northern Rockies bunker, and a few of the TOPP locals joined in from their usual posts.</p>
<p>Our general goal was to get the trunk in shape for the upcoming 2.6 release.  In addition, we took advantage of the dedicated time to squeeze in some new features.  Andreas continued to work on his excellent style work, adding a new StyleMap class for use with vector layers.  Erik pulled an all-nighter conjuring up beautiful popups.  I tweaked event handling and Chris closed 372 tickets.  Sebastian Benthall (TOPP) contributed numerous fixes from their slick collaborative mapping application, and Tim Coulter (TOPP) put together nice code for customizing vector graphic z-indexing.</p>
<p>The upcoming 2.6 release is looking even more <a title="new features in 2.6" href="http://trac.openlayers.org/query?status=closed&#038;group=component&#038;type=feature&#038;milestone=2.6+Release&#038;resolution=fixed&#038;order=status">feature rich</a> than the last.  Thanks to all who have contributed.  Special thanks to Erik for initiating the sprint and to The Open Planning Project for hosting us in style.
</p>
]]></content:encoded>
			<wfw:commentRss>http://openlayers.org/blog/2008/02/15/nyc-sprint-recap/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
