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
open() is called without encoding in four places, so GeoJSON is read and written in the
platform locale — UTF-8 on Linux/macOS, cp1252 on Windows. RFC 7946 §3 requires UTF-8.
open()is called withoutencodingin four places, so GeoJSON is read and written in theplatform locale — UTF-8 on Linux/macOS, cp1252 on Windows. RFC 7946 §3 requires UTF-8.