mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
linter
This commit is contained in:
parent
b87093bde4
commit
cbd3484744
@ -53,7 +53,7 @@ export default dark.extend({
|
|||||||
color: '#971064',
|
color: '#971064',
|
||||||
fillColor: '#c71585',
|
fillColor: '#c71585',
|
||||||
fillOpacity: 0.5,
|
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);
|
}).addTo(map);
|
||||||
circle.bindTooltip(`<strong>${locale.name}</strong><br/>${clearUrl(locale.url)}`);
|
circle.bindTooltip(`<strong>${locale.name}</strong><br/>${clearUrl(locale.url)}`);
|
||||||
circle.on('click', () => {
|
circle.on('click', () => {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<template #below>
|
<template #below>
|
||||||
<LanguageMap />
|
<LanguageMap />
|
||||||
<p class="small text-muted my-3">
|
<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
|
The complexity of geographical reach of each language is represented in a simplified way
|
||||||
using locations as defined by the authors of
|
using locations as defined by the authors of
|
||||||
<a href="https://wals.info/" target="_blank">The World Atlas of Language Structures</a>.
|
<a href="https://wals.info/" target="_blank">The World Atlas of Language Structures</a>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user