From 400de709fdc92112ab0ec0cb2fcfb40789775381 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 17 Aug 2024 15:24:03 +0200 Subject: [PATCH] Updated Data model (markdown) --- Data-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data-model.md b/Data-model.md index 27ee8ec..e6fa3ad 100644 --- a/Data-model.md +++ b/Data-model.md @@ -196,8 +196,8 @@ Provinces data is stored as an array of objects with strict element order. Eleme * `center`: `number` - cell id of province center (initial cell) * `pole`: `number[]` - state pole of inaccessibility (visual center) coordinates, see [the concept description](https://blog.mapbox.com/a-new-algorithm-for-finding-a-visual-center-of-a-polygon-7c77e6492fbc?gi=6bd4fcb9ecc1) * `area`: `number` - province area in pixels -* `burgs`: `number` - id of province capital burg if any -* `burgs`: `number[]` - id of burgs within the province +* `burg`: `number` - id of province capital burg if any +* `burgs`: `number[]` - id of burgs within the province. Optional (added when Province editor is opened) * `cells`: `number` - number of cells within the province * `rural`: `number` - rural (non-burg) population of province cells. In population points * `urban`: `number` - urban (burg) population of state province. In population points