Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-12779: Fix documentation for tile dependencies example (#1939)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stichbury <[email protected]>
  • Loading branch information
nzjony authored Nov 2, 2020
1 parent d2d955b commit fe17315
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion @here/harp-examples/src/tile_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,11 @@ export namespace TileDependenciesExample {
const instructions = `
Pan to the left / right until the tile in the center disappears.<br/>
To enable usage of the tile dependencies, check the checkbox,<br/>
the geometry will now always be visible.`;
the geometry will now always be visible.
Clicking on the geometry will show a box showing where you clicked.
If the tile dependencies checkbox is disabled, this will only work in
the center tile, because otherwise we assume that the contents of any
given tile remain in its boundaries.`;
const message = document.createElement("div");
message.style.position = "absolute";
message.style.cssFloat = "right";
Expand Down

0 comments on commit fe17315

Please sign in to comment.