jeffersonheard / ga_bigboard

The Big Board - teleconferencing over maps
Other
7 stars 2 forks source link

Google Terrain baselayer issue #12

Open NathanRSmith opened 12 years ago

NathanRSmith commented 12 years ago

When a room's baselayer is set to Google Terrain, the baselayer is not able to zoom in past level 15. This is what was causing the issues with the participant locations and annotations not sticking to the correct place on the map at close zoom levels. I believe the other layers are still zooming closer, but the baselayer is stuck at 15.

NathanRSmith commented 12 years ago

I suppose this means the annotations issue is caused by this rather than because of using canvas layers instead of svg.

jeffersonheard commented 12 years ago

I deleted the "numZoomLevels" from the layer creation. That may fix it. It may not. Try it, though

NathanRSmith commented 12 years ago

It did not fix either one, but I believe I found the issue in models.py for the OSM layer. I will create a pull request.

jeffersonheard commented 12 years ago

Did this get fixed in one of your pull requests?

NathanRSmith commented 12 years ago

No, I have not looked into the terrain issue.