Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenprn committed Sep 2, 2024
1 parent aacacc0 commit aae500a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#063601",
"titleBar.activeBackground": "#094C02",
"titleBar.activeForeground": "#EEFFEC"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ python manage.py import_geodepartment --insee-codes 34
python manage.py import_geocommune
# insert tiles: for montpellier and its surroundings
python manage.py create_tile --x-min 266604 --x-max 269158 --y-min 190594 --y-max 192162
python manage.py create_tile --x-min 265750 --x-max 268364 --y-min 190647 --y-max 192325
# import parcels
python manage.py import_parcels
Expand Down

0 comments on commit aae500a

Please sign in to comment.