Hi,
iam getting the error in master.php itself.
http://earth.google.com/kml/2.0";>
Mapdata
1
1
Mapdata
1
0
0
1
http://localhost/mapguide/GoogleEarth/calles.php
';
?>
http://osgeo-org.1803224.n2.nabble.com/file/n52
Hi sir,
sorry for distrubance.but i tried on this integration.iam strucking in some
where
i created the pages
master.php
calles.php
test.kml
from test.kml iam calling master.php and calles.php
while opening test.kml i got the following error that
fetching n/w link
"towers"failed(http://localhost
Hi,
can anyboby please tell me how to get mapguide data on google earth.
please share me the sample code.
iam getting the error in fetching network link failed.
Plz plz.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Kml-Google-earth-tp5268525p5268525.html
Sent from t
Hi,
iam trying to integrate mapguide layers with google earth.
i downloaded the files.zip sample code
while implementing the same to my google earth
i got the following error:
fetch network
link"failed"(http://localhost/mapguide/googleEarth/calles.php";)
http:server error.
My calles.php is as fol
Hi,
iam able to display the map with coordinate system using
FlexibleWebLayoutsExamples application
LL84 (WGS84 datum, Latitude-Longitude; Degrees)
but iam unable to display the map of coordinate system
UTM83-11 (UTM with NAD83 datum, Zone 11, Meter; Central Meridian 117d W).
the layout displa
Hi,
first u have to create the mgp (included feature source,layer,map and
layout).Feature source nothing but access to fdo provider(postgis provider)
r u using mapguide maestro or mapguide studio for creating mgps?
1)Check the fdo folder in mapguide server folder.if it contains postgis
provider t
Hi,
iam using Mapguide Server 2.1 with php.
i want to use flexible layouts for my application.
i have downloaded FlexibleWebLayoutsExamples from mapguide site and unzipped
into my fusion in
C:\Program Files\OSGeo\MapGuide\Web\www\fusion\templates\mapguide but in
and placed FlexViewer.php in C:
Hi,
i want to view the layer data on google earth loaded from mapguide.
for that i have taken the sample code .
test.kml
AppConstants.php
Utilityfunctions.php
master.php
calles.php.
i have modified the code in calles.php and in master.php for my data.
But while running test.kml it again shows the
Hi,
i want to do layer reprojection on the fly.
i have written the code based on the sample code provided by you.
MgInitializeWebTier($webconfigFilePath);
$args = ($_SERVER['REQUEST_METHOD'] == "POST") ? $_POST : $_GET;
$sessionId = $args['SESSION'];
$mapName = $args['MAPNAME'];
Hi sir,
really sorry.Actually i don't want to waste other people's time.
i tried for this.
%MG_DATA_PATH_ALIAS[name of alias]%/name of datafile.sdf .iam unable to get
the exact solution?my reason to post in the forum is if anybody worked on
this they will guide me on this issue.
That's it.
--
Vi
Hi ,
iam trying to solve the problem by addding the local path to the mapguide
alias
$fileName = 'GFProp_Req';
$pathAlias = 'sdfdata';
$byteSource = new MgByteSource('%MG_DATA_PATH_ALIAS[' . $pathAlias . ']%/'.
$fileName . '.sdf');
The specified file is not found. is there any modification
Hi zac,
thanks.i will try to solve it.if it is not happend i will ask for your help.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Problem-with-Add-sdf-tp5161880p5161880.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
__
Hi zac,
oops the problem is came back again.
Again it is saying that
" An exception occurred in FDO component.
SDF connect failed. File does not exist or cannot be opened in
specified access mode. " i gave the path like this
$byteSource = new MgByteSource('C:/Program Files/GFProp_Req.sd
Hi zac,
I will definitly post this code in wiki code samples.
Thank you
and i have to reproject the newly added sdf file?Is there any ideas about
that?Please guide me.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Add-layer-from-sdf-tp5017702p5161557.html
Sent from th
Hi Zac & all,
I achieved it . Thank you very much.
But the newly added layer and the map is in same projection system.
But in my case the newly added sdf in other projection system and the map is
in other projection system.
I have to reproject the sdf to the map projection system.
How to modify
Hi sir,
Now i have changed like below
E:/data /GFProp_Req.sdf
Now In Error log the error has been changed to
"The Specified Class Object was Not Found"
what might be the error?
My bufferdefinition.xml is like this
http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.or
Hi sir,
Thank you for your reply.
But i think there is no problem with 'E:\data\' path.(because iam able to
see it in the feature serviece in mapguide maestro and iam also able to load
data on browser (by creating layer,map,layout)using this feature service)
There may be problem with creating la
Hi sir,
yes there is some error in the Error Log
<2010-06-09T14:48:38> 1872Ajax Viewer 127.0.0.1 Administrator
Error: Failed to stylize layer: Buffer
An exception occurred in FDO component.
SDF connect failed. File does not exist or cannot be opened in
specified
Hi sir,
Sorry really sorry. I won't repeat it again
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157457.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing
Hi,
i have seen that in one of your post u have succeded in adding new layer?
can you please share the code
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157412.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
Hi sir,
Thanks for your patience.
i refreshed the map using
parent.parent.mapFrame.Refresh() using javascript still iam not getting the
newly added layer on the map.
May i done any mistake in the code.i rechecked it but iam not getting the
mistake?
--
View this message in context:
http://osgeo-
Hi sir,
based on your suggestion i wrote the following code to add layer from sdf.
$resourceID = new MgResourceIdentifier('Library://new/dat.FeatureSource');
$byteSource = new MgByteSource('E:\data\GFProp_Req.sdf');
$data = $byteSource->GetReader();
$resourceService->SetResourceData($resourc
Hi sir,
Thank you very much .
so what i understood is
1)There is no need to create temoprary feaure sorce.I can use
SetresourceData method.
2)i need to create only temporary layer definition and add this resid to
this layer?
is n't it?but i had some doubt on this sdf file is in different projec
Hi sir,
Thank you.iam trying to do the task.
1) Firstly i creatd the temperory feature source for newly added layer
2) insert data from sdf file to this temporarly created feature source
2)after inserting the data, i will create layer definition for this featrues
source
3)i will add this layer
Hi,
if i done any mistake ,sorry sir.iam not asking for the code iam asking for
the overall skelton for how to do it.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Add-layer-from-sdf-tp5017702p5156873.html
Sent from the MapGuide Users mailing list archive at Nabble.co
Hi all,
Is this the correct way to add layer from sdf?Please guide me with the
procedure in steps/
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Add-layer-from-sdf-tp5017702p5156832.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
__
I want to load sdf file dynamically
can any one plz help me how to add te sdf file tl the layer in mapguide?
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-Oracle-layer-tp4978013p5156757.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Google-earth-integration-tp5107026p5107026.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
htt
Hi,
is the main.php or calles.php is the first page for running application?
when i running test.kml ,it showing the place int he sample application in
google earth?
how can i modify to show my data on google earth?
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Gener
Hi,
iam also trying for the same.if u succeeded in that please share the
procedure for how to do it?
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/MapGuide-integration-with-Google-Earth-tp1814036p5083082.html
Sent from the MapGuide Users mailing list archive at Nabble.c
Hi,
thats what i asked u.Is the sample code given by you is sufficient for
google earth integration.(if i modify the code for my layers).
and what is the first page that is to be executed in your code(is it
masters.php?)
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Gen
Hi,
can u please tell me where can i get the sample code for this google earth
integration?
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Generate-KML-with-layers-that-are-not-based-from-WGS84-Datum-tp1811769p5079184.html
Sent from the MapGuide Users mailing list archiv
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 .
http://earth.google.com/kml/2.0";>
Cabezas Rubias
1
1
can u please share the code for mapguide with google earth integration?
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Measuring-distances-mismatch-tp5074175p5074331.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
Dearall,
If anybody worked on this earlier Please share the procedure steps for how
to do it?iam struggling for this.
my code is
http://www.w3.org/TR/html4/loose.dtd";>
function OnPageLoad()
{
parent.mapFrame.Refresh();
}
Hi,
Previously anybody worked on that?if so Please share the sample code.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Add-layer-from-sdf-tp5017702p5039536.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
Dear all,
i want to add a layer from sdf file to my existing map.i have seen the given
url posted by kenneth
http://osgeo-org.1803224.n2.nabble.com/Programmatically-add-a-layer-from-SDF-td2274337.html#a2274337
can u please tell me how to create feature source from sdf file .Please tell
me the pr
Dear all,
Please guide me in this situation.really iam unable to find the solution.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-Oracle-layer-tp4978013p5012405.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
__
Hi,
Thanks for your reply.i didn't get u.can u please explain me briefly?
Regards,
Padmini G.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Plot-Dwf-Files-tp4969570p5012383.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
Dear all,
iam trying to do reproject the sdf files to existing map projection.
so i have taken the sample united states sdf file and created a layout and
displayed it on ajaxviewer (using maestro).
Now i want to add other sdf file (canada) on the fly to the existing map and
want to display with
Dear Zac,
i didn't get this schemareport
"have a look at the code in under www\schemareport "
i have dvguide example with me.i wil check it out.And i will try to resolve
it.thanks for your support.
And tell me onething for this task i have to conert my sdf file to some xml
file.is n't it? how ca
Dear Zac,
ya i want to do it programmetically...i have seen api doc.but iam confused
to get the total procedure for that.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-Oracle-layer-tp4978013p5003112.html
Sent from the MapGuide Users mailing list archive at Nabb
Dear all,
i want add a sdf layer to the existing map.for that is this the correct
procedure?
1.create temporary feature resource?
2.create temeprary layer definition?
If any sample code available ...
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-O
Dear all,
Anybody did how to add oracle table as a layer to the map.iam using php as
development language.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-Oracle-layer-tp4978013p4992506.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
Thank you verymuch sir
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-Oracle-layer-tp4978013p4981128.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@
Thank you verymuh sir
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Reprojet-Oracle-layer-tp4978013p4981127.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@l
46 matches
Mail list logo