Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
@DonamiteIsTnt that made me blush – Артём Царионов Aug 31 '12 at 20:45
Your link simply points to maps.google.com, which is not a site you control, so there's nothing you can do about it. If it was you own application then that would be a different story. – Marcelo Sep 1 '12 at 7:01
@Marcelo im not sure how familiar you are with KML, but it is in fact the KML file that controls the behavior – Артём Царионов Sep 2 '12 at 3:31
How do you browse it on your iPad? Safari? UIWebView? – user1071136 Sep 4 '12 at 16:22
@user1071136 i browse it on safari – Артём Царионов Sep 4 '12 at 16:23
show 10 more comments

2 Answers

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

share|improve this answer
thanks so much can you please show me how using javascript i can disable this functionality – Артём Царионов Sep 9 '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: sites.google.com/site/sitetemplateinfo/tips/replace-a-map. – LeasMaps Sep 11 '12 at 7:51
thanks so much for this valuable info!!! is there a way to automate this>? – Артём Царионов Sep 11 '12 at 15:09

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!!!

share|improve this answer
thank you so much. can you please direct me on how i can try to manipulate that using javascript?? – Артём Царионов Sep 9 '12 at 19:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.