Add China map but the Chinese name unable to display

Add China Map But The Chinese Name Unable to display,like this


the map url is
https://geo.datav.aliyun.com/areas/bound/geojson?code=100000_full

@Bayes
Post “Diagnostic Info” from Admin > Troubleshooting.
You are likely seeing this issue:
https://github.com/metabase/metabase/issues/12962 - upvote by clicking :+1: on the first post

The Diagnostic Info
{
“browser-info”: {
“language”: “zh-CN”,
“platform”: “Win32”,
“userAgent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36”,
“vendor”: “Google Inc.”
},
“system-info”: {
“file.encoding”: “GBK”,
“java.runtime.name”: “Java™ SE Runtime Environment”,
“java.runtime.version”: “1.8.0_261-b12”,
“java.vendor”: “Oracle Corporation”,
“java.vendor.url”: “http://java.oracle.com/”,
“java.version”: “1.8.0_261”,
“java.vm.name”: “Java HotSpot™ 64-Bit Server VM”,
“java.vm.version”: “25.261-b12”,
“os.name”: “Windows 10”,
“os.version”: “10.0”,
“user.language”: “zh”,
“user.timezone”: “Asia/Shanghai”
},
“metabase-info”: {
“databases”: [
“h2”,
“sqlserver”
],
“hosting-env”: “unknown”,
“application-database”: “h2”,
“application-database-details”: {
“database”: {
“name”: “H2”,
“version”: “1.4.197 (2018-03-18)”
},
“jdbc-driver”: {
“name”: “H2 JDBC Driver”,
“version”: “1.4.197 (2018-03-18)”
}
},
“run-mode”: “prod”,
“version”: {
“tag”: “v0.37.2”,
“date”: “2020-11-16”,
“branch”: “release-x.37.x”,
“hash”: “25e5f70”
},
“settings”: {
“report-timezone”: null
}
}
}

Java -Dfile.encoding = UTF-8 -jar metabase.jar

@Bayes Migrate away from H2 if you are using Metabase in production:
https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html

ok,thanks!@jasonhu@flamber