Skip to content

Commit

Permalink
Updated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhela committed Sep 15, 2007
1 parent 7740756 commit b4e7628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.gml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<table width="900">
<tr valign="top">
<td width="300">
<gm:list id="myList" data="http://aruhela.googlepages.com/amit3.xml" pagesize="1">
<gm:list id="myList" data="http://aruhela.googlepages.com/amit4.xml" pagesize="4">
<gm:handleEvent src="myMap" event="select"/>
</gm:list>
</td>
<td class="mainPanel">
<gm:map id="myMap" zoom="0" maptypes="true" height="500px" data="${myList}" latref="geo:lat" lngref="geo:long" >
<gm:map id="myMap" zoom="0" maptypes="true" height="500px" data="${myList}" latref="geo:lat" lngref="geo:long" infotemplate="detailTemplate" >
<gm:handleEvent src="myList" event="select"/>
</gm:map>
</td>
Expand Down

0 comments on commit b4e7628

Please sign in to comment.