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);
0
DehMotth
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
geocodezip
source
to share