Skip to content

Commit

Permalink
update to OpenLayers 2.13 to fix issues with Google Maps layers
Browse files Browse the repository at this point in the history
based on pull request #21 from gvellut/master
  • Loading branch information
mwa committed Dec 5, 2014
1 parent 9fa86d8 commit d30c971
Show file tree
Hide file tree
Showing 3 changed files with 1,392 additions and 2,883 deletions.
1 change: 0 additions & 1 deletion openlayers/openlayers_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def setup_map(self):
def checkMapUpdate(self):
if self.layerType.emitsLoadEnd:
# wait for OpenLayers to finish loading
# NOTE: does not work with Google and Yahoo layers as they do not emit loadstart and loadend events
loadEndOL = self.page.mainFrame().evaluateJavaScript("loadEnd")
debug("waiting for loadEnd: renderingStopped=%r loadEndOL=%r" % (
self.context.renderingStopped(), loadEndOL), 4)
Expand Down

0 comments on commit d30c971

Please sign in to comment.