Skip to content

Commit

Permalink
- Fixed empty string names were ignored when updating mil std and bas…
Browse files Browse the repository at this point in the history
…ic points. #343
  • Loading branch information
alberto-acevedo committed Oct 5, 2017
1 parent 510d6d2 commit bf0a845
Show file tree
Hide file tree
Showing 40 changed files with 137,995 additions and 102,332 deletions.
208,778 changes: 116,342 additions & 92,436 deletions src/mapengine/cesium/js/lib/cesium/Cesium.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/mapengine/cesium/js/lib/cesium/EmpCesium.js
Original file line number Diff line number Diff line change
Expand Up @@ -9099,6 +9099,7 @@ function EmpCesium() {
presentEntity.label.outlineColor = entity.label.outlineColor;
presentEntity.label.scale = entity.label.scale;
presentEntity.label.font = entity.label.font;
presentEntity.label.text = entity.label.text;
presentEntity.label.horizontalOrigin = entity.label.horizontalOrigin;
} else if (entity.label && !presentEntity.label) {
presentEntity.label = entity.label;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
width: 185px;
}

.cesium-cesiumInspector-frustumStats {
.cesium-cesiumInspector-frustumStatistics {
padding-left: 10px;
padding: 5px;
background-color: rgba(80, 80, 80, 0.75);
Expand Down
11 changes: 11 additions & 0 deletions src/mapengine/cesium/js/lib/cesium/Widgets/Viewer/Viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,14 @@
display: inline-block;
margin: 0 3px;
}

.cesium-viewer-cesium3DTilesInspectorContainer {
display: block;
position: absolute;
top: 50px;
right: 10px;
max-height: 100%;
padding-bottom: 70px;
box-sizing: border-box;
overflow: auto;
}
1 change: 1 addition & 0 deletions src/mapengine/cesium/js/lib/cesium/Widgets/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import url(./BaseLayerPicker/BaseLayerPicker.css);
@import url(./CesiumWidget/CesiumWidget.css);
@import url(./CesiumInspector/CesiumInspector.css);
@import url(./Cesium3DTilesInspector/Cesium3DTilesInspector.css);
@import url(./FullscreenButton/FullscreenButton.css);
@import url(./VRButton/VRButton.css);
@import url(./Geocoder/Geocoder.css);
Expand Down
Loading

0 comments on commit bf0a845

Please sign in to comment.