<?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: Google Maps Settings</title>
		<link>http://www.themolitor.com/forums/topic/google-maps-icons</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Google Maps Settings</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:46:28 +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/google-maps-icons" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Google Maps Settings"</title>
			<link>http://www.themolitor.com/forums/topic/google-maps-icons#post-41831</link>
			<pubDate>Tue, 25 Jul 2017 10:53:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41831@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research (i.e. review if this change affects supporting scripts), testing (i.e. review if any browsers have an issue with this change) and custom code then I have ask that you submit a request for customization services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Concreteheart on "Google Maps Settings"</title>
			<link>http://www.themolitor.com/forums/topic/google-maps-icons#post-41816</link>
			<pubDate>Wed, 19 Jul 2017 10:00:48 +0000</pubDate>
			<dc:creator>Concreteheart</dc:creator>
			<guid isPermaLink="false">41816@http://www.themolitor.com/forums/</guid>
			<description><p>hi christopher, </p>
<p>i recently found the "Custom Map Link URL" to override the "default post" view of a location. </p>
<p>i would like to override with a street view link (for instance). however i would like to do so while remaining in The Navigator theme. </p>
<p>is the theme extendable in this way? is the code above the right place to look to do so?   </p>
<p>thanks, </p>
<p>ausitn
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Google Maps Settings"</title>
			<link>http://www.themolitor.com/forums/topic/google-maps-icons#post-39989</link>
			<pubDate>Wed, 17 Aug 2016 09:41:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39989@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>All available map settings are displayed on the Customize page in the map settings section.</p>
<p>If you want to make additional edits to the map, you can view the settings in script_list.php on lines 75-98...</p>
<pre><code>action: &#039;setOptions&#039;, args:[{
	zoom:&#60;?php echo $mainZoom;?&#62;,
	scrollwheel:true,
	disableDefaultUI:false,
	disableDoubleClickZoom:false,
	draggable:true,
	mapTypeControl:true,
	mapTypeId:&#039;roadmap&#039;,
	mapTypeControlOptions: {
		position: google.maps.ControlPosition.LEFT_TOP,
		style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
	},
	panControl:false,
	scaleControl:false,
	streetViewControl:true,
	streetViewControlOptions: {
		position: google.maps.ControlPosition.RIGHT_CENTER
	},
	zoomControl:true,
	zoomControlOptions: {
		style: google.maps.ZoomControlStyle.DEFAULT,
		position: google.maps.ControlPosition.RIGHT_CENTER
	}
}]</code></pre>
<p>...and in script.php on lines 74-97...</p>
<pre><code>action: &#039;setOptions&#039;, args:[{
	zoom:&#60;?php echo $mainZoom;?&#62;,
	scrollwheel:true,
	disableDefaultUI:false,
	disableDoubleClickZoom:false,
	draggable:true,
	mapTypeControl:true,
	mapTypeId:&#039;roadmap&#039;,
	mapTypeControlOptions: {
		position: google.maps.ControlPosition.LEFT_TOP,
		style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
	},
	panControl:false,
	scaleControl:false,
	streetViewControl:true,
	streetViewControlOptions: {
		position: google.maps.ControlPosition.RIGHT_CENTER
	},
	zoomControl:true,
	zoomControlOptions: {
		style: google.maps.ZoomControlStyle.DEFAULT,
		position: google.maps.ControlPosition.RIGHT_CENTER
	}
}]</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Jensiboy on "Google Maps Settings"</title>
			<link>http://www.themolitor.com/forums/topic/google-maps-icons#post-39982</link>
			<pubDate>Wed, 17 Aug 2016 02:05:18 +0000</pubDate>
			<dc:creator>Jensiboy</dc:creator>
			<guid isPermaLink="false">39982@http://www.themolitor.com/forums/</guid>
			<description><p>Where could i define what i want to get displayed in google maps - i mean how could i turn on/off that street view and map settings displayed on the map ?</p>
<p>are there settings in the theme tu turn on/off ?
</p></description>
		</item>

	</channel>
</rss>
