Skip to content

Commit 8e9c7c7

Browse files
add xml parser and output data mime type mapping for the renderer (#44)
1 parent 7730769 commit 8e9c7c7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@
5757
"application/topo+json",
5858
"application/json",
5959
"application/vnd.code.notebook.stdout",
60+
"application/xml",
6061
"text/csv",
61-
"text/plain"
62+
"text/plain",
63+
"text/xml"
6264
]
6365
}
6466
]
@@ -103,6 +105,7 @@
103105
"dependencies": {
104106
"d3-dsv": "^3.0.1",
105107
"htl": "^0.3.0",
108+
"fast-xml-parser": "^3.19.0",
106109
"leaflet": "^1.7.1",
107110
"leaflet.markercluster": "1.5.0"
108111
}

0 commit comments

Comments
 (0)