@@ -10,7 +10,7 @@ Multiple styles are supported, and must be specified with a config file. For an
1010
1111Request 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 `
1414Post data is optional.
1515Zoom 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.
1919Request a map of a specific geographic region.
2020"/** bounds** /** width** x** height** /** background** .** format** "
2121Bounds 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 `
2323Post 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