Initial implementation of Google's Open Location Code conversion

This commit is contained in:
jeremy@jermolene.com
2022-12-07 09:17:27 +00:00
parent d3aca065ab
commit 9c5f4a67c2
8 changed files with 998 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
{
"tiddlers": [
{
"file": "openlocationcode.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/geospatial/openlocationcode.js",
"module-type": "library"
},
"prefix": "(function(require){",
"suffix": "})(function(){});"
},
{
"file": "LICENSE",
"fields": {
"type": "text/plain",
"title": "$:/plugins/tiddlywiki/geospatial/openlocationcode/LICENSE"
}
}
]
}