Closed nls-jajuko closed 5 months ago
Testing . Forgot to add draft / work in progress
Basic support and GeoJSON output is OK. HTML does not work.
I'll add another issue for this and other minor HTML output bugs #110
Not sure how well other type of arrays work with HTML output anyways
HTML output fixes are out of scope for this issue. #110 fixes those.
{
"type": "Feature",
"id": 1,
"geometry": {
"type": "Point",
"coordinates": [
23.9879801,
68.4659627
]
},
"properties": {
"uuid_arr": [
"d5324c7e-6cfb-4e18-a565-f40b0ddb857b"
]
}
}
I think this is OK now. I'll merge a release 1.4.1 with this tomorrow.
Should've been separate commits for fix and versions. Lesson learned. I will add separate fix to main
I'm guessing this works? :)