barryhunter / classygmaps

Rip-off of Classic Google Maps, get a mostly functional version of Classic Maps, implemented with the Maps API
26 stars 14 forks source link

New style: no roads, no labels #119

Open steadmon opened 7 years ago

steadmon commented 7 years ago

[ { "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "administrative", "elementType": "geometry", "stylers": [ { "visibility": "off" } ] }, { "featureType": "administrative.land_parcel", "stylers": [ { "visibility": "off" } ] }, { "featureType": "administrative.neighborhood", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "stylers": [ { "visibility": "off" } ] } ]

barryhunter commented 7 years ago

Just enabled this. http://gokml.net/maps#ll=51.293351,0.11355&z=9&t=t&s=14

Missed this request when was posted. but it nicely compliments the request for a version without buildings (but keeping roads)

Although kinda wierd still having buildings turned on... http://gokml.net/maps#ll=-33.89095,151.207139&z=17&t=r&s=14 Should they be turned off too?