Revision 206c75f0ab72baa6fdeb0515da9d8e99d4d624f1 authored by Eric Fischer on 19 July 2018, 22:25:05 UTC, committed by GitHub on 19 July 2018, 22:25:05 UTC
Require that per-feature maxzoom and minzoom be small integers
2 parent s d64ac19 + 87a1bb7
Raw File
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Autogenerated dependencies
*.d

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
tippecanoe
tile-join
tippecanoe-decode
tippecanoe-enumerate
tippecanoe-json-tool
unit

# Vim
*.swp

# Mac
.DS_Store
back to top