mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Update panoramax.js
Fixing a bug with heading
This commit is contained in:
@@ -152,7 +152,7 @@ function loadTileDataToCache(data, tile) {
|
||||
id: feature.properties.id,
|
||||
account_id: feature.properties.account_id,
|
||||
sequence_id: feature.properties.sequences.split('\"')[1],
|
||||
heading: feature.properties.heading,
|
||||
heading: parseInt(feature.properties.heading, 10),
|
||||
image_path: '',
|
||||
resolution: feature.properties.resolution,
|
||||
isPano: feature.properties.type === 'equirectangular',
|
||||
|
||||
Reference in New Issue
Block a user