Next.js Discord

Discord Forum

how to display country map

Unanswered
Spectacled bear posted this in #help-forum
Open in Discord
Spectacled bearOP
Hello , in my nextjs project i have a dashboard with table that display some data about orders of users and there cities and some others …
So I’m trying to make a map of the a country and display there cities borders and i want to make some hover effects on cities to display for example orders from the city that user hover in .
Is there any good way to achieve that ? Any libraries to help me do that

1 Reply

Polar bear
For my project I've used GoogleMapReact with great success. It allows you to render custom components (or regions) on top of it with hover, click, and zoom effects.

I'm using it in conjunction with use-supercluster to map density of things in regions.