Re: [mapguide-users] Retrieving id value of points in a point layer

2009-03-12 Thread Kenneth Skovhede, GEOGRAF A/S
If you data is in a database, you can just issue a regular select on the 
corresponding table.
Otherwise, you have to use the MgFeatureService to query the relevant 
FeatureSource for the data:

http://mapguide.osgeo.org/files/mapguide/docs/webapi/d5/d10/class_mg_feature_service.htm

Regards, Kenneth Skovhede, GEOGRAF A/S



susan Daniel skrev:

*hi all...
  
   I would like to display some information from database(mysql) 
through a new window.My platform is mapguide maestro.My map having 2 
layrs. the top most layer is a point layer.while  clicking on each 
point a new window should open.so that i have given a link in the 
layer.the text in link feild is like this
 CONCAT(‘/mapguide/mapviewerphp/open.php?ID=’, ‘ID’).Now my 
problem is i want to get the info corresponding each point.

   Any sample code in php??
   I'm newer in this so please help me ..


thanks in advance

susan
*


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Retrieving id value of points in a point layer

2009-03-11 Thread susan Daniel
*hi all...

   I would like to display some information from database(mysql) through
a new window.My platform is mapguide maestro.My map having 2 layrs. the top
most layer is a point layer.while  clicking on each point a new window
should open.so that i have given a link in the layer.the text in link feild
is like this
 CONCAT(‘/mapguide/mapviewerphp/open.php?ID=’, ‘ID’).Now my problem is i
want to get the info corresponding each point.
   Any sample code in php??
   I'm newer in this so please help me ..


thanks in advance

susan
*
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users