mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
linter
This commit is contained in:
parent
b87093bde4
commit
cbd3484744
@ -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', () => {
|
||||
|
@ -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>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user