Skip to content

Commit

Permalink
Optimized sample images (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Aug 3, 2017
1 parent fc27b58 commit 86fa732
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 10 deletions.
Binary file added web/client/product/assets/img/3DViewer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/3DViewer.png
Binary file not shown.
Binary file added web/client/product/assets/img/Api.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/Api.png
Binary file not shown.
Binary file modified web/client/product/assets/img/FeatureGrid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/product/assets/img/LayerTree.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/LayerTree.png
Binary file not shown.
Binary file added web/client/product/assets/img/MousePosition.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/MousePosition.png
Binary file not shown.
Binary file added web/client/product/assets/img/Plugins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/Plugins.png
Binary file not shown.
Binary file added web/client/product/assets/img/Print.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/Print.png
Binary file not shown.
Binary file added web/client/product/assets/img/QueryForm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/QueryForm.png
Binary file not shown.
Binary file added web/client/product/assets/img/ScaleBar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/ScaleBar.png
Binary file not shown.
Binary file added web/client/product/assets/img/Viewer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/Viewer.png
Binary file not shown.
Binary file added web/client/product/assets/img/rasterstyler.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/client/product/assets/img/rasterstyler.png
Binary file not shown.
20 changes: 10 additions & 10 deletions web/client/product/components/home/Examples.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ const I18N = require('../../../components/I18N/I18N');
const {Panel, Button, Carousel, CarouselItem} = require('react-bootstrap');

const carouselImages = {
viewer: require('../../assets/img/Viewer.png'),
"3dviewer": require('../../assets/img/3DViewer.png'),
mouseposition: require('../../assets/img/MousePosition.png'),
scalebar: require('../../assets/img/ScaleBar.png'),
layertree: require('../../assets/img/LayerTree.png'),
queryform: require('../../assets/img/QueryForm.png'),
viewer: require('../../assets/img/Viewer.jpg'),
"3dviewer": require('../../assets/img/3DViewer.jpg'),
mouseposition: require('../../assets/img/MousePosition.jpg'),
scalebar: require('../../assets/img/ScaleBar.jpg'),
layertree: require('../../assets/img/LayerTree.jpg'),
queryform: require('../../assets/img/QueryForm.jpg'),
featuregrid: require('../../assets/img/FeatureGrid.jpg'),
print: require('../../assets/img/Print.png'),
plugins: require('../../assets/img/Plugins.png'),
api: require('../../assets/img/Api.png'),
rasterstyler: require('../../assets/img/rasterstyler.png')
print: require('../../assets/img/Print.jpg'),
plugins: require('../../assets/img/Plugins.jpg'),
api: require('../../assets/img/Api.jpg'),
rasterstyler: require('../../assets/img/rasterstyler.jpg')
};

class Examples extends React.Component {
Expand Down

0 comments on commit 86fa732

Please sign in to comment.