Skip to content

Commit

Permalink
Deleting duplicates and changed name to prevent import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonnied committed Apr 10, 2018
1 parent 58c53a3 commit d20b1bd
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/

folium/__pycache__
folium/.ipynb_checkpoints
folium/venv
folium_version/__pycache__
folium_version/.ipynb_checkpoints
folium_version/venv
File renamed without changes.
2 changes: 1 addition & 1 deletion folium/exercises.ipynb → folium_version/exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
" zoom_start=10)\n",
"\n",
"folium.GeoJson(\n",
" 'castles.geojson',\n",
" '../data/castles.geojson',\n",
" name='geojson'\n",
" ).add_to(aufgabe_3)\n",
"\n",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d20b1bd

Please sign in to comment.