google app engine - Develop a KML layer with specifying KML file content as string only? -



google app engine - Develop a KML layer with specifying KML file content as string only? -

we can develop kml layer follows:

var crosshairlayer = new google.maps.kmllayer('kml file path'); crosshairlayer.setmap(map);

for have upload kml file somewhere on net , have pass kml file url in new google.maps.kmllayer('kml file path') constructor.

can develop kml layer specifying kml content only. dont want upload kml file somewhere , using url.

the api not back upwards directly. you'll need utilize 3rd party kml parser. see how read kml file

google-app-engine google-maps google-maps-api-3

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -