Skip to content

Commit 29b5b06

Browse files
Fix a typo (#114)
1 parent 6f7ed2b commit 29b5b06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pmtiles/create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GDAL has native support for PMTiles starting with version 3.8.0 (2023-11-13), se
6464
GDAL's [`ogr2ogr`](https://gdal.org/programs/ogr2ogr.html#ogr2ogr) tool supports a wide range of formats as input for creating PMTiles. Below are examples of generating PMTiles from a Shapefile or multiple PostgreSQL/PostGIS tables.
6565

6666
```sh
67-
# Convert shapefile to to pmtiles
67+
# Convert shapefile to pmtiles
6868
ogr2ogr -dsco MINZOOM=10 -dsco MAXZOOM=15 -f "PMTiles" filename.pmtiles my_shapes.shp
6969

7070
# Merge all PostgreSQL/PostGIS tables in a schema into a single PMTiles file.
@@ -81,4 +81,4 @@ Run the basemaps program on your own computer to modify the layers or generate o
8181

8282
## Tilemaker
8383

84-
[Tilemaker](https://github.com/systemed/tilemaker) is a program for creating basemap tilesets from OpenStreetMap, though not ones that match the layers in the Protomaps [Basemap Layers](/basemaps/layers). The PMTiles archives that Tilemaker produces are currently not clustered, which may result in large, slower fetches when decoding in a web browser. For production use you should optimize the archive with [pmtiles cluster](/pmtiles/cli#cluster).
84+
[Tilemaker](https://github.com/systemed/tilemaker) is a program for creating basemap tilesets from OpenStreetMap, though not ones that match the layers in the Protomaps [Basemap Layers](/basemaps/layers). The PMTiles archives that Tilemaker produces are currently not clustered, which may result in large, slower fetches when decoding in a web browser. For production use you should optimize the archive with [pmtiles cluster](/pmtiles/cli#cluster).

0 commit comments

Comments
 (0)