> i am loading markers data from a xml file. Is there a way to mask the > file name in code, so anyone can't see where is stored the data ?
No. A webpage has to be visible to the end-users browser, which means its content will be visible to any reasonably clever end-user. > Using php ? You could perhaps write your data directly to the webpage as you serve it, so that there is no XML file involved client-side. These are not maps questions. cheers, Ross K -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=.
