Sie können keine Nachrichten posten. Posten können nur Mitglieder und Sie sind zurzeit kein Mitglied.
Beschreibung:
This group is for those who want to discuss using server-side scripting languages such as PHP, Python, ASP, Java, etc. to interact with and create KML files.
|
|
|
Link Tag
|
| |
I'm using php to create a pretty hefty network link file. When using createElement and appendChild the Link tag causes an output stop until the parent tag is closed resulting in malformed xml/kml. Does anyone know why. For now I'm using dummy tag and post processing it with a string replace. Very frustrated on this one.... Mehr »
|
|
How do I create a vertical traingle in GE?
|
| |
Hi, I need to create a big vertical traingle shape on the earth, here are three points: (longitude, latitude, altitude) (-100,5525, 30.9783, 0), (-144.98765,22.85842,3000000), (-56.1605,23.28056,3000000) any help would be much appreciated. Tony
|
|
how can i show my Java3D Cube in Google Earth browser?
|
| |
Hello, i hope i am right here. I did make my 3D Cube in Java 3D and i would like to show my Cubes (or one of them) in Google Earth. I tried to make a cube via KML and COLLADA and it works. Why i am interested in JAVA3D is, that i will use -next- some function of Java3D like "rotation ... ". Is there any tools or converter ... that... Mehr »
|
|
Google Earth API map in "Tour" doubling up
|
| |
Hi, I've been trying to get a Google Earth "template" page working with the API, which using dynamically loaded Javascript files that are determined in the code-behind page. The regular page works fine, but when you click on the "Tour" link, the web page show two maps. Here's the link: [link]... Mehr »
|
|
still cannot delete a folder
|
| |
my original kml with the NetworkLink
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="[link]">
<Document>
<NetworkLink>
<name>Alpha</name>
<Link id="Alpha">
<href>[link]</href>
</Link>
</NetworkLink>... Mehr »
|
|
networklinks and link control
|
| |
I have an html form that invokes a kml file
the kml file uses a link:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="[link]">
<Document>
<NetworkLink>
<name>WhemiMap</name>
<Link>
<href>[link]</... Mehr »
|
|
Loading KML partially with contents from SQL Server
|
| |
Hi
I am new to KML scripting. I have a site in which I am using Google
Earth API and bringing the placemarks as well. Now what my problem is
I have to bring the contents inside the ballons(which comes on
clicking the placemark) from the database. The backend I am using is
SQL Server 2008. I am confused with how I can include the content... Mehr »
|
|
how to using google earth in website
|
| |
I want to use google earth in my website same as google map.
When user click on any place in site and search that place in google
earth.
thanks
|
|
Call onrequest in Google Maps
|
| |
The documentation for viewrefreshmode->onrequest says:
"Refresh the file only when the user explicitly requests it. (For
example, in Google Earth, the user right-clicks and selects Refresh in
the Context menu.)"
I am putting a dynamic layer on my Google Map with GGeoXml. I have a
networklink that calls a server-side program that generates the KML. I... Mehr »
|
|
|