Cannot see boundaries for OrgUnits

Good Day,
I have a problem seeing the OrgUnits boundaries in “Maps app” in DHIS2 2.38.1.1
I have set the longitude and latitude for each Facility and district while creating the OrgUnits for my project, however when i add an OrgUnit layer to the base layer i see the names of districts but not lines that show the boundaries as below:

while i wanted it to look like this

What to do???
Thanks in advance .

1 Like

Hi @Haliz.t

Thank you for your post! The OrgUnits appear as points because the coordinates are of Point type; whereas, the ones that appear in the boundry layer are OrgUnits of type Polygon or MultiPolygon.

"… if you need to update polygon geometries, you should use the automatic Org unit geometry import explained in the following section [in the docs.]

After completing the above instructions, these are the instructions for the Import / Export app - Organisation Unit Geometry Import

Hope this helps!

Thanks!