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
histhub
wikidata-lib
Commits
6a98f43d
Commit
6a98f43d
authored
May 17, 2019
by
Tobias Steiner
Browse files
Fix the space between lat and long
parent
e434e236
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wiki-normalizer.ts
View file @
6a98f43d
...
...
@@ -66,7 +66,7 @@ class WikiNormalizer extends Transform {
end
:
this
.
getEnd
(
obj
),
typology
:
this
.
getInstanceOf
(
obj
),
modification_date
:
`
${
date
.
getFullYear
()}
-
${
date
.
getMonth
()}
-
${
date
.
getDate
()}
`
,
location
:
`
${
lat
}
,
${
lon
}
`
,
location
:
`
${
lat
}
,
${
lon
}
`
,
};
}
catch
(
err
)
{
this
.
logger
.
error
(
`Transformer Error`
);
...
...
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