Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browser-test/apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_API_KEY`) needs to be defined.

**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/index.html). You can either set an environment variable:

```bash
export MAPRAY_API_KEY=<mapray_access_token>
Expand Down
2 changes: 1 addition & 1 deletion debug/minimum-esm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) needs to be defined.

**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/index.html). You can either set an environment variable:

```bash
export MAPRAY_ACCESS_TOKEN=<mapray_access_token>
Expand Down
4 changes: 2 additions & 2 deletions debug/minimum-iife/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) needs to be defined.

**To set access token:**

To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md) and replace **`<your access token here>`** in DebugViewer.js:
To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/index.html) and replace **`<your access token here>`** in DebugViewer.js:

## Copy mapray and ui pacakges
1. building packages of [mapray](../../packages/mapray) and [ui](../../package.json/ui)
1. building packages of [mapray](../../packages/mapray) and [ui](../../packages/ui)
2. copy builded files. Command is as follows.
```angular2html
node copy.js
Expand Down