Re: [mapguide-users] Other type of map files

2007-10-29 Thread Dorin
Thanks, I use FME to tranform into shp the 000 file. But, now I don't know how import them into MGOS. Dorin - Original Message From: Jonathon <[EMAIL PROTECTED]> To: MapGuide Users Mail List Sent: Monday, October 29, 2007 5:57:08 PM Subject: RE: [mapguide-users] Other type of map file

Re: [mapguide-users] Windows-based application

2007-10-29 Thread Kenneth, GEOGRAF A/S
On workaround would be to open the correct port in the firewall, but that will probably open up all sorts of security hazards. Another solution is to create a .Net wrapper for the HTTP interface of the mapguide server. I have built such a wrapper, and licensed it under LGPL. It is not complete

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread IT-Joe Marvin
Okay, so I went ahead wrote my view to a table (select into as suggested) and I fully expected that to resolve the issue. However, my little 9 row table exhibits the exact same behavior. Now I cannot exclude the possibilty that I am doing something wrong here. But I now wonder if we are inde

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
I've opened a new trac ticket for this problem: http://trac.osgeo.org/mapguide/ticket/296 Perhaps you could note down your experiences for that ticket? - Jackie joecm wrote: > > We too are experiencing this problem when joining to a SQL 2000 view using > the FDO provided via MG2008 enterprise

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
Good to know I'm not a lone raving lunatic ;-) - Jackie joecm wrote: > > We too are experiencing this problem when joining to a SQL 2000 view using > the FDO provided via MG2008 enterprise. In our case, joining a SQL View > to a SHP file (imported layer, but not converted to SDF) results in t

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jason Birch
Not much comfort in that :) Have you tried writing your view out as a table (select into) to see if it goes away as it did for Jackie? I'd be interested in seeing the view definitions... maybe in comments on the new ticket? Jason From: IT-Joe Marvin Subject

Re: [mapguide-users] Windows-based application

2007-10-29 Thread Jackie Ng
You can utilise the .net API in a windows client application only if the host which the client application will run, can reach the mapguide site server, because the mapguide API is meant to be used on a server/web "tier". If this is not what you are after, then unfortunately you cannot use the .n

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread IT-Joe Marvin
We too are experiencing this problem when joining to a SQL 2000 view using the FDO provided via MG2008 enterprise. In our case, joining a SQL View to a SHP file (imported layer, but not converted to SDF) results in these wacky jumping themes. At least it seems we are not alone. -joe __

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
Ok, some updates. The database I was joining to was SQL Server 2000. In the process of preparing the problem data package, I converted the relevant portions of the SQL Server database to MS Access, under the assumption of the original bug description (ie, the bug still occured despite different

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
Hi Jason, I'm in the process of preparing this new problem package, which I'll attach to that ticket. - Jackie JasonBirch wrote: > > Hi Jackie, > > I closed that under the assumption that it was a problem with the SHP->SDF > translation in Studio. If you are seeing the problem under differ

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jason Birch
Hi Jackie, I closed that under the assumption that it was a problem with the SHP->SDF translation in Studio. If you are seeing the problem under different circumstances, please re-open the ticket. If you have an additional package that you could create to show the problem with this new data,

[mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
Hello List, I am experiencing, major problems with Feature Joins in MGOS 1.2. When I create a Feature Join from a SDF feature source to an ODBC data source, the fill styles of the joined feature source, will randomly change as you pan and zoom around the map. I've described the problem in detai

RE: [mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-29 Thread Traian Stanev
OK, then it's likely that MapGuide is not searching the correct places for fonts on Ubuntu Linux. Consider writing this up in a ticket. Traian -Original Message- From: [EMAIL PROTECTED] on behalf of Jackie Ng Sent: Mon 10/29/2007 5:58 PM To: mapgui

RE: [mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-29 Thread Jackie Ng
Hi Traian, Your last suggestion was the cure! Cheers. - Jackie Traian Stanev wrote: > > Then I have no idea... As one last check, you can try copying the actual > Verdana font file to the run directory of the mgserver executable. > That's where it will search for sure. > > > Traian > > >>

RE: [mapguide-users] RFC 14 Custom Labels

2007-10-29 Thread Scott Hameister
Axtremely well.Thank You From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: Monday, October 29, 2007 2:12 PM To: MapGuide Users Mail List Subject: RE: [mapguide-users] RFC 14 Custom Labels Hi Scott, If you load the Samples-Symbolization from here, does that

RE: [mapguide-users] RFC 14 Custom Labels

2007-10-29 Thread Jason Birch
Hi Scott, If you load the Samples-Symbolization from here, does that meet your needs? http://download.osgeo.org/mapguide/releases/1.2.0/samples/ Jason From: Scott Hameister Subject: [mapguide-users] RFC 14 Custom Labels Does anybody have a working Highway

[mapguide-users] RFC 14 Custom Labels

2007-10-29 Thread Scott Hameister
Does anybody have a working Highway symbol example they could package and mail to me.Both the symbol library and a working example layer? ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-user

RE: [mapguide-users] Other type of map files

2007-10-29 Thread Jonathon
MGOS does not handle S57 natively however, FME from Safe Software handles S57 files and then you can make them either shape or sdf. Cheers, Jonathon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dorin333 Sent: Monday, October 29, 2007 2:44 AM To: mapguid

RE: [mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-29 Thread Traian Stanev
Then I have no idea... As one last check, you can try copying the actual Verdana font file to the run directory of the mgserver executable. That's where it will search for sure. Traian > -Original Message- > From: [EMAIL PROTECTED] [mailto:mapguide-users- > [EMAIL PROTECTED] On Behalf O

RE: [mapguide-users] Other type of map files

2007-10-29 Thread Andy Morsell
The FDO provider for OGR can read S57. See this page and the links within: http://fdo.osgeo.org/fdoogr/index.html Andy Morsell, P.E. Spatial Integrators, Inc. http://www.SpatialGIS.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dorin333 Sent: Mond

[mapguide-users] Postgis, OGR and GDAL and empty Feature Class

2007-10-29 Thread Jose Manuel C G
Well, This is the stage: MapguideOS 1.2, FDO 3.2.3, Postgis 1.3.1. I've tried postgis, ogr and gdal providers, and I get the data source, and the test connection is ok, but when I add a new layer > open the data source, the feature class is empty with a warning: "The feature class is invalid. Fi

[mapguide-users] Problem whith URL to invoke

2007-10-29 Thread alba
Hi all, in MapGuide Studio I have a URL to invoke as: http://www.nabble.com/file/p13424191/invoke.jpg when I use one layer ex. MONUMENTI the command is abled when I select a object on layer MOMUNEMTI, but I use two layers, as image, the command is disabled when I select a object on layer MOMUNEM

[mapguide-users] Other type of map files

2007-10-29 Thread Dorin333
Hi all, I have a S57 file map format. I want to use this map into my project. Is there a possibility to work into MGOS? Thanks a lot. -- View this message in context: http://www.nabble.com/Other-type-of-map-files-tf4701765s16610.html#a13440583 Sent from the MapGuide Users mailing list archive