Probably it is not issue, but I am new in using google map and I don't know how
to around such problem:
1.
Use below tag:
<m:map width="600px" height="400px" address=": Krynki Sobole 6, Polska"
enableScrollWheelZoom="true">
<m:marker>
<m:htmlInformationWindow htmlText=": Krynki Sobole 6, Polska"/>
</m:marker>
</m:map>
For above input address("Krynki Sobole 6, Polska") google map shows nothing
(probably there is no such detailed map for above address).
In such situation my expected google map output is like in following tag (like
for input address: "Krynki Sobole, Polska"):
<m:map width="600px" height="400px" address=": Krynki Sobole, Polska"
enableScrollWheelZoom="true">
<m:marker>
<m:htmlInformationWindow htmlText=": Krynki Sobole 6, Polska"/>
</m:marker>
</m:map>
I am using gmaps4jsf version: 1.1.4 on Explorer 9 in Windows 7.
How to solve/around this problem?
Original issue reported on code.google.com by Miodusze...@gmail.com on 11 Nov 2011 at 11:27
Original issue reported on code.google.com by
Miodusze...@gmail.com
on 11 Nov 2011 at 11:27