Thank's for the clue, i'm able to create a new layer which are queried from 
another layer. However, i met another problems
I couldn't select objects on new layer eventhough i set it selectable 
($newLayer->SetSelectable(true);)
New layer doesn't come into legend pallete automatically until I refresh this 
palette. It's ok for IE 7, but Firefox get crash when i do refresh on this 
pallete (it's complain about error on legend.php)


Regards,

Ary Sucaya


----- Original Message ----
From: "Kenneth, GEOGRAF A/S" <[EMAIL PROTECTED]>
To: MapGuide Users Mail List <[email protected]>
Sent: Wednesday, January 2, 2008 10:51:50 AM
Subject: Re: [mapguide-users] Sql For Data Filter

Yes, that is what the "Ad Hoc Queries" does.

Perhaps you want to combine it with "Dynamic Themes"?

Regards, Kenneth, GEOGRAF A/S



ary sucaya skrev: 
Thanks Kenneth,
 
I'm looking for sample code of making data filter programmatically and save in 
into current session.
 
 
 
Regards,
 
 
Ary Sucaya


----- Original Message ----
From: "Kenneth, GEOGRAF A/S" <[EMAIL PROTECTED]>
To: MapGuide Users Mail List <[email protected]>
Sent: Wednesday, January 2, 2008 10:08:48 AM
Subject: Re: [mapguide-users] Sql For Data Filter

I think the "Query" part of the "Generic Tasks" is close to what you want:
http://data.mapguide.com/mapguide/gt/index.php

More samples:
http://mapguide.osgeo.org/livegallery.html

Regards, Kenneth, GEOGRAF A/S
  


ary sucaya skrev: 
Great!, I will try
I was wondering if there is a sample code for it..
Thank v much..
 
regards,
 
Ary Sucaya

 
----- Original Message ----
From: "Kenneth, GEOGRAF A/S" <[EMAIL PROTECTED]>
To: MapGuide Users Mail List <[email protected]>
Sent: Wednesday, January 2, 2008 8:46:05 AM
Subject: Re: [mapguide-users] Sql For Data Filter

I don't have a list of what the different providers support.
I have used the OGR provider, and it supports PostGIS and limited SQL.

My approach to your problem would be to start out with the layer hidden.
When you want to display the correct district, you read out the WKT of the 
feature (district) you want to perform the intersection test with.
Then you update the filter on the layer to reflect this:
GeoColumn Intersects GEOMFROMTEXT('....wkt....')
Then show the layer.

You should copy the layer into the session repository before altering it.
If you want to theme it, you can create multiple copies of the layer and apply 
theming to the individual layers.

Regards, Kenneth, GEOGRAF A/S
  


ary sucaya skrev: 
Thank for your reply,
 
Can you pls inform me what provider support full sql syntax? I use postgis and 
it seem to be not support full sql syntax.
In my case, i can't use join tables because i need spatial relationship between 
2 tables. For examples in Mapguide sample there are 11 districts. At first 
time, i want to hide parcels. Then i want to make a query to show parcels in 
particular distric and i want maps show parcels which are in that query result. 
In this case, join between two tables may not help me. I make use spatial 
relationship such as intersects or within in this case.

Regards,
 
Ary Sucaya

 
----- Original Message ----
From: "Kenneth, GEOGRAF A/S" <[EMAIL PROTECTED]>
To: MapGuide Users Mail List <[email protected]>
Sent: Tuesday, January 1, 2008 5:25:05 PM
Subject: Re: [mapguide-users] Sql For Data Filter

That depends on the provider. Some providers supports full SQL syntax.

I can't see how you can join tables with a filter, as that is the equvalent of 
the SQL WHERE construct.
You can try to setup a Join on the featuresource, but I have had limited 
success with joins.

Regards, Kenneth, GEOGRAF A/S
  


ary sucaya skrev: 
Hello,
 
I was wondering if i can put a complex sql statement at 'Filter applied to 
data' textbox on Layer Editor. I need to show some data from my postgis table 
and sql to select this data involving 2 or more table.
 
 
Regs,
 
ary sucaya



Never miss a thing. Make Yahoo your homepage. 

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  





Looking for last minute shopping deals? Find them fast with Yahoo! Search. 

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  





Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. 

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  





Never miss a thing. Make Yahoo your homepage. 

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to