Mapillary Viewing direction is not correctly displayed
What steps will reproduce the problem?
- Open the picture http://www.mapillary.com/map/im/NpF6CDjfsXO6-8_yJ4uXIw in JOSM
-
-
What is the expected result?
The icon should point in north-western direction as can be seen on the Mapillary website.
What happens instead?
The icon points in northern direction.
This may be a problem on Mapillary's side: The pictures in this sequence were taken with a common digital photo camera (not able to record the viewing direction). The viewing direction was therefore automatically assumed to be exactly northern for all pictures of the sequence. The viewing direction was corrected later manually using the sequence settings available under http://www.mapillary.com/map/e/NpF6CDjfsXO6-8_yJ4uXIw .
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2015-06-16 21:45:58
Last Changed Author: Don-vip
Revision: 8491
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Relative URL: ^/trunk
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2015-06-16 23:27:08 +0200 (Tue, 16 Jun 2015)
Last Changed Rev: 8491
Identification: JOSM/1.5 (8491 en) Linux Ubuntu 15.04
Memory Usage: 558 MB / 3641 MB (318 MB allocated, but free)
Java version: 1.7.0_79, Oracle Corporation, OpenJDK 64-Bit Server VM
Java package: openjdk-7-jre:amd64-7u79-2.5.5-0ubuntu1
VM arguments: [-javaagent:/usr/share/java/jayatanaag.jar]
Dataset consistency test: No problems found
Plugins:
- DirectUpload (31241)
- Mapillary (31282)
- OpeningHoursEditor (31241)
- buildings_tools (31241)
- commons-imaging (31241)
- editgpx (31241)
- imagery_offset_db (31241)
- livegps (31241)
- measurement (31289)
- mirrored_download (31294)
- pbf (31241)
- photo_geotagging (31241)
- poly (31241)
- utilsplugin2 (31241)
- walkingpapers (31241)
Last errors/warnings:
- E: Failed to locate image 'presets/crossing.png'
- W: Could not get presets icon presets/crossing.png
- E: Failed to locate image 'error_small.png'
- W: Mappaint style "standard" (FIXME Highlight Warnings) icon "error_small.png" not found.
Change History
(5)
Summary: |
Viewing direction is not correctly displayed → Mapillary Viewing direction is not correctly displayed
|
Resolution: |
→ invalid
|
Status: |
new → closed
|
I think it's a problem with Mapillary API. The array containing the directions is this:
[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]
So, there is probably some error. I'll talk to them soon.