readme.txt (347B)
1 How to prepare json cutline for country. 2 3 1. On https://www.openstreetmap.org/ find relation id for country border 4 2. On https://overpass-turbo.eu/ execute query, replacing ID with actual value: 5 rel(ID); 6 out body; 7 >; 8 out skel qt; 9 3. Export result as geojson. 10 4. Check result at https://geojson.io/ 11 5. Use script cutline.py to create cutline file.