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
Post a Comment