https://github.com/mapbox/tippecanoe
Revision 433fc800dd718e86b1cf8d5127e638edf2caa97e authored by Eric Fischer on 27 July 2017, 00:35:50 UTC, committed by Eric Fischer on 27 July 2017, 00:35:50 UTC
1 parent 81e3f09
Raw File
Tip revision: 433fc800dd718e86b1cf8d5127e638edf2caa97e authored by Eric Fischer on 27 July 2017, 00:35:50 UTC
Experiment: exclude geometries that will wrap around when rendered
Tip revision: 433fc80
.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
unit

# Vim
*.swp

# Mac 
.DS_Store
back to top