I am trying to build up a simple vector map of Denmarks municipalities. I have all necessary data as GeoJSON, but I don't want it to be overlayered a map like OpenStreetMap or Google Maps. I just want to display the polygons and add interactions on them (mouse over, click, ..).
Is, and how, this possible? Can I create a canvas and define coordinates for it in order to make it work with the GeoJSON?
Sai Kishore Komanduri
Engineering an eGovernance Product | Hashnode Alumnus | I love pixel art
I haven't worked with it, but a search brought up the
highmapslibrary provided by Highcharts; this has out-of-the-box support for making interactive map charts with GeoJSON data. Here's a demo.For more information: highcharts.com/docs/maps/custom-geojson-maps