Skip to content

Commit

Permalink
arcgis rollback revised
Browse files Browse the repository at this point in the history
  • Loading branch information
ujbolivar committed Jan 25, 2024
1 parent 80def4b commit 5a7954d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2021-01-29T12:34:47.097Z\n"
"POT-Creation-Date: 2024-01-25T15:51:08.167Z\n"
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
Expand All @@ -12,3 +12,5 @@ msgstr ""
"Language-Name: English\n"
"Preferred-Encodings: utf-8\n"
"Domain: volto\n"


2 changes: 1 addition & 1 deletion src/components/MapViewer/InfoWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class InfoWidget extends React.Component {
let nTimes = 1;
if (layer.isTimeSeries) {
times = this.parseTime(xml, layerId);
console.log(times);
//console.log(times);
nTimes = times.length;
}
return esriRequest(url, {
Expand Down

0 comments on commit 5a7954d

Please sign in to comment.