[mapguide-users] create Placemark similar google_earth

2009-08-04 Thread mapas
Hi all is possible create a placemark in mgos similar to google?? tried to create... but dont work my scripts, is possible create this.. users marks and save in my database marks if somebody try to create this?? my script try to work in this way, the user select objet in map a

Re: [mapguide-users] Regarding Shape file

2009-08-04 Thread Kenneth Skovhede, GEOGRAF A/S
The stable version is 1.0.9. Unfortunately there are many bugs in that version, so you might want to install a preview. The previews are quite mature, and you should generally have no trouble using the latest version. You can have side-by-side installations if you use the binary packages.

[mapguide-users] King Oracle provider use in MapGuide Studio 2009

2009-08-04 Thread florent
Hi all, I try to use concat function in MapGuide but i got a error message. Is it possible to use Concat function with number data type? In the same way, i don't understand why geometric functions aren't available. Is there any plan to include these features in feature release? Regards,

Re: [mapguide-users] view feature from .mdb in mapguide studio

2009-08-04 Thread Jackie Ng
MapGuide can only recognise points in .mdb files. This is intentional. - Jackie adrian_kent wrote: hi list, i'm begginer in using mapguide opensource. i have problem when upload *.mdb file. polygon layer changes become point in the mapguide studio. how to solve it? i'm very thankfull

Re: [mapguide-users] Error on Connection *.mdb

2009-08-04 Thread CroNicoRn
X n Y value.. select which field on ur mdb. - http://www.myguidepages.com http://n2.nabble.com/file/u115131/ajid.jpg -- View this message in context: http://n2.nabble.com/Error-on-Connection-*.mdb-tp1818080p3388972.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] King Oracle provider use in MapGuide Studio 2009

2009-08-04 Thread Jackie Ng
If you can't use numbers with Concat() then use ToString() to convert it to a string eg. Concat('Value: ', ToString(MYNUMBERPROPERTY)) The expression editor in MapGuide Studio is probably interrogating the capabilities of the current provider to determine what expression functions are available