Skip to content

Commit

Permalink
Google Maps popup fix (closes GeoNode#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van den Eijnden committed Jul 30, 2012
1 parent 6896e66 commit 538fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geonode-client/app/static/externals/openlayers
Submodule openlayers updated 87 files
+0 −1 build/tests.cfg
+1 −1 examples/all-overlays-google.html
+1 −3 examples/bing-tiles.js
+0 −71 examples/cartodb-geojson.html
+ examples/data/tazdem.tiff
+1 −1 examples/google-v3-alloverlays.html
+12 −1 examples/google-v3.html
+2 −0 examples/highlight-feature.html
+4 −3 examples/kml-pointtrack.js
+1 −1 examples/mobile-drawing.html
+1 −1 examples/mobile-jq.html
+84 −91 examples/mobile-jq.js
+1 −1 examples/mobile-layers.html
+1 −1 examples/mobile-navigation.html
+1 −1 examples/mobile-sencha.html
+1 −1 examples/mobile.html
+1 −1 examples/osm-google.html
+1 −1 examples/proxy.cgi
+1 −1 examples/spherical-mercator.html
+1 −1 examples/stylemap.html
+3 −4 examples/vector-features.html
+0 −87 examples/wps.html
+0 −353 examples/wps.js
+1 −1 lib/OpenLayers.js
+2 −7 lib/OpenLayers/BaseTypes.js
+1 −9 lib/OpenLayers/BaseTypes/Date.js
+0 −6 lib/OpenLayers/Control.js
+1 −0 lib/OpenLayers/Control/DrawFeature.js
+1 −0 lib/OpenLayers/Control/GetFeature.js
+1 −0 lib/OpenLayers/Control/Measure.js
+2 −6 lib/OpenLayers/Control/OverviewMap.js
+2 −9 lib/OpenLayers/Control/Permalink.js
+0 −5 lib/OpenLayers/Control/PinchZoom.js
+1 −0 lib/OpenLayers/Control/SLDSelect.js
+1 −0 lib/OpenLayers/Control/WMSGetFeatureInfo.js
+1 −0 lib/OpenLayers/Control/WMTSGetFeatureInfo.js
+1 −2 lib/OpenLayers/Feature/Vector.js
+0 −3 lib/OpenLayers/Format/CQL.js
+4 −4 lib/OpenLayers/Format/Filter/v1.js
+6 −6 lib/OpenLayers/Format/GPX.js
+2 −2 lib/OpenLayers/Format/OWSCommon/v1.js
+0 −7 lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js
+1 −1 lib/OpenLayers/Format/WFST/v1_0_0.js
+1 −1 lib/OpenLayers/Format/WFST/v1_1_0.js
+0 −7 lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js
+0 −6 lib/OpenLayers/Format/WPSExecute.js
+14 −30 lib/OpenLayers/Geometry/LinearRing.js
+1 −6 lib/OpenLayers/Layer.js
+6 −13 lib/OpenLayers/Layer/Bing.js
+7 −1 lib/OpenLayers/Layer/EventPane.js
+9 −0 lib/OpenLayers/Layer/Google.js
+57 −26 lib/OpenLayers/Layer/Google/v3.js
+4 −3 lib/OpenLayers/Layer/Grid.js
+1 −1 lib/OpenLayers/Protocol/CSW/v2_0_2.js
+3 −4 lib/OpenLayers/Renderer/Canvas.js
+17 −17 lib/OpenLayers/Renderer/SVG.js
+3 −5 lib/OpenLayers/Renderer/VML.js
+2 −10 lib/OpenLayers/Request.js
+0 −7 lib/OpenLayers/Request/XMLHttpRequest.js
+1 −1 lib/OpenLayers/SingleFile.js
+3 −12 lib/OpenLayers/Strategy/BBOX.js
+1 −1 lib/OpenLayers/Style.js
+42 −41 lib/OpenLayers/Util.js
+26 −0 notes/2.12.md
+0 −9 notes/2.13.md
+21 −26 tests/BaseTypes.html
+0 −9 tests/BaseTypes/Date.html
+0 −31 tests/Control/OverviewMap.html
+1 −32 tests/Control/Permalink.html
+1 −1 tests/Feature.html
+59 −6 tests/Format/GPX.html
+0 −54 tests/Format/SLD/v1_0_0.html
+0 −50 tests/Format/SLD/v1_0_0_GeoServer.html
+0 −12 tests/Format/WMSDescribeLayer.html
+2 −2 tests/Geometry.html
+0 −26 tests/Geometry/Polygon.html
+0 −10 tests/Layer.html
+0 −34 tests/Layer/Bing.html
+64 −0 tests/Layer/Grid.html
+1 −1 tests/Popup.html
+1 −1 tests/Popup/Anchored.html
+6 −1 tests/Strategy/BBOX.html
+54 −0 tests/manual/rendered-dimensions.html
+12 −0 theme/default/style.mobile.css
+47 −36 tools/exampleparser.py
+7 −10 tools/release.sh
+53 −96 tools/update_dev_dir.sh

0 comments on commit 538fb2c

Please sign in to comment.