Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 8da41d8

Browse files
author
Jesse Crocker
authored
Update example URLs in readme (#6)
1 parent 915ea36 commit 8da41d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Multiple styles are supported, and must be specified with a config file. For an
1010

1111
Request a map centered on a given coordinate, and a given zoom level.
1212
/**zoom**/**lon**/**lat**x**width**/**height**/**background**.**format**
13-
Example `/10.5/-111/45/200/200/default.png`
13+
Example `/10.5/-111/45/200x200/default.png`
1414
Post data is optional.
1515
Zoom levels are based on 512 pixel tiles, so they may be 1 off from expected.
1616

@@ -19,7 +19,7 @@ Zoom levels are based on 512 pixel tiles, so they may be 1 off from expected.
1919
Request a map of a specific geographic region.
2020
"/**bounds**/**width**x**height**/**background**.**format**"
2121
Bounds is in the formal W,S,E,N.
22-
Example: `/-110,44,-109,45/100/100/topo.png`
22+
Example: `/-110,44,-109,45/100x100/topo.png`
2323
Post data is optional.
2424

2525
### Cover data
@@ -52,4 +52,4 @@ For example `.jpg90`
5252

5353
## Example requests
5454

55-
- `curl -d '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-111.37939453125,44.61393394730626]}}' -H 'Content-Type: application/json' http://localhost:3000/100/100/default.png`
55+
- `curl -d '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-111.37939453125,44.61393394730626]}}' -H 'Content-Type: application/json' http://localhost:3000/100x100/default.png`

0 commit comments

Comments
 (0)