Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Yves Gicquel
albiziapp
Commits
f9260d71
Commit
f9260d71
authored
Jun 21, 2019
by
elplauto
Browse files
merge
parents
c0ca6abd
51cee1cb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/js/species_ver_old.js
0 → 100644
View file @
f9260d71
This diff is collapsed.
Click to expand it.
src/pages/ReleveIdentification.vue
View file @
f9260d71
...
...
@@ -60,7 +60,7 @@
ref=
"common"
style=
"width: -webkit-fill-available;"
:placeholder=
placeholder.commonName
:options=
"
specieVerSource
"
:options=
"
commonList
"
></v-select>
</v-ons-list-item>
...
...
@@ -133,7 +133,8 @@ import PictureInput from "vue-picture-input";
import
imageCompression
from
"
browser-image-compression
"
;
import
Identification
from
"
./Identification.vue
"
;
import
genusList
from
"
../js/genus.js
"
;
import
speciesList
from
"
../js/species_ver.js
"
;
import
speciesList
from
"
../js/species_ver_old.js
"
import
commonList
from
"
../js/species_ver.js
"
;
export
default
{
data
()
{
return
{
...
...
src/pages/SimplePage.vue
View file @
f9260d71
...
...
@@ -63,7 +63,7 @@
:reduce=
"option=>option.vernaculaire"
style=
"width: -webkit-fill-available;"
:placeholder=
placeholder.commonName
:options=
"
specieVerSource
"
:options=
"
commonList
"
></v-select>
</v-ons-list-item>
<v-ons-list-item>
...
...
@@ -144,7 +144,9 @@ import imageCompression from "browser-image-compression";
import
uploadObservationToOSM
from
"
../js/osmPost
"
import
osmUpdate
from
"
../js/osmUpdate
"
import
genusList
from
"
../js/genus.js
"
;
import
speciesList
from
"
../js/species_ver.js
"
;
import
speciesList
from
"
../js/species_ver_old.js
"
import
commonList
from
"
../js/species_ver.js
"
;
export
default
{
data
()
{
return
{
...
...
@@ -156,6 +158,7 @@ export default {
selectedHeight
:
0
,
selectedConfidence
:
"
Non renseignée
"
,
selectedCrown
:
0
,
commonList
:
commonList
,
specieVerSource
:
speciesList
,
genusList
:
genusList
,
modify
:
false
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment