When using GPolyline in application based on Google Maps API and application in Internet Explorer fails with strange errors deep in API, You can recover by sticking to following procedure:
- be sure that application fails when adding GPolyline to map –
map.addOverlay(new GPolyline(points)) - spend a lot of time digging in Your code, even try to understand cryptic, auto-generated GM API code
- leave problem for a few days or even weeks
- return to issue
- read Google Maps API reference
- add VML namespace and CSS definitions
- proceed with coding
Or You can skip points starting from 2 to 5 (optionally). But all hardcore wannabe JavaScript developers (like me!) have to go go through all points ;-)))
Drat and double drat. When I was really novice with Google Maps API I have used API reference more often, with good results ;-)
So, when this happen to You remember to add proper definitions.
Leave a Reply