From 2160bf23267df4649f3cc7750a8b3ddda50d7710 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Fri, 24 Nov 2023 15:08:14 +0100 Subject: [PATCH 1/1] Add comment on how bolzanoWkt was created. --- src/wrmap.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wrmap.ts b/src/wrmap.ts index 33c15c4..f9c832b 100644 --- a/src/wrmap.ts +++ b/src/wrmap.ts @@ -366,6 +366,7 @@ function init_wrmap(_: number, jq_map_element: HTMLElement) { '8.941 46.027, 8.970 45.881, 8.867 46.107, 8.515 46.269, 8.440 46.489, 8.045 46.299, 8.062 46.176, 7.818 45.986, ' + '7.530 46.023, 7.136 45.928, 6.843 46.173, 6.792 46.454, 6.412 46.474, 6.186 46.362)))'; + // simplified "inner" polygon of Bolzano, created with tools/simplify_province.py --province Bozen const bolzanoWkt = 'POLYGON ((10.452 46.680, 10.501 46.800, 11.012 46.725, 11.202 46.923, 11.743 46.926, ' + '12.047 47.001, 12.072 46.884, 12.335 46.673, 12.058 46.706, 11.973 46.577, 11.654 46.548, 11.534 46.402, ' + '11.232 46.285, 11.242 46.540, 10.650 46.499, 10.452 46.680))' -- 2.39.5