{"id":16422385,"url":"https://github.com/enricofer/wide_sight_frontend","last_synced_at":"2025-08-01T14:04:11.008Z","repository":{"id":44740194,"uuid":"153448676","full_name":"enricofer/wide_sight_frontend","owner":"enricofer","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-24T14:44:48.000Z","size":32293,"stargazers_count":5,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T13:44:39.198Z","etag":null,"topics":["equirectangular","equirectangular-panorama","frontend","threejs","viewer","vue","vuejs","widesight"],"latest_commit_sha":null,"homepage":"wide-sight-frontend.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enricofer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-17T11:54:47.000Z","updated_at":"2023-08-24T14:44:54.000Z","dependencies_parsed_at":"2024-10-28T15:28:41.753Z","dependency_job_id":"66fd14e7-5849-470d-ba58-2cc153521cec","html_url":"https://github.com/enricofer/wide_sight_frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enricofer/wide_sight_frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fwide_sight_frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fwide_sight_frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fwide_sight_frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fwide_sight_frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enricofer","download_url":"https://codeload.github.com/enricofer/wide_sight_frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fwide_sight_frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268240279,"owners_count":24218355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["equirectangular","equirectangular-panorama","frontend","threejs","viewer","vue","vuejs","widesight"],"created_at":"2024-10-11T07:36:22.841Z","updated_at":"2025-08-01T14:04:10.893Z","avatar_url":"https://github.com/enricofer.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wide_sight_frontend\n\nWidesight frontend for browsing and extracting informations from a [widesight panorama service](https://github.com/enricofer/wide_sight)\n\n![nn](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/Peek_browse.gif)\n\n\n\n## Build setup\n\n```bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n```\n\n## Configure\n\nThe VUEjs app define a new wide-sight html tag as a widesight panorama viewer within the html page.\n\nThe viewer needs to be configured with the following parameters:\n\n- backend: a widesight backend server url endpoint: https://github.com/enricofer/wide_sight\n\n- apikey: a valid api key: https://app.swaggerhub.com/apis-docs/enricofer/Widesight/1.0.0#/apikeys/apikeys_list\n\n- panokey: a valid start panorama image to view: https://app.swaggerhub.com/apis-docs/enricofer/Widesight/1.0.0#/panoramas/panoramas_list\n\n- overlay (options): a geojson overlay to render over the panorama image\n\n```http\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003ctitle\u003ewide_sight_frontend\u003c/title\u003e\n    \u003cstyle\u003e\n    wide-sight {\n      width:600px;\n      height:400px;\n    }\n    \u003c/style\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cwide-sight\n        backend=\"http://localhost:8080\"\n        apikey=\"3788e7c9-ace9-4fb6-95b9-db6170b6286f\"\n        panokey=\"6d5e2b70-8517-44a8-acd5-e7c12e00272a\"\n        overlay=\"https://beato.duckdns.org:8443/static/test.geo.json\"\u003e\n    \u003c/wide-sight\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Viewer features\n\n![](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/widesight_frontend_features.png)\n\n\n\n### Browse panoramas\n\nClick on yellow spots to browse panoramas\n\n![](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/Peek_browse.gif)\n\n\n\n### Viewer options\n\nclick on settings button to configure viewer elements visibility\n\n![](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/Peek_settings.gif)\n\n\n\n### Tag image\n\nClick on tag button to enable polygon tagging on panorama\n\n![](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/Peek_tag.gif)\n\n\n\n### Geolocate map spots on image\n\nDouble click on image to insert a geolocated map spot\n\n![](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/Peek_spot.gif)\n\n\n\n### Tune panorama visual parameters\n\nClick on tuning icon to rule panorama visual parameters (location, height from ground, pitch, roll)for improving geolocation accurancy\n\n![](https://raw.githubusercontent.com/enricofer/wide_sight_frontend/docs/Peek_tune.gif)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenricofer%2Fwide_sight_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenricofer%2Fwide_sight_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenricofer%2Fwide_sight_frontend/lists"}