Only geojson files are supported

This commit is contained in:
Gautier Pelloux-Prayer 2019-08-07 11:10:01 +02:00
parent ba12f0d609
commit 55005549e3
2 changed files with 3 additions and 2 deletions

View file

@ -482,10 +482,11 @@
<label
for="nogoFile"
data-i18n="loadNogos.file"
>File:
>File (.geojson):
</label>
<input
type="file"
accept=".geojson"
name="nogoFile"
id="nogoFile"
/>