[mapguide-users] Mapguide 3 Tileset coordinates system

2015-07-28 Thread David Hequet
Hi, I read that the tilesets XYZ only support EPSG:3857 coordinates system. Do you plan to support other CS like the standard tileset ? thank you, David -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-3-Tileset-coordinates-system-tp5217299.html Sent from the

[mapguide-users] [MapGuide 2.5.2 Maestro 6.0.0.8244]Composite Symbolization MTEXT

2015-07-28 Thread Rémy Gourrat
Hi, I try to use Composite Symbolization MTEXT with an expression in Text Content. Before, i valided this expression in a simple point display like text: concat('Id : ',ASSET_ID,'\nZt. : ',COTE_TAMPON,'\nProf. : ',PROFONDEUR,'\nRad. : ',RADIER) This label point displays with 4 lines and it's

Re: [mapguide-users] Mapguide 3 Tileset coordinates system

2015-07-28 Thread Jackie Ng
Nope. The *declared* XYZ tileset CS will always be set as EPSG:3857. Your individual layers can be any CS as long as it is transformable to EPSG:3857 - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-3-Tileset-coordinates-system-tp5217299p5217378.html

[mapguide-users] decimal separator problem

2015-07-28 Thread Jérôme DUCKERS
Hi Guys, I’ve a strange problem. Here, it is: I make a simple selection on my map, and I get back the data with the object : MgSelection I’m using this piece of code : String filter = sel.GenerateFilter(layer, className); query.SetFilter(filter); reader = layer.SelectFeatures(query);