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
cd build/
cmake .
make
./cartogram -g ../sample_data/inset_data/russia.geojson -v ../sample_data/inset_data/inset_russia_population.csv
Issue: It prints a bunch of coordinates to the output (screenshot below) and does not produce any GeoJSONs. When I comment out lines 190-201 in main.cpp, however, it runs fine. It seems then that this Russia example is getting stuck in holes_inside_polygons().
The text was updated successfully, but these errors were encountered:
I came across a bug on the
master
branch.To reproduce this bug, please follow these steps:
git checkout master
Place the attached
russia.geojson
(after unzipping) andinset_russia_population.csv
into thesample_data/inset_data/
directory.inset_russia_modified_population.csv
russia.geojson.zip
Run the following in your terminal.
main.cpp
, however, it runs fine. It seems then that this Russia example is getting stuck inholes_inside_polygons()
.The text was updated successfully, but these errors were encountered: