Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Sep 20, 2019
1 parent 860097f commit 1d9d110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions examples/3d-tiles-deckgl/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/* global URL */
import '@babel/polyfill'; // For older browsers
import '@loaders.gl/polyfills'; // For older browsers

import React, {PureComponent} from 'react';
import {render} from 'react-dom';
import {StaticMap} from 'react-map-gl';
Expand Down
2 changes: 1 addition & 1 deletion website/ocular-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = {
{
title: '3D Tiles',
image: 'images/example-3d-tiles.png',
componentUrl: resolve(__dirname, '../examples/3d-tiles/app.js'),
componentUrl: resolve(__dirname, '../examples/3d-tiles-deckgl/app.js'),
path: 'examples/3d-tiles'
},
{
Expand Down

0 comments on commit 1d9d110

Please sign in to comment.