mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
Apply suggestions from code review
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
36d58993a0
commit
36e9433cf9
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ const TEMPLATE = `
|
|||
</select>
|
||||
<label id="boundary">
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
|
||||
export class Importer {
|
||||
|
|
|
@ -22,7 +22,7 @@ const TEMPLATE = `
|
|||
</select>
|
||||
<label>
|
||||
<input type="checkbox" name="aspoint" />
|
||||
${translate('Symplify all geometries to points')}
|
||||
${translate('Simplify all geometries to points')}
|
||||
</label>
|
||||
<label id="boundary">
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue