Impossible to select an object on map mapguide

2 messages Options
Embed this post
Permalink
euskalmap

Impossible to select an object on map mapguide

Reply Threaded More More options
Print post
Permalink
Hi,

It is imposible to select polyline and the tooltip display in a buffer around the object, not just only mouse over the object.

this case if the dataconnection is associated with an oracle view.

we had the problem just one time with a point layer (others points layers with view run well)

never with polygon layer now

if the dataconnection is associated on the oracle table directly, it run well : point, polyline, polygon.


Thanks

Configuration :
PC Windows 2003 Server SP2
IIS 6
Mapguide OpenSource Server 2.0.2
Oracle 10g2
FDO King Oracle 0.8.10
lunab54

Re: Impossible to select an object on map mapguide

Reply Threaded More More options
Print post
Permalink
i had the same problem but after execute this script to put anPrimary Key on the View it' Ok

alter view <viewname> add constraint <constraintname> primary key (<columnlist>) disable novalidate;

like in this post

http://www.mail-archive.com/mapguide-users@lists.osgeo.org/msg10935.html

don't forget to refresh the data source and save it again !

euskalmap wrote:
Hi,

It is imposible to select polyline and the tooltip display in a buffer around the object, not just only mouse over the object.

this case if the dataconnection is associated with an oracle view.

we had the problem just one time with a point layer (others points layers with view run well)

never with polygon layer now

if the dataconnection is associated on the oracle table directly, it run well : point, polyline, polygon.


Thanks

Configuration :
PC Windows 2003 Server SP2
IIS 6
Mapguide OpenSource Server 2.0.2
Oracle 10g2
FDO King Oracle 0.8.10