<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.reimers.dk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>.NET Control - FREE version</title><link>http://www.reimers.dk/forums/6/ShowForum.aspx</link><description>Forum for questions related to the use of the free version of the map control.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Re: Using the ELabel extension with Reimers MAP ?</title><link>http://www.reimers.dk/forums/thread/3060.aspx</link><pubDate>Sat, 13 Mar 2010 17:55:21 GMT</pubDate><guid isPermaLink="false">1d3a0a14-04fc-431f-b1ad-cb618ffb2326:3060</guid><dc:creator>DrGPS</dc:creator><slash:comments>0</slash:comments><comments>http://www.reimers.dk/forums/thread/3060.aspx</comments><wfw:commentRss>http://www.reimers.dk/forums/commentrss.aspx?SectionID=6&amp;PostID=3060</wfw:commentRss><description>&lt;div&gt;I have trid this , but I can't find whats wrong, any ideas ? &lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;------------------------------------&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;span class="Apple-style-span" style="font-family:Arial, sans-serif;"&gt;ELabel allows you to place text labels or images or any other HTML elements on the map and have them move with the map, like marker and polyline overlays. Anyone that can help me how to implement this&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family:Tahoma, Arial, Helvetica;"&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:Arial, sans-serif;color:black;"&gt;javascript and how to access it from codebehind in vb.net so that I can put ordinary markers on the map with small label that gives a hint what's in the infowindow details shown when clicking the marker.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:Arial, sans-serif;color:black;"&gt;Good example of what I am trying to achieve here&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Arial, sans-serif;color:black;"&gt;&lt;a href="http://econym.org.uk/gmap/example_elabel.htm"&gt;&lt;span&gt;http://econym.org.uk/gmap/example_elabel.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Arial, sans-serif;color:black;"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:Arial, sans-serif;color:black;"&gt;Read more here&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:Arial, sans-serif;color:black;"&gt;&lt;a href="http://econym.org.uk/gmap/elabel.htm"&gt;&lt;span&gt;http://econym.org.uk/gmap/elabel.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;ASPX&lt;/div&gt;&lt;div&gt;------------------------------------&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;lt;%@ Page Language="VB" AutoEventWireup="true" CodeFile="default.aspx.vb" Inherits="map" %&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;%@ register assembly="GoogleMap" namespace="Reimers.Map" tagprefix="Reimers" %&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;%@ Register assembly="GoogleMap" namespace="Reimers.Map.CustomMaps" tagprefix="cc1" %&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;head id="Head1" runat="server"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;title&amp;gt;GMap-utility example&amp;lt;/title&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;lt;style type="text/css"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.style1 {background-color:#ffffff;font-weight:bold;border:2px #006699 solid;}&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.style2 {background-color:#ffcccc;}&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;script src="elabel.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/head&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;body&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;form id="form1" runat="server"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;div&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;Reimers:GoogleMap OnMapLoaded="mapLoad_ServerEvent" AjaxScriptLoading="False" ID="GMap" Height="680" width="760" runat="server" GoogleKey="Your Map Key" /&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/form&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/body&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/html&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;VB.net&lt;/div&gt;&lt;div&gt;____________________________________________________________________________&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;imports System&lt;/div&gt;&lt;div&gt;Imports System.Collections&lt;/div&gt;&lt;div&gt;Imports System.Configuration&lt;/div&gt;&lt;div&gt;Imports System.Data&lt;/div&gt;&lt;div&gt;Imports System.Linq&lt;/div&gt;&lt;div&gt;Imports System.Web&lt;/div&gt;&lt;div&gt;Imports System.Web.Security&lt;/div&gt;&lt;div&gt;Imports System.Web.UI&lt;/div&gt;&lt;div&gt;Imports System.Web.UI.HtmlControls&lt;/div&gt;&lt;div&gt;Imports System.Web.UI.WebControls.WebParts&lt;/div&gt;&lt;div&gt;Imports System.Xml.Linq&lt;/div&gt;&lt;div&gt;Imports Reimers.Map&lt;/div&gt;&lt;div&gt;Imports System.Text&lt;/div&gt;&lt;div&gt;Imports Reimers.WebControls.UI&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Partial Public Class map&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Inherits System.Web.UI.Page&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If Not IsPostBack Then&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'set map defaults&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GMap.ClearOverlays()&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GMap.Zoom = 10&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim initialPoint As New GoogleLatLng(58.420714, 14.401875)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GMap.Center = initialPoint&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End If&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Need to register the extinfowindow.js file so the map can access the methods&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim form As HtmlForm = Page.Form&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim javascript As New HtmlGenericControl()&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javascript.TagName = "script"&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javascript.Attributes.Add("type", "text/javascript")&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javascript.Attributes.Add("src", "elabel.js")&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;form.Controls.Add(javascript)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;End Sub&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Protected Sub mapLoad_ServerEvent(ByVal sender As Object, ByVal e As Reimers.Map.BoundsEventArgs)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'call our method which creates an array of longitude and latitudes&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'This array is completely arbitrary, you could be using a stored procedure to return these values from a database or wherever.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim arr As String(,) = returnArray()&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Ok, we have an array of results so let build these up into some javascript commands that we want to send to the map&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Using a string builder as many examples use a standard string which needs to be instantiated each time it is appended to.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim javascript_SentBackToMap As New StringBuilder()&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'looping through the array of longitude and latitudes we have created&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim utopia As String&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim style2 As Style&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim i As Integer = 0&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;While i &amp;lt;= arr.GetUpperBound(0) - 1&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'var label = new ELabel(new GLatLng(44.3,-78.8), "Utopia", "style1");&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javascript_SentBackToMap.Append("var marker" + i.ToString() + " = new GMarker(new GLatLng(" + arr(i, 0) + "," + arr(i, 1) + "));")&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javascript_SentBackToMap.AppendLine("new ELabel(new GLatLng(" + arr(i, 0) + "," + arr(i, 1) + "), utopia ,style2 " &amp;amp; ");")&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javascript_SentBackToMap.Append("reimers.map." + GMap.ID + ".addOverlay(marker" + i.ToString() + ");")&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;System.Math.Max(System.Threading.Interlocked.Increment(i), i - 1)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End While&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;e.MapCommand = e.Map.ClearOverlays() + javascript_SentBackToMap.ToString()&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;End Sub&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Protected Function returnArray() As String(,)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'declare and init 2-dimensional array&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim arr As String(,) = New String(1, 2) {}&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'fill our array with some dummy longitude and latitudes&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;arr(0, 0) = "58.420714"&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;arr(0, 1) = "14.401875"&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Return arr&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;End Function&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;End Class&lt;/div&gt;</description></item><item><title>Re: Using the ELabel extension with Reimers MAP ?</title><link>http://www.reimers.dk/forums/thread/3059.aspx</link><pubDate>Fri, 12 Mar 2010 20:28:56 GMT</pubDate><guid isPermaLink="false">1d3a0a14-04fc-431f-b1ad-cb618ffb2326:3059</guid><dc:creator>JUNK</dc:creator><slash:comments>0</slash:comments><comments>http://www.reimers.dk/forums/thread/3059.aspx</comments><wfw:commentRss>http://www.reimers.dk/forums/commentrss.aspx?SectionID=6&amp;PostID=3059</wfw:commentRss><description>&lt;p&gt;Then we are two sorry bastards ! I am looking for this " how-to " tutorial / code too. If you find any good answers let me know &lt;/p&gt;&lt;p&gt;/&lt;/p&gt;&lt;p&gt;Best regards&amp;nbsp;&lt;/p&gt;&lt;p&gt;JUNK ! &amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Using the ELabel extension with Reimers MAP ?</title><link>http://www.reimers.dk/forums/thread/3052.aspx</link><pubDate>Sat, 06 Mar 2010 16:59:26 GMT</pubDate><guid isPermaLink="false">1d3a0a14-04fc-431f-b1ad-cb618ffb2326:3052</guid><dc:creator>DrGPS</dc:creator><slash:comments>0</slash:comments><comments>http://www.reimers.dk/forums/thread/3052.aspx</comments><wfw:commentRss>http://www.reimers.dk/forums/commentrss.aspx?SectionID=6&amp;PostID=3052</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://www.reimers.dk/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;DrGPS:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-size:medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;ELabel allows you to place text labels or images or any other HTML elements on the map and have them move with the map, like marker and polyline overlays. Anyone that can help me how to implement this&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;javascript and how to access it from codebehind in vb.net so that I can put ordinary markers on the map with small label that gives a hint what's in the infowindow details shown when clicking the marker.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;Good example of what I am trying to achieve here&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;"&gt;&lt;a href="http://econym.org.uk/gmap/example_elabel.htm"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;http://econym.org.uk/gmap/example_elabel.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;Read more here&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;"&gt;&lt;a href="http://econym.org.uk/gmap/elabel.htm"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;http://econym.org.uk/gmap/elabel.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And what's is &lt;/p&gt;&lt;p&gt;myMarker.&lt;span class="Apple-style-span" style="font-family:Tahoma, Arial, Helvetica;font-size:12px;"&gt;MarkerText = "how does it work ?"&lt;span class="Apple-style-span" style="font-family:Arial, Helvetica, sans-serif;font-size:13px;"&gt;&amp;nbsp;&amp;nbsp;Can anybody explain.. Is this a visible label when the ballon is down ?&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Best regards&lt;/p&gt;&lt;p&gt;Johan &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone brave enough to come with some suggestions that point me in the right direction ? &amp;nbsp;I thin this is a essential function to be able to put a label beside each marker ! &amp;nbsp;&lt;/p&gt;</description></item><item><title>Using the ELabel extension with Reimers MAP ?</title><link>http://www.reimers.dk/forums/thread/3043.aspx</link><pubDate>Tue, 02 Mar 2010 19:11:22 GMT</pubDate><guid isPermaLink="false">1d3a0a14-04fc-431f-b1ad-cb618ffb2326:3043</guid><dc:creator>DrGPS</dc:creator><slash:comments>0</slash:comments><comments>http://www.reimers.dk/forums/thread/3043.aspx</comments><wfw:commentRss>http://www.reimers.dk/forums/commentrss.aspx?SectionID=6&amp;PostID=3043</wfw:commentRss><description>&lt;p&gt;&lt;span class="Apple-style-span" style="font-size:medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;ELabel allows you to place text labels or images or any other HTML elements on the map and have them move with the map, like marker and polyline overlays. Anyone that can help me how to implement this&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;javascript and how to access it from codebehind in vb.net so that I can put ordinary markers on the map with small label that gives a hint what's in the infowindow details shown when clicking the marker.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;Good example of what I am trying to achieve here&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;"&gt;&lt;a href="http://econym.org.uk/gmap/example_elabel.htm"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;http://econym.org.uk/gmap/example_elabel.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;Read more here&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;"&gt;&lt;a href="http://econym.org.uk/gmap/elabel.htm"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;http://econym.org.uk/gmap/elabel.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:'Arial','sans-serif';color:black;mso-ansi-language:EN-US;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And what's is &lt;/p&gt;&lt;p&gt;myMarker.&lt;span class="Apple-style-span" style="font-family:Tahoma, Arial, Helvetica;font-size:12px;"&gt;MarkerText = "how does it work ?"&lt;span class="Apple-style-span" style="font-family:Arial, Helvetica, sans-serif;font-size:13px;"&gt;&amp;nbsp;&amp;nbsp;Can anybody explain.. Is this a visible label when the ballon is down ?&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Best regards&lt;/p&gt;&lt;p&gt;Johan &amp;nbsp;&lt;/p&gt;</description></item></channel></rss>