econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

update dataviz map.py #233

Open sugarmango66 opened 1 year ago

sugarmango66 commented 1 year ago

1)I follow the guide using geojson file to show points on map. Somehow no more info pop out when I click. I found the data type of field 'id' is the cause. So the commit 048e is for making showing properties work when clicking a point in github gist render. refer: map points

2)commit 8211: Change code of saving geojson file a little to format it better.