[mapguide-users] Selection after Click or DoubleClick

2013-02-01 Thread geodaten



Hi all,
Ive installed Mapguide 2.4. 
Ive got some trouble with selection after Click. If I select features with rectangle everything works fine. But I also need a selection after Click or STR Click or Double Click. In our old Version I change same things in the viewerfiles, but its not working like that anymore. Does somebody know a way?

Thx

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


Re: [mapguide-users] Problem using Filter on Layer

2013-02-01 Thread naish666
I have done it. It shows the same contenido for all points, but in the
table, the column contenido is different for every registry. Why show the
tooltip the same contenido for al points?
If I left the filter field of the layer (in Maestro) it show all the points
and different contenido for every point, but when I put the filter tip=5
OR tip=6 OR tip=7 it show the same contenido for every point.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-using-Filter-on-Layer-tp5028966p5031433.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Problem using Filter on Layer

2013-02-01 Thread Jérôme DUCKERS
Do you know FDO Toolbox ?
If not, you can take it,
1. Create a connection to your data (sdf/shp/oracle/ ... )
2. Make a Data Query
3. Insert you filter
4. See the result, is the contenido field the same ?

The data are in a SDF or SHP ? Can you send it ?



2013/2/1 naish666 naish...@msn.com

 I have done it. It shows the same contenido for all points, but in the
 table, the column contenido is different for every registry. Why show the
 tooltip the same contenido for al points?
 If I left the filter field of the layer (in Maestro) it show all the points
 and different contenido for every point, but when I put the filter tip=5
 OR tip=6 OR tip=7 it show the same contenido for every point.



 --
 View this message in context:
 http://osgeo-org.1560.n6.nabble.com/Problem-using-Filter-on-Layer-tp5028966p5031433.html
  Sent from the MapGuide Users mailing list archive at Nabble.com.
 ___
 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


Re: [mapguide-users] Problem using Filter on Layer

2013-02-01 Thread naish666
When I do the Query with the same filter it shows me differents contenido
and not the same contenido as in Maestro. I use a table in a
PostgreSQL/PostGIS Database. I have export the table restauracion to a shp
file and here you are:
restauracion.zip
http://osgeo-org.1560.n6.nabble.com/file/n5031441/restauracion.zip  



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-using-Filter-on-Layer-tp5028966p5031441.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Problem using Filter on Layer

2013-02-01 Thread naish666
Yes, it is very strange. I have tested on gvSIG and ArcGIS and it is ok,
different contenido for different points. But on Maestro show the same
contenido for every Point. See the images:
http://osgeo-org.1560.n6.nabble.com/file/n5031450/1.jpg 

http://osgeo-org.1560.n6.nabble.com/file/n5031450/2.jpg 

http://osgeo-org.1560.n6.nabble.com/file/n5031450/3.jpg 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-using-Filter-on-Layer-tp5028966p5031450.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] MapGuide 2.X : Why Developers don't develop MapGuide to replace the local arbitrary SRS of DataSource by the SRS of the parent Map when we open a session ?

2013-02-01 Thread Rémy GOURRAT
Hi,

Developper's MapGuide can tell me why MapGuide don't replace SRS DataSource 
automatically, when I use a data source with local arbitrary SRS with a Map 
which have a standard SRS Spatial, by the SRS  of the Map ?

I have a lot of DataSource SHP, SQLite which contain Data with different SRS 
and we use it without SRS.

It's reducing considerably MapGuide Administrator task : 1 data source without 
SRS specified and 1 layer for all the Maps with different SRS

To display in the Map it's Ok but when I want make some buffer or execute 
geometry API, it's bad...

I understand that I need :
-  A data source with a standard or customize SRS and a map with a 
standard or customized SRS
Or
-  A data source with a local arbitrary SRS and a map with a local 
arbitrary SRS

But I ask the question again : why Developers don't develop MapGuide to replace 
the local arbitrary SRS of DataSource by the SRS of the parent Map when we open 
a session  ?

thanks for your answered

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


Re: [mapguide-users] MapGuide 2.X : Why Developers don't develop MapGuide to replace the local arbitrary SRS of DataSource by the SRS of the parent Map when we open a session ?

2013-02-01 Thread Jackie Ng
I hope you understand what an *arbitrary* SRS means. 

It's an SRS that has no real world context. The coordinates of your
geometries cannot be determined on the surface of planet earth.

Now for a Map to do its auto-magical re-projection of layers, the Map's
coordinate system and the layer's coordinate system must be of the same
type. It can't re-project a layer if it's data is based on arbitrary
coordinates. 

Think of what I already said: Geometries in arbitrary SRS coordinates cannot
be determined on the Earth's surface, so how could CS-Map possibly know what
real world context from which to transform said layer's coordinates to the
coordinate system of your Map?

Okay, suppose your Feature Source has an arbitrary SRS, but you know what
SRS the coordinates actually represent. Then this is where you can use the
Coordinate System override mechanism in the Feature Source to replace the
arbitrary SRS with a non-arbitrary one, allowing for the Map to re-project
such data if required. The Coordinate System override is a hint to MapGuide
as to how to interpret the coordinates from that Feature Source. It won't do
any validation. For example, if you override your SRS with WGS84, MapGuide
is not going to check that your coordinates must be within [-180, 180],
[-90, 90].

If you're intentionally using your *geospatial* data with a local SRS, I'd
really question why you must do this. Do you give SHP files to people
without the .prj file? That's effectively what you're doing.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MapGuide-2-X-Why-Developers-don-t-develop-MapGuide-to-replace-the-local-arbitrary-SRS-of-DataSource--tp5031537p5031593.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users