Google Maps v3 Javascript: geojson overlays city and country names

I will add some geoizon data (polygons) to Google Map. Can geojson be added under city and country names?

map.data.addGeoJson(data);

      

enter image description here

0


source to share


1 answer


The names of cities and countries are on the map. GeoJSON data is always displayed above the map tiles.



You can hide city and country names on maps using Styled Map , then overlay your own versions of cities and country names above the GeoJSON layer.

+1


source







All Articles