Skip to content

Commit

Permalink
got database connections working
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Metcalf committed Mar 21, 2013
1 parent bc69325 commit c2bc5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ def getName(feature):
outType = GetParameterAsText(2)
includeGeometries = GetParameterAsText(3)
for feature in features:
if feature[0] in ("'",'"'):
feature = feature[1:-1]
toGeoJSON(feature,outFolder+"//"+getName(feature)+"."+outType,includeGeometries)

0 comments on commit c2bc5a7

Please sign in to comment.