mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
fix changed references to panellum code in /dist
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,7 +17,7 @@ transifex.auth
|
||||
/dist/img/*.svg
|
||||
/dist/locales/en.min.json
|
||||
/dist/mapillary-js/
|
||||
/dist/pannellum-streetside/
|
||||
/dist/pannellum/
|
||||
|
||||
/coverage/
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ const imgZoom = d3_zoom()
|
||||
.extent([[0, 0], [320, 240]])
|
||||
.translateExtent([[0, 0], [320, 240]])
|
||||
.scaleExtent([1, 15]);
|
||||
const pannellumViewerCSS = 'pannellum-streetside/pannellum.css';
|
||||
const pannellumViewerJS = 'pannellum-streetside/pannellum.js';
|
||||
const pannellumViewerCSS = 'pannellum/pannellum.css';
|
||||
const pannellumViewerJS = 'pannellum/pannellum.js';
|
||||
const resolution = 1080;
|
||||
|
||||
let _mlyActiveImage;
|
||||
|
||||
Reference in New Issue
Block a user