Closed traveller195 closed 8 months ago
see https://github.com/colouring-cities/colouring-core/issues/1102
my plan is now, to:
first delete London borough geometries from both tables. Care about the order, because of references/ foreign key:
DELETE FROM public.external_data_borough_boundary;
DELETE FROM public.geometries;
so, now the geometries table is clean to input the initial building geometries. Afterwards, I can insert the Dresden borough data...
in geojson (not in database table) boroughs were changed https://github.com/colouring-cities/colouring-dresden/commit/c42cead9092f7d3061693672cbd1653967e11c0f
should be okay now. in Database it is more for planning section / category, so it should be updated in the future, if also city boroughs are relevant there
The aim is to show boroughs of the city of Dresden in the Colouring Dresden platform
see https://github.com/colouring-cities/colouring-core/issues/1102