Skip to content

google map with map chart on it. #9375

Discussion options

You must be logged in to vote

@bagladivyang03

There are many ways to archive an overlay( = the semi transparent blue polygons you see, in this case called a choropleth ) on a Google maps base layer other than the Google Maps Api.

But since you asked for using a Google api based solution I would take a look at this Vue Google maps library:
https://github.com/diegoazh/gmap-vue

Especially take a look at the examples to see if you can create an overlay with filled polygons like the zip code example of your image.( you'll need an api key from google, very easy to obtain )

Examples:
https://diegoazh.github.io/gmap-vue/examples/

If you want a more comprehensive way of displaying GIS data on web pages you should read up on Ge…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bagladivyang03
Comment options

Answer selected by rstoenescu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants