Introduced with ZingChart 2.1.0, the ZingChart GeoJSON module allows you to easily create your own ZingChart maps from objects using the GeoJSON specification. The modules supports Point, LineString, MultiLineString, Polygon, & MultiPolygon geometry objects, as well as FeatureCollection objects. This demo reads from a GeoJSON file containing data for a map of Africa, and renders a map based on the FeatureCollection.
-
Download or clone this repository.
-
Navigate to the
JavaScript/GeoJSON
directory. -
Open
index.html
in your browser. -
See the map.