1
vote
2answers
54 views
In KML What Makes a Line String Have Multiple Geometries?
I know this is a total newbie question, but I happen to be a total newbie when it comes to KML. I am working on a GIS project using KML and I keep running into this multiple geome …
0
votes
1answer
26 views
How to check if geocode is close to or on path defined in a KML LineString with PHP or MySQL
Hi,
I have a KML file defining several paths/routes (representing actual roads) enclosed in the <LineString><coordinates></coordinates></LineString> tags. …
0
votes
1answer
19 views
Silverlight create and execute file server-side
In my app i have the option of viewing a file that opens a window application (google earth).
In order to do that i wish to create a custom file server-side under a certain relati …
0
votes
1answer
141 views
custom kml icons
Hi, I'm trying to create a custom icon to display on google earth. It resides on my local filesystem, and I'm trying to reference it as "file:/C:/myfile.png" but it does not displa …
0
votes
0answers
15 views
RSS to KML Overlay
I'm want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) t …
0
votes
1answer
4 views
KmlScreenOverlay Buttons
KmlScreenOverlay Buttons!!? real? how?
Any other way to put anything flash or html over GEPlugin?
0
votes
1answer
29 views
KML / Google Map - Specifying the zoom level of an embeded map in an iFrame
Hi everyone,
I have the following kml file that I am loading in Google map, it's locating the pointer correctly however the it's always zoomed at the maximum level.
Using the goo …
9
votes
5answers
438 views
How to display a moving boat in Google Earth ?
I am new to the KML format and try to figure out how to display a boat (a png), moving from a place to another along a path (a simple line drawn composed of several lines).
I can …
0
votes
3answers
246 views
DDMS won’t load (or doesn’t parse?) KML file
I can't get DDMS to load any KML files.
I have a KML file for example with the following in it:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net …
1
vote
1answer
60 views
Google Maps - slow loading polygons
I've got a KML with 127 simple polygons in it.
If I load them all in via GGeoXml then it's lightning fast, and when you zoom in/out it redraws all the polygons (just about) instan …
0
votes
2answers
88 views
Calculate lat/lng of corners of ground overlay from kml-file
I need to find the corners in lat/lng of a ground overlay given in a kml-file either in php or javascript.
I.e. for a specific example I need to get from:
<LatLonBox>
…
0
votes
2answers
74 views
dynamic map managment in google earth
Hi,
My goal is to display various shapes(polygons, points, linestring) on google maps by using data entered into a Postgis database dynamically(i mean by that we can see modificati …
0
votes
0answers
21 views
Rotating 2D image/scriptable object in Google Earth (Is it possible?)
Is there a way to insert a 2D image into Google Earth which could then be rotated to always face the camera?
It's done in Sketch-up with the man that stands there when you initial …
1
vote
0answers
66 views
Combine KML Polygons in PHP
I have a problem with the Google Maps API only allowing 1000 features per map.
In a database, I keep records of areas. Each area has associated with it a heap of KML polygon infor …
0
votes
1answer
41 views
Sanitizing KML Stream to change xml namespace
There is some strange behaviour in parsing KML produced by Google Earth using a compliant parser, JAK. The expected namespace by the parser is not written as the correct one by the …
