ge.
Paulo
From: Thierry_M (via Nabble)
Sent: Friday, July 24, 2009 3:24 PM
To: Paulo Veríssimo
Subject: Re: [mapguide-users] Select features on map load
Hi all,
Work's for me too.
Just a little bug with IE 6 : the empty frame (i.e. the frame with only php
code and javascript to launch i
Hi all,
Work's for me too.
Just a little bug with IE 6 : the empty frame (i.e. the frame with only php
code and javascript to launch it) is not loaded if set to use the remaining
space in the frameset (like rows="50,200,*) .
No problem with firefox.
Solved by setting row high to 1 pixel for this f
Hi all,
Since I posted the first message about this subject I've been trying to
solve my problem and I already did it. I'll desbribe it shortly:
First, in the startup.php include the php code to receive the parameters by
url like layer and objectid:
$layer = $_GET['layer'];
$objectid = $_GET['
Check out the GetSelectionXML() function in the query.php file from the
phpviewersample demo
(http://download.osgeo.org/mapguide/releases/2.0.0/samples/phpviewersample.zip)
to see how it's done in PHP.
Paulo Veríssimo wrote:
>
> Hi
>
> Does anyone have done this operation?
> I want to call t
t it works!
Good luck,
Andy
From: Thierry_M (via Nabble) [mailto:ml-user+250506-318835...@n2.nabble.com]
Sent: Wednesday, July 22, 2009 3:54 AM
To: GreenMapSanMiguel
Subject: Re: [mapguide-users] Select features on map load
Hi Andy,
I want to do exactly the same thing, but i can
Hi Paulo,
I think I am doing exactly what you want to do. I have some ordinary HTML
pages with information about various locations that include a link to a Map
Guide map. The URL passes the layer and feature name so that the map
selects and zooms to the specific location on open. Here's a samp
Hi Paulo Veríssimo
Ya .you can do that in a button click ... Please check 'Adding an initial
layer ' sample code in mapguide site
I suggest following step
1.You should your url should be of type
../mapviewernet/ajaxviewer.aspx?SESSION=<%=Session("sid")%>&WEBLAYOUT=<%=Session("layout")
whe
Hi
Does anyone have done this operation?
I want to call the map page from another web application so I can see the
feature selected in that web application.
With this funcionality, I want to make a button in the web application saying
"see this feature on map page" that calls the map page and hi