Commit Graph

36 Commits

Author SHA1 Message Date
Matthew Amato 2fd0e8f7e4 Format all code with prettier 2020-04-16 20:31:36 -04:00
Tom Payne 1ae9fda901 Add newlines to end of text files. 2016-10-19 16:53:31 -04:00
Kevin Ring 6e24114a5e Keep Norton from hiding the globe. 2014-07-14 17:33:21 +10:00
Scott Hunter 72702b5e49 Remove SvgPath in favor of a Knockout binding handler.
Also refactor CSS organization to eliminate duplicate imports.  Shared styles are in shared.css.  Individual widget CSS files, e.g. BaseLayerPicker.css, no longer import anything.  Users are expected to import "widgets.css" to get everything in the common case, or import all of the individual stylesheets, including shared, for each widget that they use, in the uncommon case.
2013-12-05 15:28:44 -05:00
Ed Mackey 4c4359ed76 Adjust styling on error box. 2013-08-27 15:27:20 -04:00
Scott Hunter 3987742972 Rename loading to loadingIndicator to be a bit more specific. 2013-06-13 11:29:57 -04:00
Scott Hunter 6f2d0a18ed Add a new checkForChromeFrame function that doesn't require Dojo. 2013-06-13 11:09:45 -04:00
Matthew Amato 9df91890a8 Add loading indicator to Cesium Viewer app
Also fix some error handling and query string parsing code.  We'll have more robust notification in the Viewer widget with future work.
2013-06-12 13:26:09 -04:00
Scott Hunter 00c6d40639 Switch build process for CesiumViewer to no longer use Dojo. 2013-06-07 14:37:58 -04:00
Matthew Amato c15feb17eb Ongoing Viewer work.
This change primarily adds back functionality to the Cesium Viewer that is now considered app specific, in this case, the existing query parameters.  Also made a few other tweaks.
2013-05-20 16:17:15 -04:00
mramato c5a4e7db8d Start of CesiumViewerWidget replacement. 2013-04-30 22:31:48 -04:00
Matthew Amato 42607fd268 Update to Dojo 1.8.3
1. Delete `ThirdParty/dojo-release-1.7.2-src`
2. Add `ThirdParty/dojo-release-1.8.3-src`
3. Update source with find and replace.

No other changes
2013-01-28 19:59:41 -05:00
Ed Mackey e7c4d14590 Tweak the viewer CSS to be friendlier to re-use. 2012-10-15 18:07:28 -04:00
Ed Mackey 51e251f3c1 Rename CesiumWidget to CesiumViewerWidget. 2012-07-31 22:05:35 -04:00
Ed Mackey cf745da510 Rename 'Widgets/DojoWidgets' to 'Widgets/Dojo'. 2012-07-31 21:58:33 -04:00
Ed Mackey bee4a0eaff Renamed 'Controls' back to 'Widgets', and moved DojoWidgets to be a subfolder of Widgets. That way, we won't have two different Widgets folders at the same level. 2012-07-26 21:34:46 -04:00
Ed Mackey 63a7ceedb0 CSS cleanup. 2012-07-23 13:08:47 -04:00
Ed Mackey 79cbc36fae Move CesiumViewer CSS into CesiumWidget. 2012-07-19 17:40:08 -04:00
Ed Mackey 3cffeb2c55 Prefix all CesiumViewer CSS classes. 2012-07-19 17:33:37 -04:00
Ed Mackey 98634488d3 Start work on a Cesium Viewer Widget. 2012-07-19 17:22:12 -04:00
Ed Mackey 245b522a29 Add a bit of styling to show checked togglebuttons. We're planning to redesign this GUI, so this is temporary. 2012-07-03 22:30:25 -04:00
Matthew Amato a23c85c758 More changes from peer review.
1. Remove AGI logo from viewer and use Cesium logo in places an AGI logo was being used.
2. Delete AGI logos.
3. Clean up some documentation and tests.
4. Fix tab/spaces in build.xml.
2012-06-28 13:09:53 -04:00
Matthew Amato 3b5db7efc2 Fix full-screen resizing issue in Viewer. 2012-06-26 13:05:53 -04:00
Matthew Amato 5a9aaf31e9 Logo tweaks. 2012-06-26 11:18:46 -04:00
Ed Mackey f5d6fb6e41 Add dropshadow behind AGI logo. 2012-06-25 17:13:13 -04:00
Matthew Amato b60fbf908c Add logos to Viewer for Cesiuma ang AGI. Make Bing logo the icon for
the imagery toolbar, turn off statistics display for now.
2012-06-25 16:33:26 -04:00
Matthew Amato daa0ae04f3 Rename Dojo to DojoWidgets and Controls to Widgets 2012-06-13 15:50:37 -04:00
Matthew Amato d18e667b72 Change Viewer to use new affectedByLighting property
This will fix 2D and Columbus view lighting rather than relying
on setting sun position to camera position.
2012-06-08 20:49:27 -04:00
Matthew Amato ecf827ba71 Use a dojo buttom for the time display. 2012-05-30 15:44:28 -04:00
Matthew Amato fbb7801ce4 Temporarily add view toolbar and zooming capabilities from prototype. 2012-05-30 14:57:58 -04:00
Matthew Amato 2637ff56e8 Add an animation toolbar to Cesium Viewer. 2012-05-30 13:50:32 -04:00
Matthew Amato 28b0bd3738 Move non-app code out of the Apps directory and create two new directories under source. Dojo, for dojo dependant code, and Controls, for non-toolkit specific ui controls. 2012-05-30 10:27:28 -04:00
Ed Mackey 9a799caa33 Turned on Ground Atmosphere in Viewer, because it works now. Also a font tweak. 2012-05-22 16:22:48 -04:00
Matthew Amato 36c0a48248 Re-organize DojoWidgets into a more general dojo based directory. 2012-05-22 10:23:22 -04:00
Matthew Amato d4b6d863cd Submit of original timeline prototype
1. Standalone Timeline in its own directory
2. Wrapper widget for dojo
3. Demo application.

The timeline will be completely refactored after the initial CZML implementation is completed.
2012-05-19 09:16:18 -04:00
Matthew Amato 8c552a605e Ongoing Cesium Viewer work.
1. Introduce a new Clock object for keeping track of time.
2. Initial submit of Cesium Viewer application and dojo Widget, not much there yet.
2012-05-07 15:50:52 -04:00