Skip to content

Commit

Permalink
pr shp
Browse files Browse the repository at this point in the history
  • Loading branch information
thejefflarson committed Oct 2, 2012
1 parent 78db682 commit fbdbc89
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/font-for-us.cpp
Expand Up @@ -75,6 +75,7 @@ int main(int argc, char **argv){

OGRFeature *feat;
while((feat = layer->GetNextFeature()) != NULL){
std::cout << "yo";
int field_index = feat->GetFieldIndex(options.name_field);

if(options.filter != NULL && strcmp(feat->GetFieldAsString(field_index), options.filter) != 0){
Expand Down
Binary file added tools/us-states/pr-no-water.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions tools/us-states/pr-no-water.prj
@@ -0,0 +1 @@
GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
Binary file added tools/us-states/pr-no-water.shp
Binary file not shown.
Binary file added tools/us-states/pr-no-water.shx
Binary file not shown.

0 comments on commit fbdbc89

Please sign in to comment.