Open atima opened 1 week ago
After discussions with @nihalzp and @adisidev, we have decided to use cartogram-cpp for projection. Please modify both cartogram-cpp
and cartogram-web
to accommodate this solution.
The cartogram binary (commit 623487f) also writes files to the internal
folder, which is undesirable. Please check if this issue has been resolved.
Possible related code
cartogram-web\internal\web.py
: cartogram_preprocess()
, cleanup()
cartogram-web\internal\cartogram.py
: preprocess()
, local_function()
cartogram-web\internal\executable\cartwrap.py
cartogram-web\internal\web.py
: cleanup()
Related code:
cartogram-web\internal\cartogram.py
(projection for user-uploaded geospatial files)cartogram-web\frontend\src\assets\template.vg.json
(default projection)cartogram-web\frontend\src\viewer\components\CPanelLegend.vue
(ad-hoc projection for the world map)