B:BD[
3.14313] → [
3.14313:14512]
B:BD[
3.14512] → [
2.158:206]
∅:D[
2.206] → [
3.14512:14839]
B:BD[
3.14512] → [
3.14512:14839]
B:BD[
3.14839] → [
2.207:271]
∅:D[
2.271] → [
3.14900:14972]
B:BD[
3.14900] → [
3.14900:14972]
if (value.trim() !== "") {
// check geo data
if (b && key.startsWith('GPS')) {
// TODO ???
// if (key == "GPSLatitude")
// value = Number.parseFloat(Math.abs(value).toFixed(5));
// if (key == "GPSLongitude")
// value = Number.parseFloat(Math.abs(value).toFixed(5));
// console.log(key, value);
_geoDat[key.toLowerCase()] = value;
if (isEmpty(isEmpty) == false) {
if (value.trim() !== "") {
// check geo data
if (b && key.startsWith('GPS')) {
// TODO ???
// if (key == "GPSLatitude")
// value = Number.parseFloat(Math.abs(value).toFixed(5));
// if (key == "GPSLongitude")
// value = Number.parseFloat(Math.abs(value).toFixed(5));
// console.log(key, value);
_geoDat[key.toLowerCase()] = value;
}
s = decamelize(key, " ");
_this.addPhotodata(s, value);