We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ef38b commit 32cd21aCopy full SHA for 32cd21a
src/components/gtt-client.ts
@@ -893,7 +893,7 @@ export class GttClient {
893
*/
894
parseHistory() {
895
document.querySelectorAll('div#history ul.details i').forEach((item: Element) => {
896
- const regex = new RegExp(/\w+[\s]?(\(*(-?\d+.\d+\s?-?\d+.\d+,?)+\)*)+/g)
+ const regex = new RegExp(/\w+[\s](\(*(-?\d+.\d+\s?-?\d+.\d+,?)+\)*)+/g)
897
const match = item.innerHTML.match(regex)
898
if (match !== null) {
899
const feature = new WKT().readFeature(
0 commit comments