<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Trying to replace roadmap with terrain</title>
		<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Trying to replace roadmap with terrain</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:59:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/trying-to-replace-roadmap-with-terrain" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25897</link>
			<pubDate>Mon, 30 Dec 2013 10:02:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25897@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The map type ID is controlled from line 175 in single.php...</p>
<pre><code>mapTypeId:&#039;satellite&#039;,</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25858</link>
			<pubDate>Fri, 27 Dec 2013 12:00:13 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25858@http://www.themolitor.com/forums/</guid>
			<description><p>I had already found and changed that instance of "roadmap" but I believe it only controls the toggle button in the page footer, right?  I'm trying to change the toggle that's built into the map in v 2.01.  Not this <a href="https://lh6.googleusercontent.com/-4vLximiX1r0/Ur3bsRpvrYI/AAAAAAAAwuE/xGzYG3HXSx8/s912/full.JPG">toggle switch</a>.  This toggle <a href="https://lh4.googleusercontent.com/-CeE33pkiYEQ/Ur3bsZBFTCI/AAAAAAAAwuI/z_KXjJsVZtc/s512/mobile.JPG">drop down</a>.  Hope the screenshots help.  They're both of this post: <a href="http://charlesriverguide.com/2013/12/15/nahanton-park/" rel="nofollow">http://charlesriverguide.com/2013/12/15/nahanton-park/</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25735</link>
			<pubDate>Mon, 23 Dec 2013 10:22:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25735@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>For single post pages, open single.php and check out line 153...</p>
<pre><code>&#60;?php if($toggle){ ?&#62;jQuery(&#34;#footer&#34;).append(&#039;&#60;div id=&#34;mapTypeContainer&#34;&#62;&#60;div id=&#34;mapStyleContainer&#34; class=&#34;gradientBorder&#34;&#62;&#60;div id=&#34;mapStyle&#34;&#62;&#60;/div&#62;&#60;/div&#62;&#60;div id=&#34;mapType&#34; class=&#34;roadmap&#34;&#62;&#60;/div&#62;&#60;/div&#62;&#039;);&#60;?php } ?&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25712</link>
			<pubDate>Fri, 20 Dec 2013 13:27:52 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25712@http://www.themolitor.com/forums/</guid>
			<description><p>Addendum: This is only a problem if I load a post with the viewport narrow enough to invoke the mobile style.  If I load the post with the full site, then resize the viewport such that the mobile style displays, toggling over to Map still loads the terrain map.  If I then reload the page, and toggle to Map, it displays a roadmap with a checkbox for Terrain that is unchecked by default.  I guess I need to make sure that the Terrain checkbox gets checked by default.  Can you point me toward where these controls get set up?
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25710</link>
			<pubDate>Fri, 20 Dec 2013 12:55:28 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25710@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, sorry to open up this thread again.  I have updated to version 2.0 and applied my previous customizations.  Everything looks great, and I'm <strong>very</strong> glad to have a responsive option now.  </p>
<p>I just have one issue: When the viewpoint is narrow enough to trigger the mobile style, the toggle for the map type is on the map itself.  On a single post only (not a category or the front page), toggling from satellite to map view takes me to a roadmap, when I thought I had tracked down all the roadmaps and changed them to terrains.  </p>
<p>Can you tell me where the map type control is getting set up, so I can try to change this last instance of roadmap to terrain?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25598</link>
			<pubDate>Wed, 18 Dec 2013 10:30:10 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25598@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! Glad you got it worked out :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25580</link>
			<pubDate>Tue, 17 Dec 2013 13:23:27 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25580@http://www.themolitor.com/forums/</guid>
			<description><p>Hey, that got my wheels turning.  I updated the custom.js script, but didn't think to update the maptype hook in single.php (line 107ish).</p>
<p>All fixed, and thanks for your help!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25575</link>
			<pubDate>Tue, 17 Dec 2013 10:03:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25575@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The single post pages default to satellite view on page load. Be sure to change all instances of roadmap to terrain. Not just the class names but review the core button features as well. Looking at your site, the button isn't moving, which means there's a script error somewhere.</p>
<p>Unfortunately I don't have the resources to troubleshoot customizations, so if you need additional help with this customization I'll have to ask that you submit a request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25569</link>
			<pubDate>Tue, 17 Dec 2013 07:13:58 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25569@http://www.themolitor.com/forums/</guid>
			<description><p>Oh, and I'm referring to <a href="http://charlesriverguide.com/" rel="nofollow">http://charlesriverguide.com/</a> if that helps at all.  Here's an example of a single post: <a href="http://charlesriverguide.com/2013/12/15/finlay-dam/" rel="nofollow">http://charlesriverguide.com/2013/12/15/finlay-dam/</a>
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25568</link>
			<pubDate>Tue, 17 Dec 2013 06:57:55 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25568@http://www.themolitor.com/forums/</guid>
			<description><p>That worked great for the front page and categories, but now for posts, the map type button does nothing.  It appears on screen, and on mouseover displays a little tooltip map, but with satellite as the default, clicking does not toggle to terrain.  </p>
<p>Other than replacing "roadmap" with "terrain" in the block of code above, what else might be impacting the toggle on a single post?</p>
<p>(btw, thanks for the very responsive support thus far)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25540</link>
			<pubDate>Mon, 16 Dec 2013 11:18:05 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25540@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The map type button is controlled from custom.js on lines 152-170...</p>
<pre><code>////////////////////
    //MAP TYPE
    ////////////////////
    jQuery(&#34;.roadmap&#34;).live(&#039;click&#039;,function(){
    	gMap.gmap3({action: &#039;setOptions&#039;, args:[{mapTypeId:&#039;roadmap&#039;}]}); //hybrid, satellite, roadmap, terrain
    	jQuery(this).removeClass(&#039;roadmap&#039;).addClass(&#039;satellite&#039;);
    	jQuery(&#34;#mapStyle&#34;).toggleClass(&#039;satellite&#039;);
    });
    jQuery(&#34;.satellite&#34;).live(&#039;click&#039;,function(){
    	gMap.gmap3({action: &#039;setOptions&#039;, args:[{mapTypeId:&#039;satellite&#039;}]}); //hybrid, satellite, roadmap, terrain
    	jQuery(this).removeClass(&#039;satellite&#039;).addClass(&#039;roadmap&#039;);
    	jQuery(&#34;#mapStyle&#34;).toggleClass(&#039;satellite&#039;);
    });
    mapType.live(&#039;mouseover&#039;, function(){
       jQuery(&#34;#mapStyleContainer&#34;).stop(true,true).fadeIn(200);
    });
    mapType.live(&#039;mouseout&#039;, function(){
		jQuery(&#34;#mapStyleContainer&#34;).stop(true,true).fadeOut(100);
    });</code></pre>
<p>You can perform search/replace there.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chaosjake on "Trying to replace roadmap with terrain"</title>
			<link>http://www.themolitor.com/forums/topic/trying-to-replace-roadmap-with-terrain#post-25524</link>
			<pubDate>Fri, 13 Dec 2013 17:56:28 +0000</pubDate>
			<dc:creator>chaosjake</dc:creator>
			<guid isPermaLink="false">25524@http://www.themolitor.com/forums/</guid>
			<description><p>I did a search and replace for "roadmap" in scripts and scriptlist, and replaced it with "terrain". That worked for the front page and category pages. However, whenever I use the toggle in the page footer to switch from satellite to map on the front page, a category, or single post, it goes to a roadmap. I know I'm missing something stupid here...
</p></description>
		</item>

	</channel>
</rss>
