Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Sep 2, 2014
1 parent 1f60910 commit b6aa0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbansim/maps/dframe_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def gdf_explore(gdf,
dataframe_d["local"] = df

# need to check if it's already 4326
#gdf = gdf.to_crs(epsg=4326)
# gdf = gdf.to_crs(epsg=4326)

bbox = gdf.total_bounds
if center is None:
Expand Down

0 comments on commit b6aa0fd

Please sign in to comment.