diff --git a/index.js b/index.js index 1a22667..515d8d6 100644 --- a/index.js +++ b/index.js @@ -239,6 +239,9 @@ function drawMap(world) { } if (d.properties.lang_name == "Maithali") { rtv += 10; + } + if (d.properties.lang_name == "Konkani") { + rtv -= 15; } return rtv }