Resolve "Configuration Page crashes when trying to insert 50,5 as lat value on the map"
Fixes #9 (closed)
The input values are now transformed to numeric values via Vue's .number
-modifier (https://vuejs.org/v2/guide/forms.html#number). Entering a value like 50,012
results in the value 50.012
and is now valid.
Edited by Nils Brinckmann