[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 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.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 fine.

but when i use it in Composite Symbolization MTEXT, the MTEXT on the map is 
only one line.

Is it possible to offset the MTEXT ? I try PositionX and PositionY but not 
success.

I can't have access to Offset property with Maestro for MTEXT

My XML Definition

?xml version=1.0?
CompositeSymbolization xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  SymbolInstance
SimpleSymbolDefinition
  NameMTEXT/Name
  DescriptionDefault MTEXT Symbol/Description
  Graphics
Text
  Content%CONTENT%/Content
  FontName%FONTNAME%/FontName
  Bold%BOLD%/Bold
  Italic%ITALIC%/Italic
  Underlined%UNDERLINED%/Underlined
  Overlined%OVERLINED%/Overlined
  Height%FONTHEIGHT%/Height
  PositionX%StyleEditorGenerated_TextPositionX_0%/PositionX
  PositionY%StyleEditorGenerated_TextPositionY_0%/PositionY
  HorizontalAlignment%HORIZONTALALIGNMENT%/HorizontalAlignment
  VerticalAlignment%VERTICALALIGNMENT%/VerticalAlignment
  Justification%JUSTIFICATION%/Justification
  LineSpacing%LINESPACING%/LineSpacing
  TextColor%TEXTCOLOR%/TextColor
  GhostColor%GHOSTCOLOR%/GhostColor
  Frame
LineColor%FRAMELINECOLOR%/LineColor
FillColor%FRAMEFILLCOLOR%/FillColor
OffsetX0/OffsetX
OffsetY0/OffsetY
  /Frame
  Markup'MTEXT'/Markup
/Text
  /Graphics
  PointUsage
Angle%ANGLE%/Angle
  /PointUsage
  ParameterDefinition
Parameter
  IdentifierCONTENT/Identifier
  DefaultValueconcat('Id : ',ASSET_ID,'\nZt. : ',COTE_TAMPON,'\nProf. 
: ',PROFONDEUR,'\nRad. : ',RADIER)/DefaultValue
  DisplayNameTamp;amp;ext/DisplayName
  DescriptionText/Description
  DataTypeContent/DataType
/Parameter
Parameter
  IdentifierFONTNAME/Identifier
  DefaultValue'ArialNarrow'/DefaultValue
  DisplayNameamp;amp;Font Name/DisplayName
  DescriptionFont Name/Description
  DataTypeFontName/DataType
/Parameter
Parameter
  IdentifierFONTHEIGHT/Identifier
  DefaultValue8/DefaultValue
  DisplayNameFont amp;amp;Size/DisplayName
  DescriptionFont Size/Description
  DataTypeFontHeight/DataType
/Parameter
Parameter
  IdentifierBOLD/Identifier
  DefaultValuefalse/DefaultValue
  DisplayNameBold/DisplayName
  DescriptionBold/Description
  DataTypeBold/DataType
/Parameter
Parameter
  IdentifierITALIC/Identifier
  DefaultValuefalse/DefaultValue
  DisplayNameItalic/DisplayName
  DescriptionItalic/Description
  DataTypeItalic/DataType
/Parameter
Parameter
  IdentifierUNDERLINED/Identifier
  DefaultValuefalse/DefaultValue
  DisplayNameUnderlined/DisplayName
  DescriptionUnderlined/Description
  DataTypeUnderlined/DataType
/Parameter
Parameter
  IdentifierOVERLINED/Identifier
  DefaultValuefalse/DefaultValue
  DisplayNameOverlined/DisplayName
  DescriptionOverlined/Description
  DataTypeOverlined/DataType
/Parameter
Parameter
  IdentifierJUSTIFICATION/Identifier
  DefaultValue'FromAlignment'/DefaultValue
  DisplayNameJustification/DisplayName
  DescriptionJustification/Description
  DataTypeJustification/DataType
/Parameter
Parameter
  IdentifierLINESPACING/Identifier
  DefaultValue1.05/DefaultValue
  DisplayNameLine Spacing/DisplayName
  DescriptionLine Spacing/Description
  DataTypeLineSpacing/DataType
/Parameter
Parameter
  IdentifierGHOSTCOLOR/Identifier
  DefaultValue /
  DisplayNameGhost Color/DisplayName
  DescriptionGhost Color/Description
  DataTypeGhostColor/DataType
/Parameter
Parameter
  IdentifierFRAMELINECOLOR/Identifier
  DefaultValue /
  DisplayNameFrame Line Color/DisplayName
  DescriptionFrame Line Color/Description
  DataTypeFrameLineColor/DataType
/Parameter
Parameter
  IdentifierFRAMEFILLCOLOR/Identifier
  DefaultValue /
  DisplayNameFrame Fill Color/DisplayName
  DescriptionFrame Fill Color/Description
  DataTypeFrameFillColor/DataType
/Parameter
Parameter
  IdentifierTEXTCOLOR/Identifier
  

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
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] 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);



where sel is my MgSelection.

Everything works fine, the generateFilter gives me something like
ID=56.000  AND ID = 64.000





With the records obtained, I propose different type of file output format
(csv, xml,sdf,shp). But the problem comes when I use SHP !

After the generation, the records are well generated in the folder (with
all types format : shp,dbf,…).



But if I retry the selection elsewhere on the map, the GenerateFilter gives
me a result totally different like  ID=56,000 AND ID=64,000

The separator value “.”  is replaced by “,”  and then the selection never
works again.





As someone an idea of what happening ?

I don’t see the relation between the shape creation (osgeo.fdo) and the map
server, the twice object are not linked



Very strange ….


Thanks,

Jérôme.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users