From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/tests/manual/pan-redraw-svg.html | 58 ++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 misc/openlayers/tests/manual/pan-redraw-svg.html (limited to 'misc/openlayers/tests/manual/pan-redraw-svg.html') diff --git a/misc/openlayers/tests/manual/pan-redraw-svg.html b/misc/openlayers/tests/manual/pan-redraw-svg.html new file mode 100644 index 0000000..ec1126b --- /dev/null +++ b/misc/openlayers/tests/manual/pan-redraw-svg.html @@ -0,0 +1,58 @@ + + + + + + + + + +

SVG inValidRange Redraw Test Case

+

Before fixing #1631, after klicking Go! no point would have appeared. The Go! button + pans the map over a long distance. Before dragging, the point would have been + outside the valid range, and the pan operation would not have triggered the SVG + coordinate system to be recreated. The new vector rendering takes care of all this.

+
+ + + -- cgit v1.2.3