[mapguide-users] SetSelectionXML on layer from database (PostgreSQL-PostgGIS)

2007-06-11 Thread Maciej Skorczewski
Hi I try make SetSelectionXML method on my layer who come from PostGIS (PostgreSQL database). I make it whit SHP and all works fine...i get corect xml of selected polygon...after call it MG make selection... BUT. When i try this whit layer who are in PostGIS i get bad xml (it is not

[mapguide-users] RE: Problems with ODBC Connection to Foxpro database

2007-06-11 Thread martijni
So when you want to make connection with the .dbf's (foxpro) you have to import them in Acces and than make the ODBC connection instead of using the dbf connection string: Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mydbpath; I'm correct? Dave Wilson-3 wrote: Unfortunately

[mapguide-users] Desktop implementation of MapGuide

2007-06-11 Thread Kneo
Would it be possible to have a desktop implementation of MapGuide (offline viewing) ? Basically, the desktop application created in VB.net will connect to a set of servers to fetch the map and then allow the user to browse it offline. Since the map is now copied to the local desktop, the speed

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Maciej Skorczewski
hi can you put some ex. of this? (sample code) Nimrod Cnaan pisze: you can use the ajaxmappane.templ file at executecommand function and set the map.style .cursoras you need Maciek ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] Service cannot be started

2007-06-11 Thread Kneo
Hi, We have been facing a strange problem on Windows 2003 lately. All of a sudden, the MapGuide service stopped and when we tried to restart it, it says, 'Service starts and then stopped'. We browsed through nabble posts, and rechecked all the paths in serverconfig.ini. As the next step, we

Re: [mapguide-users] SetSelectionXML on layer from database (PostgreSQL-PostgGIS)

2007-06-11 Thread Kenneth, GEOGRAF A/S
There may be (another) bug in the OGR provider. As I recal, you cannot have mixed queries (spatial and attribute), but only one kind at a time. Does that explain it? Regards, Kenneth, GEOGRAF A/S Maciej Skorczewski skrev: Hi I try make SetSelectionXML method on my layer who come from

Re: [mapguide-users] SetSelectionXML on layer from database (PostgreSQL-PostgGIS)

2007-06-11 Thread Maciej Skorczewski
hi Kenneth! not exactly...did you try this before... it is anoter solution to do SetSelectionXML? Is my code incorect? Where? it seems like OGR have 2 BIG bug...so work MG + PostGIS/postgresql is in DOT. 1. bug (reported by me) http://trac.osgeo.org/mapguide/ticket/172 2. this bug.

[mapguide-users] how to get physical path of a feature source

2007-06-11 Thread Takashige Nakagawa
Hi all. A feature source’s physical path is like: C:\Program Files\MapGuideOpenSource\Server\Repositories\Library\DataFiles\c4dd3bac---8000-000cf1d38423\Parcels.sdf Is it possible to get a path like above programmatically? Regards. Takashige Nakagawa

Re: [mapguide-users] SetSelectionXML on layer from database (PostgreSQL-PostgGIS)

2007-06-11 Thread Maciej Skorczewski
hi Kenneth! this is big problem to me because all data are stored in postgis/postgresql and user can edit it or delate from web browser... so all data are in one place... this is my idea: 1. all date are in one database (OGR provider is adapter to this database - know in MG as source for

Re: [mapguide-users] SetSelectionXML on layer from database (PostgreSQL-PostgGIS)

2007-06-11 Thread Kenneth, GEOGRAF A/S
Yes, I know. I would also like to base all my data on the OGR provider, but for now, that won't work. You can always try to fix the provider yourself, the source is avalible from the MapGuide osgeo page. Regards, Kenneth, GEOGRAF A/S Maciej Skorczewski skrev: hi Kenneth! this is big

[mapguide-users] Error MapGuide PHP Variables de Sesion

2007-06-11 Thread Sebastian Bedin
Error con la creacion de las variables de sesion. Tuve q reintalar el MapGuide Web Server y me da este error, no puedo ejecutar ninguno de mis codigos PHP que antes andaban. Mensaje de Error: PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would

Re: [mapguide-users] Error MapGuide PHP Variables de Sesion

2007-06-11 Thread Jorge Rubio
El error aparece en las Extensiones no en el servidor. Desinstalaste primero? Sobreinstalaste? Qué fué exactamente lo que hiciste? 2007/6/11, Sebastian Bedin [EMAIL PROTECTED]: Error con la creacion de las variables de sesion. Tuve q reintalar el MapGuide Web Server y me da este error, no

RE: [mapguide-users] Question for developers: Linux installer on other distribution (especially Debian or Ubuntu)

2007-06-11 Thread Chris Gountanis
It works on current versions of RedHat Enterprise and/or CentOS 4.X. This is supported and at least and up-to-date Linux distribution over FC4. These are great for a server console only secure platform. Maybe give that a whirl if you just need to get things up and running fast. Chris

Re: [mapguide-users] Error MapGuide PHP Variables de Sesion

2007-06-11 Thread Sebastian Bedin
Hola Jorge: Inicialmente el MapGuide Open Source(MGOS) corria sobre un servidor Win 2000 server (1º servidor), en el cual haciamos el debugin de la aplicacion. Y utilizamos el Autodesk MapGuide Studio 2007 (MGEstudio) para subir los mapas y generar los layouts. En primera instancia se nos

[mapguide-users] invoking by url

2007-06-11 Thread veer pal singh
Hi All, i create a application in asp.nt(c#) to digitizing point on layer. and i add an custom icon in toolbar. it have many option to invoke it like invoke by script ant invoke by URL. invoking by script working fine. but *invoke by URL.* not working. so please solve my problem. ur help will be

Re: [mapguide-users] Error MapGuide PHP Variables de Sesion

2007-06-11 Thread Sebastian Bedin
Los servidores estan en redes diferentes, accedemos a ellos atravez de VPN, los servicios web eran los mismo (eran, porq ahora desistale todo :-) ) Estoy pensando en algun bicho dentro del servidor y q se haya propagado por la VPN. Reinstalare todo y despues te cuento como funciono. otra vez

[mapguide-users] JDBC Provider

2007-06-11 Thread nicholda
Hello friends - Has anyone succesfully configured Enterprise Map Guide to communicate (with PostGIS) using the postGIS JDBC.jars? At this stage, I'm not too worried about getting to PostGIS, I think I've got a problem with the initial configuration; after selecting the JDBC driver, I get no

RE: [mapguide-users] JDBC Provider

2007-06-11 Thread Haris Kurtagic
Hi, You can't use JDBC provider as FDO provider. FDO provider is specially written library to work with FDO. For PostGis driver you should look for FDO provider for PostGis. I suppose you can get it on FDO site or repository ( not sure where binaries are ). Haris -Original Message-

Re: [mapguide-users] Error MapGuide PHP Variables de Sesion

2007-06-11 Thread Sebastian Bedin
Buenas: Cuento como esta la historia: Desistale todo, me quedo residual en el registro de windows el servicio del MapGuide (borre todos los registros) y reinicie el servidor. Y me elimino perfectamente el servicio residual. Ahora termine de instalar el MGOS, voy a iniciar el servicio y me da el

RE: [mapguide-users] SDF File Size(Maximum)

2007-06-11 Thread Traian Stanev
I have tested with a 6GB+ file. This was a long time ago (may be 2 Map releases back). Traian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth, GEOGRAF A/S Sent: Monday, June 11, 2007 5:06 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] SDF File

