ivanocj / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 0 forks source link

Moogle map shows nothing for some input addresses #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 12:20