14

I would like to show country boundaries for only one country inside Google Map, just like it's done here:

enter image description here

Does anybody have an idea if it's possible to get such map using Google Maps and how to achieve it?

Michał Czapko
  • 1,948
  • 1
  • 16
  • 25

1 Answers1

7

The country polygons are available in FusionTables (specifically in the Natural Earth Data set).

Here is an example showing South Africa, it includes the individual states, if you don't want them, you should be able to find the country borders. See this similar question or this one

Here is an example showing just the country of South Africa from this FusionTable

This looks like the closest it can be styled to the image.

Community
  • 1
  • 1
geocodezip
  • 158,664
  • 13
  • 220
  • 245
  • I've got some other examples in an answer to a similar question, [here](http://stackoverflow.com/a/17839407/21115). – davetapley Aug 30 '13 at 15:52
  • @geocodezip Thanks this is great. How did you manage to style it? I followed the guidelines here https://developers.google.com/maps/documentation/javascript/fusiontableslayer but it seems that my styles are not getting applied. My SA map stays red no matter what. – Reasurria Jul 14 '17 at 06:40