Skip to content

Commit

Permalink
(chore) Update Uber References (keplergl#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored Dec 22, 2023
1 parent 9fadc5a commit 24acc1a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion contributing/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ npm run start:deck-src

## Running Tests

- We write node and browser tests with [Tape][tape], [Enzyme][enzyme], [jsDom](https://www.npmjs.com/package/jsdom) and [@probe.gl/test-util](https://uber-web.github.io/probe.gl/docs/api-reference/test-utils/browser-driver), and lint with [ESLint][eslint]. Make sure to run test before submitting your PR. To run all of the tests once
- We write node and browser tests with [Tape][tape], [Enzyme][enzyme], [jsDom](https://www.npmjs.com/package/jsdom) and [@probe.gl/test-util](https://uber-web.github.io/probe.gl/docs/modules/test-utils/browser-driver), and lint with [ESLint][eslint]. Make sure to run test before submitting your PR. To run all of the tests once

```bash
yarn test
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/k-save-and-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Save and Export](https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/documentation/k-save-and-export-1.png "activate interactions")

kepler.gl is a client-side only application. In the demo app, the data you uploaded stays in your browser. Uber does not send or store any user data to any backends. This rule poses an limitation on how you can save and share your maps.
kepler.gl is a client-side only application. In the demo app, the data you uploaded stays in your browser. kepler.gl does not send or store any user data to any backends. This rule poses an limitation on how you can save and share your maps.

However, in the demo app, you can:

Expand Down
4 changes: 2 additions & 2 deletions src/utils/src/export-map-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const exportMapToHTML = (options, version = KEPLER_GL_VERSION) => {
<!-— twitter card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@uber">
<meta name="twitter:creator" content="@uber">
<meta name="twitter:site" content="@openjsf">
<meta name="twitter:creator" content="@openjsf">
<meta name="twitter:title" content="Large-scale WebGL-powered Geospatial Data Visualization Tool">
<meta name="twitter:description" content="Kepler.gl is a powerful web-based geospatial data analysis tool. Built on a high performance rendering engine and designed for large-scale data sets.">
<meta name="twitter:image" content="https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/kepler.gl-meta-tag.png" />
Expand Down
2 changes: 1 addition & 1 deletion website-gatsby/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const GATSBY_CONFIG = {
},
{
name: 'react-map-gl',
url: 'https://uber.github.io/react-map-gl'
url: 'https://visgl.github.io/react-map-gl'
},
{
name: 'nebula.gl',
Expand Down
4 changes: 2 additions & 2 deletions website-gatsby/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ export default class Footer extends PureComponent {
</LinkButton>
</ButtonContainer>
<SocialContainer>
<FacebookShareButton url="https://uber.github.io/kepler.gl/">
<FacebookShareButton url="https://kepler.gl/">
<FacebookIcon size={32} />
</FacebookShareButton>
{' '}
<TwitterShareButton url="https://uber.github.io/kepler.gl/" hashtags={['keplergl']}>
<TwitterShareButton url="https://kepler.gl/" hashtags={['keplergl']}>
<TwitterIcon size={32} />
</TwitterShareButton>
</SocialContainer>
Expand Down
4 changes: 2 additions & 2 deletions website/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ export default class Footer extends PureComponent {
</LinkButton>
</ButtonContainer>
<SocialContainer>
<FacebookShareButton url="https://uber.github.io/kepler.gl/">
<FacebookShareButton url="https://kepler.gl/">
<FacebookIcon size={32} />
</FacebookShareButton>{' '}
<TwitterShareButton url="https://uber.github.io/kepler.gl/" hashtags={['keplergl']}>
<TwitterShareButton url="https://kepler.gl/" hashtags={['keplergl']}>
<TwitterIcon size={32} />
</TwitterShareButton>
</SocialContainer>
Expand Down
4 changes: 2 additions & 2 deletions website/src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<!-— twitter card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@uber">
<meta name="twitter:creator" content="@uber">
<meta name="twitter:site" content="@openjsf">
<meta name="twitter:creator" content="@openjsf">
<meta name="twitter:title" content="Large-scale WebGL-powered Geospatial Data Visualization Tool">
<meta name="twitter:description" content="Kepler.gl is a powerful web-based geospatial data analysis tool. Built on a high performance rendering engine and designed for large-scale data sets.">
<meta name="twitter:image" content="https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/kepler.gl-meta-tag.png" />
Expand Down

0 comments on commit 24acc1a

Please sign in to comment.