You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,6 @@ Run ` python manage.py update-sovereign-and-disputed new_fields.csv` to update t
273
273
To update GO countries and districts Mapbox tilesets, run the management command `python manage.py update-mapbox-tilesets`. This will export all country and district geometries to a GeoJSON file, and then upload them to Mapbox. The tilesets will take a while to process. The updated status can be viewed on the Mapbox Studio under tilesets. To run this management command, MAPBOX_ACCESS_TOKEN should be set in the environment. The referred files are in ./mapbox/..., so you should **not** run this command from an arbitrary point of the vm's filesystem (e.g. from the location of shapefiles), but from Django root.
274
274
275
275
### Options available for the command
276
-
*`--production` — update production tilesets. If this flag is not set, by default the script will only update staging tiles
277
276
*`--update-countries` — update tileset for countries, including labels
278
277
*`--update-districts` — update tileset for districts, including labels
279
278
*`--update-all` — update all countries and districts tilesets
0 commit comments