This commit is contained in:
Andrea Vos 2024-05-26 17:58:35 +02:00
parent b87093bde4
commit cbd3484744
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ export default dark.extend({
color: '#971064',
fillColor: '#c71585',
fillOpacity: 0.5,
radius: 300000 * Math.cos(walsLanguage.latitude * Math.PI / 180), // compensate for Mercator projection
radius: 300000 * Math.cos(walsLanguage.latitude * Math.PI / 180), // compensate for Mercator projection
}).addTo(map);
circle.bindTooltip(`<strong>${locale.name}</strong><br/>${clearUrl(locale.url)}`);
circle.on('click', () => {

View File

@ -17,7 +17,7 @@
<template #below>
<LanguageMap />
<p class="small text-muted my-3">
<Icon v="info-circle"/>
<Icon v="info-circle" />
The complexity of geographical reach of each language is represented in a simplified way
using locations as defined by the authors of
<a href="https://wals.info/" target="_blank">The World Atlas of Language Structures</a>.