views:

310

answers:

0

I'm in the end stages before content filling and then production on the Google Maps project I've been working on. A number of bugs and such have been thwarted, but this latest one has me relatively stumped.

The demo map can be viewed here: http://dougglover.com/samples/finalProduct/

Everything works fine until you create a path using the Directions section(not to be confused with Get Directions). To reproduce the problem, play around with the map, click on a building or two, just to see the functionality. After ensuring that clicking on a building works(brings up an infowindow), choose two buildings to get directions to in the Directions area.

It works great with the routing algorithm I've implemented, and the paths show up nicely, and intelligently. The problem being that you can't click buildings anymore to see their info.

I'm assuming it has something to do with the z-index error popping up in the console, but I'm not sure how to handle that if it is the problem.

Any guidance is greatly appreciated. :)