Re: [mapguide-users] MS SQL and SDF Join Problem

2008-09-12 Thread anakando
I guess there is not much i can do except exporting my sdf file to external data and yes, this is the thing that most of the clients does not like. Rock Beans wrote: > > I have seen this issue with the SQL Spatial FDO provider as well. The > join options don't work everything is always one-to-o

[mapguide-users] MgDateTimeException

2008-09-12 Thread Suja Sudhan
Hello All, I am trying to get all the attributes of a layer and below is my code to do it. It works well for most of the layers but throws MgDateTimeException for couple of layers at the line of code where the feature reader is populated (pl see code below). What should be causing this, anything

RE: SPAM-LOW: [mapguide-users] re:Editinginmge2008

2008-09-12 Thread Andy Morsell
The "out of the box" MapGuide application layouts do not do this, but in theory is possible with the MGOS API. Take a look at the capabilities for the FDO SHP provider which can be found via the below URL (substitute your server name for localhost). http://localhost/mapguide/mapagent/mapagent.fc

RE: [mapguide-users] [ZS1] RE: MG2.0 install with other webapplications

2008-09-12 Thread Tom Chadwin
Really simple question (apologies): are you aware that the username is case sensitive, as well as the password? Tom -- View this message in context: http://www.nabble.com/MG2.0-install-with-other-web-applications-tp16986233p19460257.html Sent from the MapGuide Users mailing list archive at Nabb

Re: [mapguide-users] MS SQL and SDF Join Problem

2008-09-12 Thread Rock Beans
I have seen this issue with the SQL Spatial FDO provider as well. The join options don't work everything is always one-to-one which means only objects with data in the joined table show up on map, not good. I also have seen this on Oracle, this seems to be an ongoing FDO issue within MapGuide. Sorr

Re: [mapguide-users] Watermarking a Map

2008-09-12 Thread Jackie C. Ng
Perhaps have your watermark as a transparent png, and programmatically insert an img DOM element on of the div that contains the map image when the map has loaded? - Jackie Crispin @ 1Spatial wrote: > > Hi all you clever folk, > > Here is Fridays problem - Watermarking a map. Not in Fusion,

[mapguide-users] Dynamically spicfiy colour and font of labels

2008-09-12 Thread Gary Morin
Hi I know it possible to specify the height, rotation and justification of feature labels dynamically, using attribute data. But is there a way to do if for font and colour, i.e. have the font and colour of a label stored as an attribute? Thanks Gary

RE: [mapguide-users] Watermarking a Map

2008-09-12 Thread Gary Morin
Hi Crispin We need to do the same thing. I had thought of creating a polygon object to cover the whole region, adding the watermark as a feature label, style the layer with no fill and no edge etc. One limitation is you can only use text and the watermark location is always central, but it does

[mapguide-users] Watermarking a Map

2008-09-12 Thread Crispin @ 1Spatial
Hi all you clever folk, Here is Fridays problem - Watermarking a map. Not in Fusion, just on a basic layout. A common situation is to have to add either a copyright notice or other watermarking/branding to mapping. Within the MapGuide environment I have come up with some options - discussion and

Re: [mapguide-users] MS SQL and SDF Join Problem

2008-09-12 Thread Jackie C. Ng
Joins may fail on strings if there are differences in case See: http://trac.osgeo.org/mapguide/ticket/502 - Jackie anakando wrote: > > Yes..my MG version is 2.0.1..Here is my situation. I have database that > contain 2 tables (as example). Both of tables are linked to SDF file using > unique

Re: re:[mapguide-users] Editinginmge2008

2008-09-12 Thread anakando
Hi girish the aswer is 'nope..you can't'..but there is alot of software that are capable to do data editing such as mapinfo, arcview, etc..and even you can use autocad as your data editor..mge is simply like 'layer customizer' that has a capability to connet your dataset to database. girish kum

Re: [mapguide-users] [ZS1] Re: [ZS1] Re: MS SQL and SDF Join Problem

2008-09-12 Thread anakando
This is definitely what i am thinking to do now. But i dare not to modify these database(at least for now)even change it data type since i used the same database that used by others application. Even more, i have 32 layers that contain about 150 attributes for each. I dont think i have a lot of ti

Re: [ZS1] Re: [mapguide-users] [ZS1] Re: MS SQL and SDF Join Problem

2008-09-12 Thread Kenneth Skovhede, GEOGRAF A/S
I have not gotten it to work with anything but integers. Can you add another column with sequential integers to both data sources? Regards, Kenneth Skovhede, GEOGRAF A/S anakando skrev: Thanks for suggestion. I afraid i cannot change id data type to integer since it contains both of integer a

Re: [mapguide-users] [ZS1] Re: MS SQL and SDF Join Problem

2008-09-12 Thread anakando
Thanks for suggestion. I afraid i cannot change id data type to integer since it contains both of integer and char such as 'FLAG 010'..i just wondering if this is related to the space between 'FLAG' and '010'?? Try linking the tables with integer columns, that is usually the only stable soluti

Re: [ZS1] Re: [mapguide-users] MS SQL and SDF Join Problem

2008-09-12 Thread Kenneth Skovhede, GEOGRAF A/S
Try linking the tables with integer columns, that is usually the only stable solution. Regards, Kenneth Skovhede, GEOGRAF A/S anakando skrev: Yes..my MG version is 2.0.1..Here is my situation. I have database that contain 2 tables (as example). Both of tables are linked to SDF file using uni

Re: [mapguide-users] MS SQL and SDF Join Problem

2008-09-12 Thread anakando
Yes..my MG version is 2.0.1..Here is my situation. I have database that contain 2 tables (as example). Both of tables are linked to SDF file using unique id,and both data type are set to 'varchar'. Out of my curiosity, only 1 table are successfull linked to sdf, but the other one are not. It only

[mapguide-users] re:Editinginmge2008

2008-09-12 Thread girish kumar bv
Hi all,Is it possible to edit shapefiles in mge2008 .i intend to spilt polysons/create new polygons/draw lines/or delete polygons.If anyone has tried earlier their help is appriciated.thanks and regards,girish ___ mapguide-users mailing list mapguide-us