Why are not all Google Map Tiles rendered on the initial load of an AngularJS app? -
working on google map app built angularjs.
currently deployed sandbox: http://of.xchg.com/
click map link , notice 1 tile if rendered.
if resize browser window, rest of map tiles render completely.
here git project: https://github.com/larryeitel/of4
why not google map tiles rendered?
is there way test complete rendering of tiles?
is there way force re-rendering of map tiles?
call function in map controller:
google.maps.event.trigger(map, 'resize');
that should trick.
Comments
Post a Comment