A Topojson parser.
More...
final resp = await http.get( Uri.parse('https://geoshape.ex.nii.ac.jp/jma/resource/AreaInformationCity_landslide/20210518/4220201.topojson')); final TopoJson.fromJson(jsonDecode(utf8.decode(resp.bodyBytes)));
espresso3389.jp
Repository (GitHub)
API reference
MIT (license)
Packages that depend on topojson
Back