<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -961,7 +961,7 @@ Mapstraction.prototype.addJSON = function(json) {
  * @param {copyright_text} copyright text to use for the tile layer. (default=Mapstraction)
  * @param {min_zoom} Minimum (furtherest out) zoom level that tiles are available (default=1)
  * @param {max_zoom} Maximum (closest) zoom level that the tiles are available (default=18)
- * @param {map_type} Should the tile layer be a selectable map type in the layers palette (default=true)
+ * @param {map_type} Should the tile layer be a selectable map type in the layers palette (default=false)
  */
 Mapstraction.prototype.addTileLayer = function(tile_url, opacity, copyright_text, min_zoom, max_zoom, map_type) {
 	if(!tile_url) {
@@ -973,7 +973,7 @@ Mapstraction.prototype.addTileLayer = function(tile_url, opacity, copyright_text
 	copyright_text = copyright_text || &quot;Mapstraction&quot;;
 	min_zoom = min_zoom || 1;
 	max_zoom = max_zoom || 18;
-	map_type = map_type || true;
+	map_type = map_type || false;
 
 	return this.invoker.go('addTileLayer', [ tile_url, opacity, copyright_text, min_zoom, max_zoom, map_type] );
 };</diff>
      <filename>source/mxn.core.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1047a22adc6b764ce55d9f9eddcfeec30a6ef19b</id>
    </parent>
  </parents>
  <author>
    <name>ajturner</name>
    <email>ajturner@5785637c-5c24-0410-85b3-eb650f34d106</email>
  </author>
  <url>http://github.com/mapstraction/mxn/commit/2ea5daf9ec895dc6a7c15888dbf4d193281df6c3</url>
  <id>2ea5daf9ec895dc6a7c15888dbf4d193281df6c3</id>
  <committed-date>2009-10-03T11:12:59-07:00</committed-date>
  <authored-date>2009-10-03T11:12:59-07:00</authored-date>
  <message>Default tile layers to standard overlays, not map types

git-svn-id: https://mapstraction.googlecode.com/svn/trunk@41 5785637c-5c24-0410-85b3-eb650f34d106</message>
  <tree>cebd00e8e611baf2372e69686f5665a5eb8b3462</tree>
  <committer>
    <name>ajturner</name>
    <email>ajturner@5785637c-5c24-0410-85b3-eb650f34d106</email>
  </committer>
</commit>
