Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Jun 26, 2024
1 parent 71f92b4 commit d49a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ADR-250-minimap-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This option is inspired by the current implementation, which the reference clien
The endpoint base URL specified in the Realm follows the next schema:
```javascript
const { baseUrl, suffixUrl } = realmAbout.minimaps.satelliteView
const imageUrl = `${baseUrl}/${zoom}/${x},${y}${suffixUrl}
const imageUrl = `${baseUrl}/${zoom}/${x},${y}${suffixUrl}`
```

Where the zoom is 1 to N (from far to near), and the `{x},{y}` is the quadrant you want to get. Both `baseUrl` and `suffixUrl` are to give flexibility when hosting this service.
Expand Down

0 comments on commit d49a5b1

Please sign in to comment.