<?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: Display KML on map_post.html</title>
		<link>http://www.themolitor.com/forums/topic/display-kml-on-map_posthtml</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Display KML on map_post.html</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:08:45 +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/display-kml-on-map_posthtml" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Display KML on map_post.html"</title>
			<link>http://www.themolitor.com/forums/topic/display-kml-on-map_posthtml#post-33877</link>
			<pubDate>Tue, 14 Apr 2015 10:42:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33877@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, I don't have access to that as the legacy versions of the script are no longer available online.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ahwalker on "Display KML on map_post.html"</title>
			<link>http://www.themolitor.com/forums/topic/display-kml-on-map_posthtml#post-33869</link>
			<pubDate>Tue, 14 Apr 2015 08:38:44 +0000</pubDate>
			<dc:creator>ahwalker</dc:creator>
			<guid isPermaLink="false">33869@http://www.themolitor.com/forums/</guid>
			<description><p>Is there any way we can get a copy of the unminified gmap3 file.  I would like to use it as the basis for custom AngularJS directive for this theme.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Display KML on map_post.html"</title>
			<link>http://www.themolitor.com/forums/topic/display-kml-on-map_posthtml#post-33626</link>
			<pubDate>Fri, 20 Mar 2015 09:24:48 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33626@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm using a modified version of gmap specifically created for The Navigator. As a result, some of the features in newer versions of gmap may not be supported.</p>
<p>That said, implementing this functionality 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 this requires a bit of research, testing and custom code.</p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>anainsel88 on "Display KML on map_post.html"</title>
			<link>http://www.themolitor.com/forums/topic/display-kml-on-map_posthtml#post-33590</link>
			<pubDate>Wed, 18 Mar 2015 16:15:31 +0000</pubDate>
			<dc:creator>anainsel88</dc:creator>
			<guid isPermaLink="false">33590@http://www.themolitor.com/forums/</guid>
			<description><p>I am hoping to display a custom kml layer on the map_post page. I have found the gmap3 documentation (<a href="http://gmap3.net/en/catalog/11-layers/kmllayer-45" rel="nofollow">http://gmap3.net/en/catalog/11-layers/kmllayer-45</a>) and I know it goes somewhere, somehow in this code but can't get it to work no matter what iterations I try:</p>
<pre><code>jQuery(&#039;#gMap&#039;).gmap3({
    	action: &#039;addMarker&#039;,
    	//LATITUDE AND LONGITUDE OF MARKER - REQUIRED
    	lat:41.242127,
    	lng:-95.904790,
    	marker:{
    		//PIN MARKER IMAGE
      		options:{icon: new google.maps.MarkerImage(&#039;images/pin.png&#039;)}
    	},
    	map:{
     	 center: true,
     	 zoom: zoomLevel
   		},

	},{
		action: &#039;setOptions&#039;, args:[{
			scrollwheel:false,
			disableDefaultUI:true,
			disableDoubleClickZoom:true,
			draggable:true,
			mapTypeControl: false,
			panControl:false,
			scaleControl:false,
			streetViewControl:false,
			zoomControl:false,
			//MAP TYPE: &#039;roadmap&#039;, &#039;satellite&#039;, &#039;hybrid&#039;
			mapTypeId:&#039;hybrid&#039;
		}],
	});</code></pre>
<p>Any guidance? Thank you!
</p></description>
		</item>

	</channel>
</rss>
