-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exhibit show #128
Exhibit show #128
Conversation
mathieuLivebardon
commented
Mar 4, 2022
•
edited
Loading
edited
- Best popup og image GOs
- Image in big and without deformation, litle text of description, map of Lyon with Location of the image (if specified)
- All this elements are modifiable in the editor
- Doubleclick for display popup
- New Images and reorder them in the room Expo
- New image of the map of Lyon (free usage and georeferenced)
- Image respect by default its apsect ratio
- popup_position removed (old way to give a position in map for localize image). Now we works with GPS Coordinates (Lng, Lat)
- eslint-prettier-config (prevents conflicts between eslint and prettier)
] | ||
}, | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
client/assets/worlds/worlds.json
Outdated
] | ||
}, | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment above
this.content.appendChild(labelFactorWidth); | ||
|
||
this.content.appendChild(refresh); | ||
|
||
} | ||
|
||
appendLSSignageDisplayerUI(gV) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
each module function should be in a separate file to clear code