Fix GeoRSS namespace, close #105

This commit is contained in:
~lucidiot 2022-05-30 16:42:08 +02:00
parent fbda9fe3c1
commit 379acf872e
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ import "./helpers" as helpers;
| mktime
| strftime("%a, %d %b %Y %T %z")
),
"georss:point": (.children[2].text | [match("', (-?[0-9.]+), (-?[0-9.]+)") | .captures[].string] | join(" "))
"http://www.georss.org/georss:point": (.children[2].text | [match("', (-?[0-9.]+), (-?[0-9.]+)") | .captures[].string] | join(" "))
}]
}
}

View File

@ -31,7 +31,7 @@ import "./helpers" as helpers;
"@isPermaLink": "true",
"#text": .popup.link
},
"georss:point": "\(.lat) \(.lon)"
"http://www.georss.org/georss:point": "\(.lat) \(.lon)"
}
]
}