[mapguide-users] URL activated for feature

Kenneth Skovhede, GEOGRAF A/S ks at geograf.dk
Wed Aug 13 15:32:38 EDT 2008


Most datasources should be able to use this as a link:
'http://www.example.com?id=' + "idcolumn" + '&x=' + "xcolumn"

All datasources should be able to use concat:
concat(concat(concat('http://www.example.com?id=', "idcolumn"), '&x='), 
"xcolumn")

If your data has a column named 'idcolumn' and 'xcolum', these will now 
be in the url.
So if you click a feature where idcolumn=4 and xcolumn=abc then the url 
will be:
http://www.example.com?id=4&x=abc

Regards, Kenneth Skovhede, GEOGRAF A/S



oamram skrev:
> Hi All,
> I need to create a way to deploy information from selected feature using the
> URL activated for feature.
> i have trouble building the expression. can anyone point me to an example of
> an actual expression that do that.
>
> Thanks, Omer.
>   


More information about the mapguide-users mailing list