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
1ffe6dcf94
mapnik
/
utils
/
shapeindex
History
Dane Springmeyer
9265c75028
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:29:45 +00:00
..
quadtree.hpp
- make quadtree.hpp compile in newer gcc ( closing
#418
)
2009-12-04 14:25:51 +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 00:33:41 +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:29:45 +00:00