codeforgermany / click_that_hood

A game where users must identify a city's neighborhoods as fast as possible
http://click-that-hood.com
MIT License
446 stars 638 forks source link

add Leipzig #351

Closed joergreichert closed 1 year ago

joergreichert commented 1 year ago

for some strange reasons I've got a brown rectangle instead of the multi polygons. Not sure why this is.

fnogatz commented 1 year ago

Thank you for the contribution, @joergreichert! The grey rectangle is displayed if the GeoJSON has the wrong orientation (see, e.g., https://github.com/codeforgermany/click_that_hood/pull/332#issue-1125279003). I fixed it by calling npx geojson-rewind --counterclockwise < ~/tmp/leipzig.geojson > public/data/leipzig.geojson. It's merged and live now: https://click-that-hood.com/?leipzig :rocket: