Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed Apr 24, 2023
1 parent 5c03228 commit 45f3713
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion debug/animation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) and bing map access token(`BINGMAP_AC

**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
2 changes: 1 addition & 1 deletion debug/b3dtile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install yarn
## Usage
**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
8 changes: 4 additions & 4 deletions debug/dataset-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See the debug/debug-common README and build it.
## Usage
**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand All @@ -45,7 +45,7 @@ Or set token to `process.env.BINGMAP_ACCESS_TOKEN` directly in `DatasetViewer.ts

**To set api key:**

To access the cloud data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To access the cloud data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_API_KEY=<mapray_api_key>
Expand All @@ -56,7 +56,7 @@ Or set api key to `process.env.MAPRAY_API_KEY` directly in `DatasetViewer.ts`.

**To set user id:**

To use the dataset, you need a [Mapray API user id ](/doc/developer-guide/Account/index.md). You can either set an environment variable:
To use the dataset, you need a [Mapray API user id ](https://mapray.com/documents/overview/account/index.html). You can either set an environment variable:

```bash
export MAPRAY_API_USER_ID=<your user id>
Expand All @@ -71,7 +71,7 @@ Or set user id to `process.env.MAPRAY_API_USER_ID` directly in `DatasetViewer.ts

**To set user dataset id:**

To use the dataset, you need a [Dataset id ](/doc/developer-guide/ConnectMaprayCloud-2D/index.md). You can either set an environment variable:
To use the dataset, you need a [Dataset id ](https://mapray.com/documents/overview/connectmapraycloud-2d/index.html). You can either set an environment variable:

```bash
export DATASET_2D_ID = <2d dataset id>;
Expand Down
2 changes: 1 addition & 1 deletion debug/picking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) and bing map access token(`BINGMAP_AC

**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
8 changes: 4 additions & 4 deletions debug/point-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install yarn
## Usage
**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand All @@ -39,7 +39,7 @@ Or set token to `process.env.BINGMAP_ACCESS_TOKEN` directly in `PointCloudViewer

**To set api key:**

To access the cloud data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To access the cloud data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_API_KEY=<mapray_api_key>
Expand All @@ -50,7 +50,7 @@ Or set api key to `process.env.MAPRAY_API_KEY` directly in `PointCloudViewer.ts`

**To set user id:**

To use the dataset, you need a [Mapray API user id ](/doc/developer-guide/Account/index.md). You can either set an environment variable:
To use the dataset, you need a [Mapray API user id ](https://mapray.com/documents/overview/account/index.html). You can either set an environment variable:

```bash
export MAPRAY_API_USER_ID=<your user id>
Expand All @@ -61,7 +61,7 @@ Or set user id to `process.env.MAPRAY_API_USER_ID` directly in `PointCloudViewer

**To set user dataset id:**

To use the dataset, you need a [Point Cloud Dataset id](/doc/developer-guide/ConnectMaprayCloud-PC/index.md). You can either set an environment variable:
To use the dataset, you need a [Point Cloud Dataset id](https://mapray.com/documents/overview/connectmapraycloud-pc/index.html). You can either set an environment variable:

```bash
export DATASET_POINT_CLOUD_ID = <point cloud dataset id>;
Expand Down
2 changes: 1 addition & 1 deletion debug/render-phase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) and bing map access token(`BINGMAP_AC

**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
2 changes: 1 addition & 1 deletion debug/space/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ brew install yarn
## Usage
### To set access token

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
2 changes: 1 addition & 1 deletion examples/b3dtiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install yarn
## Usage
**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
2 changes: 1 addition & 1 deletion examples/pointcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install yarn
## Usage
**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
2 changes: 1 addition & 1 deletion examples/terrain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install yarn
## Usage
**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down

0 comments on commit 45f3713

Please sign in to comment.