Hide Google Map Maker Data on Maps -


i'm wondering if there anyway hide or disable user-contributed bike lines/trails google map maker?

my website has riding area there bunch of bad/inaccurate map maker data shown when toggle map google earth google maps. http://www.trailforks.com/riding_areas/cumberland

the data visible here on map maker. http://goo.gl/ebnq4

my site uses gps data map trails, map maker data hand drew , hide google maps overlay our trail data on when in road view.

you can customize style of basemap, not perfect granularity. in case bike trails (and other trails/paths) classified under local roads ... if don't mind losing can turn them off custom style. example if pass mapoptions in while instantiating map, might like:

var mapoptions = {  styles : [     {       featuretype: "road.local",       stylers: [         { visibility: "off" }       ]     }   ] } 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -