Oscar Lorentzon

Results 12 issues of Oscar Lorentzon

The current implementation of image tiling is creating a texture with the size of the original image. This is memory inefficient for large images, e.g. panoramas with sizes up to...

feature
affects-render

### Basic information **MapillaryJS version**: `2.6.0` **System/Browser**: `All` ### Steps to Reproduce Behavior 1. Create a new viewer and activate the tag component ```js var viewer = new Mapillary.Viewer(..., '');...

bug
affects-public-api

The library should support WebVR. Continuation of the discussion in the issue posted here: mapillary/mapillary_issues#1829. Features to discuss and handle: - [ ] Pan and tilt in perspective images. Avoid...

discussion
affects-render

Currently we use spatial navigation arrows rendered in HTML/CSS that have (semi) static positions on the canvas. They also only allow to navigate to a certain image in every direction....

feature
affects-graph
affects-component

When a non-zero border is used the library does not behave properly because the canvas is shifted and it is not entirely shown because of the fact that offset* values...

discussion
affects-render

### Basic information **MapillaryJS version**: `2.12.0` **System/Browser**: `All` ### Steps to Reproduce Behavior 1. Create a viewer and initialize it with the slider: ```js var viewer = new Mapillary.Viewer( "",...

bug
affects-component

Moving keyboard handlers related to panning from #259 to separate issue: `Pan Left, Right` `Tilt Up, Down` `Reset view to zero zoom and center at [0.5, 0.5]`

feature
affects-component

The navigation behavior should be simplified and unified across regular images and panoramas. It should always be clear what happens when a certain navigation arrow is clicked or a navigation...

discussion
affects-design

**mapillary-js version**: 1.7.2 ### Steps to Reproduce Behavior 1. Navigate to a panorama with orientation other than 1 ### Expected Behavior Image is oriented correctly. ### Actual Behavior Image is...

bug
affects-component

It would help development in many parts of the library if there was a performance test suite that could be run in CI and locally. The graph, the state and...

feature
affects-build