Questions tagged [panning]

"panning" refers to the rotation in a horizontal plane of an object or viewport.

"panning" refers to the rotation in a horizontal plane of an object or viewport. This is a term usually applies to cameras (or the viewport, in computer terms).

206 questions
1
vote
1 answer

Google Maps API v3 panning & compass control failure

This map renders with a strange shred of white in place of the panning/compass control (top left). It disappears on mouse over and returns on mouse out. A screen shot is available here: https://i.stack.imgur.com/52037.jpg Any thoughts on why this is…
1
vote
1 answer

Wavemaker using MouseZoomAndPan

In wavemaker a got an app that display charts with dojo charting, some charts have a lot data so the chart is compressed so i look around and found that we could add zooming and panning, found an example on the web…
1
vote
1 answer

JQuery Infinite Horizontal Background Image Panning

ok so I have an image that I want to use as a background, but have it scroll like the image below. Can anyone help me out with this or link me in the correct direction? Hopefully not parallax, unless you can help me out on how I can achieve this…
Michael Schwartz
  • 8,153
  • 14
  • 81
  • 144
1
vote
0 answers

google maps api 3 simultaneously panning and zooming

I've made code to pan simultaneously with 2 google maps windows (api 3 version). I would like also be able to zoom simultaneously. I've made it work in api2 but I don't get it to work in ap3-version of google maps. Has anyone suggestions? Thanks in…
gmp2013
  • 11
  • 1
1
vote
1 answer

Panning, zooming, and dragging in a C#/XAML control?

Is there a XAML control which would allow me to add a few Images, and then allow the user to pan, zoom, and drag those images? I'm creating a Windows 8 app which needs to have images (cards) on a background, and the user should be able to pan…
MatthewSot
  • 3,516
  • 5
  • 39
  • 58
1
vote
1 answer

CombinedDomainXYPlot - does range panning work at all?

I've created CombinedDomainXYPlot and added a bunch of XYPlots there. Everything seems to be working as expected except vertical panning (move chart using mouse along with Y axis). Domain panning (along X axis) works fine. I've set…
Val
  • 381
  • 1
  • 3
  • 11
1
vote
0 answers

(iOS) Using UIGestureRecognizer to zoom and pan around a view

I'm trying to perform zooming and panning similar to the UIScrollView by using UIGestures. My view is drawn from a matrix of ON/OFF cells and needs to be able to support thousands of cells. The drawRect: method takes care of translating the matrix…
1
vote
1 answer

Check if the user is moving the map in Bing Maps

I'm trying to work with Bing Maps in WPF, but everything is confusing as searching online leads me to false hope. I'll search for something, but get the AJAX version instead of the WPF version. If anyone can point me to proper documentation or help…
Seb
  • 3,414
  • 10
  • 73
  • 106
0
votes
1 answer

A Simple Panning PictureBox (Winforms)

I want to implement a panning pictureBox in C# winforms. I have a panel on which the autoScroll property is set to true. Within the panel I have my pictureBox whose sizeMode is set to autoSize. On the pictureBox I am listening to mouse events like…
Tamas Pataky
  • 353
  • 4
  • 16
0
votes
1 answer

Create multiple jQuery image pans on 1 page

There is a wonderful script by Manos which allows you to pan a cropped image when hovering over it. Here is the code and here is a demo What I would like to do is to place multiple images on 1 page with various sizes for each image. (I tried…
Chumtarou
  • 313
  • 5
  • 15
0
votes
0 answers

Highcharts Orthographic Map - Zooming and Panning without it resetting to default zoom setting

currently I have a map of the globe and when I try panning on the map after zooming in on the countries, it resets the zoom to the default zoom. I am able to pan the globe but I cannot pan when I am zoomed in. It makes navigating a bit annoying.…
0
votes
1 answer

OpenLayers 6 "panning" map with Cypress

I'm trying to test the panning action in open layers but I can't get the map to move. The versions I am using are these: OpenLayers: 6.10.0 Cypress: 9.7.0 This is the code I have: When('I pan the map to a different area', () => { cy.wait(3000) …
Xabi
  • 95
  • 8
0
votes
0 answers

Zoomed Origin Error, Image Placement Based Off Width

Team, I am having difficulty trying to adjust placement of an image after it has been zoomed in or out (back to origin zoom level). Using ThreeJSZoomCanvas as my orthographic camera controller. Essentially how the image was being loaded in before…
mooseda
  • 1
  • 1
0
votes
1 answer

How to pan in unity 3d space?

I have two c # scripts that are attached to my main camera object. These scripts rotate around my gameobject and also allows me to zoom in and out. But I am trying to pan. How can I do that? I have a few classes that are attached to my main camera…
0
votes
0 answers

performance lag with highstock when loading data during panning

We are displaying a highstock chart in our service where we are showing some dense data (multiple values per second possible). To avoid loading too much data for big timeranges we integrated an aggregation on serverside. We integrated logic to…