Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • V vryPanoEdit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PHP
  • vryPanoEdit
  • Merge requests
  • !92

Merged
Created 4 years ago by 李文起@liwenqiContributor

Feature/v1.2.9

  • Overview 0
  • Commits 2
  • Changes 1

处理沙盘

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    650648e2
    2 commits, 4 years ago

1 file
+ 1
- 1

    Preferences

    File browser
    Compare changes
src/Services/SandTable/SandTableParent.php
+ 1
- 1
  • View file @ 650648e2

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
//渲染点
$spotAttribute['name'] = 'scene_' . $value['scene_id'];
if (!empty($value['x'])) {
if ($value['x'] !== '' && $value['x'] !== null) {
$spotAttribute['x'] = $value['x'] * ($value['width'] / 400.0);
$spotAttribute['y'] = $value['y'] * ($value['width'] / 400.0);
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Lock merge request
Unlocked
1
1 participant
李文起
Reference: php/vryPanoEdit!92
Source branch: feature/v1.2.9

Menu

Projects Groups Snippets
Help