mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
fix README aws examples
This commit is contained in:
@@ -33,7 +33,7 @@ Lambda Function URLs:
|
||||
|
||||
```json
|
||||
{
|
||||
"rawPath": "/my-tileset-name/0/0/0.pbf"
|
||||
"rawPath": "/my-tileset-name/0/0/0.mvt"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -42,7 +42,7 @@ API Gateway (HTTP or REST):
|
||||
```json
|
||||
{
|
||||
"pathParameters": {
|
||||
"proxy": "my-tileset-name/0/0/0.pbf"
|
||||
"proxy": "my-tileset-name/0/0/0.mvt"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user