Skip to content

Commit

Permalink
Update README with tileset naming conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Hahn committed Apr 20, 2011
1 parent 919af7c commit bce5325
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -86,6 +86,19 @@ MBTiles files should be placed in the `tiles` directory. Each
tileset can be previewed at `http://localhost:8888/tileset/[filename]` where
`[filename]` is the name of the tileset file without the `.mbtiles` extension.

Tilesets MBTiles filenames:

- May contain letters (lower or upper case), numbers, underscores or dashes.

world-light.mbtiles
control_room.mbtiles
PartyLikeIts1999.mbtiles

- May not contain periods, spaces, non ASCII characters or other punctuation.

World Light.mbtiles
BlueWorld-1.0.mbtiles

Commandline options:

Usage: tilestream [COMMAND] [OPTION]
Expand Down

0 comments on commit bce5325

Please sign in to comment.