Skip to content

Commit 0536107

Browse files
authored
Update README.md
1 parent 99b2a16 commit 0536107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Options:
2525
### Quickstart example
2626

2727
```sh
28-
curl -X POST https://slice.protomaps.dev/api/ -d '{"Name":"none","RegionType":"geojson","RegionData":{"type":"Polygon","coordinates":[[[-77.4571,37.5530],[-77.4571,37.5272],[-77.4133,37.5272],[-77.4133,37.5530],[-77.4571,37.5530]]]}}'
28+
curl -X POST https://slice.openstreetmap.us/api/ -d '{"Name":"none","RegionType":"geojson","RegionData":{"type":"Polygon","coordinates":[[[-77.4571,37.5530],[-77.4571,37.5272],[-77.4133,37.5272],[-77.4133,37.5530],[-77.4571,37.5530]]]}}'
2929
# 2637da98-20a1-428f-b6db-18ac2861b763
30-
curl https://slice.protomaps.dev/api/2637da98-20a1-428f-b6db-18ac2861b763
30+
curl https://slice.openstreetmap.us/api/2637da98-20a1-428f-b6db-18ac2861b763
3131
# when Complete is true, fetch the file:
32-
curl https://slice.protomaps.dev/files/2637da98-20a1-428f-b6db-18ac2861b763.osm.pbf -o out.osm.pbf
32+
curl https://slice.openstreetmap.us/files/2637da98-20a1-428f-b6db-18ac2861b763.osm.pbf -o out.osm.pbf
3333
```
3434

3535
### GET `/`

0 commit comments

Comments
 (0)