This website requires JavaScript.
Explore
Help
Register
Sign in
sij
/
mapnik
Watch
1
Star
0
Fork
You've already forked mapnik
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
200e9096e9
mapnik
/
utils
/
shapeindex
History
Dane Springmeyer
200e9096e9
strip the file extention of '.shp', if provided, as the shapefile driver does not expect the ext. This allows a directory of shapefiles to be indexed like:
2010-07-16 23:28:53 +00:00
..
Makefile.am
compile utils with autotools
2009-04-04 16:33:25 +00:00
quadtree.hpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
SConscript
ensure shapeindex links against boost system if available (boost >=1.35) to avoid potential problems in indirect linking on linux (essentially directly dynamically linking like we previously only did on os x) -
closes
#517
2010-02-21 01:00:09 +00:00
shapeindex.cpp
strip the file extention of '.shp', if provided, as the shapefile driver does not expect the ext. This allows a directory of shapefiles to be indexed like:
2010-07-16 23:28:53 +00:00