[mapguide-users] Re: Generate KML with layers that are not based
from WGS84 Datum
navya024
navya.gudupi at gmail.com
Thu May 20 01:29:46 EDT 2010
Hi,
iam trying to acheive mapguide data with google earth integration. iam
taking the parcel layer as my layer
i have modified the files given by you based on my layer
File AppConstants.php
But i have doublt in master.php .
<?php
include 'AppConstants.php';
include 'UtilityFunctions.php';
$outString = '';
$outString .= '<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Folder>
<name>Cabezas Rubias</name>
<visibility>1</visibility>
<open>1</open>
<NetworkLink>
<name>21005</name>
<visibility>1</visibility>
<open>0</open>
<refreshVisibility>0</refreshVisibility>
<flyToView>1</flyToView>
<Url>
<href>http://localhost/mapguide/google_earth/calles.php</href>
</Url>
</NetworkLink>
</Folder>
</kml>
';
SendKmlContent($outString);
?>
can u explain what the changes i have to be done in this?
and what is the first page among these files?
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Generate-KML-with-layers-that-are-not-based-from-WGS84-Datum-tp1811769p5078220.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list