You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement new settings to configure the light source of 3D maps (Cesium.js), here the options we should implement:
Flashlight (default) see flashlight inside the sandcastle example
Date time set a specific date time, see how works the setTime function in the sandcastle example. When this option is selected an additional date time picker should be visible in UI
Sunlight the default cesium behavior
These new options should be placed inside the map settings panel
What kind of improvement you want to add? (check one with "x", remove the others)
Description:
- handle showing select DD in mapSettings for cesium with 3 options: flashlight, sunlight, custom dateTime
- handle logic of setting lighting options for cesium if user select one of the 3 available options
- add unit test
- add translations
…solve review comments]
Description:
- replace specific 3D lighting option with just 'lighting' in prop name in mapOptions, label, placeholder, translations
- refactor code and create sungle function 'updateFlashlightEffect' for handling applying the lighting map theme in Map.jsx
- remove: DEFAULT_QUICK_TIME_SELECTORS from MapSettings.jsx that used for dateTimePicker
- make sunlight is the default option for cesium map lighting
- replace normal label with 'ControlLabel' for lighting mapSettings
- add the prop popupPosition="top" to dateTimePicker of lighting
- add space bet. DD and DateTimePicker of lighting on map settings modal
Description
We should implement new settings to configure the light source of 3D maps (Cesium.js), here the options we should implement:
These new options should be placed inside the map settings panel
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
Cesium sandcastle with lighting examples
The text was updated successfully, but these errors were encountered: