I\'m creating some KML files on a web site and everything works well in all browsers except Firefox: the downloaded file is supposed to be someMap.kml, but Firefox just downloads this as \'someMap\' w
Currently I\'m working on a project which requires to set placemarks. How can I do so? I\'m usin开发者_开发百科g JSP + Tomcat to execute the application.
What I have is a placemark that conta开发者_开发技巧ins more than one linestring. Is it possible to assign different styles to those linestrings inside the one placemark?Sure thing. Just include a <
I\'ve got plenty of KML files - one for each of the existing countries. I need to render them dynamically on Google Map based on user\'s input. If I there are only a few countries as result of searchi
I am a Student..and right now trying to develop code for android..that shows nearby hospital l开发者_运维知识库ocations to user\'s current location..
Im currently writing some software for android that takes gps data in the form of an ArrayList of GeoPoints and writes it to a KML file. The rest of file is created fine, but when the gps data is writ
I have a kml layer on my google maps app. I tried to refresh the kml layer by generating a new google.maps.KmlLayer object every 10s. The kml file contains customized icons. It works fine for the firs
I\'m trying to load my kml files ( hosted on my server) dynamically, this example works var ctaLayer = new google.maps.KmlLayer(\'http://my开发者_Python百科host.pt/perc/perc1.kml\',{suppressInfoWind
I am creating an example us开发者_C百科ing the google earth browser plugin and API. I am trying to load a kml file using the fetchKml method
I am having having trouble with the next step of my KML generator. I have it so when you choose a date it will send the date to the generator and it will create a KML that will then be downloaded. It