9

I have a google map that I created with KML:

enter image description here

Here is a link to the map:

http://goo.gl/maps/dkfjU

Here is the complete KML file:

https://dl.dropbox.com/u/94943007/02bb39645a3c9d95afeed5cb9bd5d07c040d8ca8a4ee56b9fb367d38.kml

When browsing this map with my IPAD using safari, for some reason when I tap anywhere on the map, it creates a point there on the map.

How do I disable point creation on the map so that IPAD users are not able to do this?

Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062

2 Answers2

2

I checked the link as well and Marcelo seems to be correct. To have a maps with the ability to turn on and off layers you will need to build your own site and perhaps use Javascript and the Google-maps API to build it. Maybe start here: https://developers.google.com/maps/documentation/javascript/tutorial

LeasMaps
  • 300
  • 4
  • 14
  • thanks so much can you please show me how using javascript i can disable this functionality – Alex Gordon Sep 09 '12 at 19:39
  • The functionality will not be **enabled** if you build your own website. If you want a simple map , without the ability to turn on and off layers) , without having to learn Javascript or paying for your own website maybe try creating one in Weebly. There are some good instructions on how to add a map to a Weebly website here: https://sites.google.com/site/sitetemplateinfo/tips/replace-a-map. – LeasMaps Sep 11 '12 at 07:51
2

You cannot disable adding a place mark if you are browsing the map in safari

You can control it if you use map kit iOS API of the iOS SDK.

If you want to do this in safari, then you're lost, unless you can manipulate that using JavaScript!!!

Fab1n
  • 2,103
  • 18
  • 32