payprop / html-googlemaps-v3

Fork of HTML::GoogleMaps to fix issues
2 stars 1 forks source link

build failed on Centos 7 and AWS EC2 #18

Closed xoid closed 6 years ago

xoid commented 6 years ago
#   Failed test 'Geocoding with Geo::Coder::Google'
#   at t/HTML-GoogleMaps.t line 102.
#                   '    //<![CDATA[
#   function html_googlemaps_initialize() {
#     if (GBrowserIsCompatible()) {
#       var map = new GMap2(document.getElementById("map"));
#       map.setCenter(new GLatLng(0, 0));
#       map.setZoom(13);
#       map.setMapType(G_NORMAL_MAP);
#       var marker_1 = new GMarker(new GLatLng(, ) );
#       map.addOverlay(marker_1);
#     }
#   }
#   html_googlemaps_initialize();
#     //]]>
#     </script>'
#     doesn't match '(?^:GMarker\(new GLatLng\(3925, 3463\))'
leejo commented 6 years ago

Can you provide more information? Version of Perl, version of the library. Thanks!

leejo commented 6 years ago

Closing due to lack of response.