[mapguide-users] MapGuide Open Source 1.2.0 Release Candidate 1

2007-06-11 Thread Tom Fukushima
(Sent to MapGuide Announce and MapGuide Users) This is to announce that the MapGuide Open Source project team has made MapGuide Open Source 1.2.0 Release Candidate 1 available. Release notes: http://trac.osgeo.org/mapguide/wiki/Release/1.2/Notes Documentation:

RE: [mapguide-users] Desktop implementation of MapGuide

2007-06-11 Thread Brad Nesom
MG 6.5 had a nice static, dynamic option for each layer in which it cached the layer for offline use. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth, GEOGRAF A/S Sent: Monday, June 11, 2007 6:40 AM To: MapGuide Users Mail List Subject: Re:

RE: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Chris Gountanis
Can the cursors just be added to the main code? Everyone want's the cursors to look somewhat different based on the mode. I would hate to have to reedit the templates every update for mouse wheel zoom and cursor icons. I noticed the loading indicator is no standard. Thanks! Chris -Original

Re: [mapguide-users] Desktop implementation of MapGuide

2007-06-11 Thread alucas
Hi Jackie, DWFViewer is an ActiveX control, in vs2005 you can click Chose Items... in the toolbox and in the tab COM Components if you have the dwfviewer installed, you will see Autodesk Dwf Viewer Control. You need to include this control in the toolbox and you only need to drag drop this item

RE: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Chris Claydon
Mouse wheel zoom is standard too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Gountanis Sent: June 11, 2007 2:28 PM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] Mouse cursor in Ajax viewer Can the cursors just be added to the

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Maciej Skorczewski
btw it is posible to change cursor to ex. style=cursor: wait when map i loading. maciek Chris Claydon Mouse wheel zoom is standard too. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Jackie Ng
No worries. This issue is now Trac'd http://trac.osgeo.org/mapguide/ticket/197 - Jackie macieksk wrote: thx Jackie! i works great! Maciek ps. i thing in future (MG 1.3?) this can by do i main code. Jackie can you add this to trac of MapGuide?

RE: [mapguide-internals] RE: [mapguide-users] Instructions andmodifications to build MGOS1.1.0on Debian as non-root

2007-06-11 Thread Tom Fukushima
This is great stuff! I would like to see the build easier than it currently is; especially for not Red Hat systems. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: Friday, June 08, 2007 12:57 PM To: MapGuide Users Mail List;

Re: [mapguide-users] how to get physical path of a feature source

2007-06-11 Thread Kenneth, GEOGRAF A/S
I don't think you can. You should consider everything in the repository the property of the MapGuide server. Changing stuff in there, might have undesired effects, as the server assumes it has control over the files. You might consider creating a feature source, where the files are placed

Re: [mapguide-users] Desktop implementation of MapGuide

2007-06-11 Thread Kneo
If this app has to run while being online, there is no distinct advantage, is there ? The killer app would allow you to connect to the server at the start, fetch the map and then use it offline. Or better still, get the layers from various servers and combine it in a single map on the desktop