Skip to content Skip to sidebar Skip to footer

Google Maps V3 Javascript: Geojson Overlays City And Country Names

I´m adding some geojson data (polygon features) to a Google Map. Is it possible to add the geojson below the city and country names? map.data.addGeoJson(data);

Solution 1:

The city and country names are on the map tiles. The GeoJSON data always appears over the map tiles.

You can hide the city and country names on the map tiles using a Styled Map, then overlay your own versions of the city and country names over the GeoJSON layer.

Post a Comment for "Google Maps V3 Javascript: Geojson Overlays City And Country Names"