[Cartoweb-users] test_project query table url
oliver
oliver.christen at camptocamp.com
Fri Mar 17 03:44:37 EST 2006
Hi Bill,
Im not sure if i understrand correctly, but you can try something like that:
static public function computeUrl($tableId, $columnId, $inputValues) {
$reg = $inputValues['weblink'];
$url = '';
if ($reg != '') {
$url = '<a href="www.somefictitiousurl.com';
$url .= $reg;
$url .= '">'.$reg.'</a>';
}
return $url;
}
public function initialize() {
...
$registry->addCellFilter('query', 'your_layer_name', 'weblink',
array('weblink'),
array('ClientLachatTableRules',
'computeUrl'));
...
}
>I am experimenting with the URL column in the query result table in
> the test project. I would like to associate this with a new field
> "weblink" in the polygon.dbf file so that a working link to
> www.somefictitiousurl.com is produced. How do I edit table rules to
> accomplish this?
> Bill
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
>
More information about the Cartoweb-users
mailing list