[mapguide-users] AJAX Viewer: Selecting points from Oracle (King Oracle Provider) (MGO 1.2)

2007-08-13 Thread Manuel Ferreira
Hi all, is it possible to select points from an Oracle (King Oracle Provider) datasource in the AJAX Viewer from MGO 1.2? I used MapGuide Studio to create the layer and make it selectable. The Layer is shown, but I am not able to select a point. Selecting polygons from an Oracle datasource wor

RE: [mapguide-users] programmatically add layer to initial map

2007-08-13 Thread Carl
The layer is a simple point layer from SQL Server using an OBDC connection I am not sure if this is related but I can successfully add the same filtered layer to the same map no problem at all, if I perform the filter and add layer in a second request. I.e. by adding a custom task 'add filtered l

Re: [mapguide-users] programmatically add layer to initial map

2007-08-13 Thread Kenneth, GEOGRAF A/S
When the viewer loads, it creates a map from the weblayout/mapdefinition passed. Your runtime map gets overwritten when the viewer starts. Instead you can do this: Initialize web tier Create a session, and open connection Use GetResource to retrieve the Xml for the WebLayout AND MapDefinition Mo

RE: [mapguide-users] programmatically add layer to initial map

2007-08-13 Thread Scott, Brian
Hi Carl - What db are you using? I found, for example, that I could not filter at run time against Postgres/PostGIS. I was able to create a whole new layer based on points available in PG, but I had to extact the attributes, create points, then apply them to a new layer. Very cumbersome, b

[mapguide-users] programmatically add layer to initial map

2007-08-13 Thread Carl Grice
Hi, I am trying to programmatically filter and add a layer to a map that exists in the repository before the map is initially loaded in the clients viewer. The steps i am performing are as follows; 1)Initialize the web teir and open site 2)Create a new session and open a site connection 3)Use ma

RE: [mapguide-users] programmatically add layer to initial map

2007-08-13 Thread Carl
That does make perfect sense! The runtime map is being overwritten as I am still passing the web layout to the viewer as the original web layout from the library and not the session repository. Thank you for detailing the required steps, I am currently trying to code this in .Net, however as I am

[mapguide-users] Map3D and Ogr provider..

2007-08-13 Thread Maciej Skorczewski
Hi All! Can anybody send my good version of Ogr provider. I try connect in Map3D to PostgreSQL database (postgis). I copy version from MapGuide - it works fine - but under Map3D don't. screen shot http://imagepolis.com/images/20070813815418219.JPG Maciej _

Re: [mapguide-users] RE: Introducing Fusion ...

2007-08-13 Thread bizna
Thanks Max, I found out that there are also directions included in the fusion sample that I missed ... 1. Read the HTML installation document included at: fusion\docs\installation.html 2. To see the two fusion samples, assuming you are testing on a local installation of MGOS, go to the followin

[mapguide-users] Network Analysis in MapGuide

2007-08-13 Thread Simon Hope
Hi, I am working on a project where we are evaluating MapGuide Open Source and someone has asked me whether network analysis functionality is available. Is anybody aware of any resources which might be of use or perhaps has anybody developed any network analysis capabilities into a MapGuide ope

[mapguide-users] I can not login to mapguide Administrator Site for first time :(

2007-08-13 Thread kuba_debek
Hello So I see many post about this problem but still I can not login to my mapguide Site Administrator (http://localhost:8008/mapguide/mapadmin/login.php) login 'Administrator' and pass 'admin' isn't correct. I have WINXP SP2: 1. apache_2.0.59 2. php-5.2.3 3. MgServerSetup-1.2.0RC2 4. MgWebS

Re: [mapguide-users] I can not login to mapguide Administrator Site for first time :(

2007-08-13 Thread kuba_debek
Thanks, Everything is ok!! kuba_debek wrote: > > Hello > > So I see many post about this problem but still I can not login to my > mapguide Site Administrator > (http://localhost:8008/mapguide/mapadmin/login.php) > > login 'Administrator' and pass 'admin' isn't correct. > > I have WINXP S

Re: [mapguide-users] I can not login to mapguide Administrator Sitefor first time :(

2007-08-13 Thread kuba_debek
Sebastian, I can't understand your language :( but my problem was solved buy killing php-cgi process in task manager. Thanks whatever you wrote. Kuba -- View this message in context: http://www.nabble.com/I-can-not-login-to-mapguide-Administrator-Site-for-first-time-%3A%28-tf4245746s16610.htm

Re: [mapguide-users] Error while trying to join with feature source

2007-08-13 Thread Joel Carranza
I'm having a similair problem. I have setup a SDF datasource which displays correctly in mapguide when used by itself. However, now I want to join it to an ODBC datasource (for tooltip and labeling). But I'm not sure if I want to create a join from the SDF or from the ODBC datasource. Neither seem

Re: [mapguide-users] AJAX Viewer: Selecting points from Oracle (King Oracle Provider) (MGO 1.2)

2007-08-13 Thread Joel Carranza
Selection won't work for any layer that doesn't have a primary key defined. If the layer is based on a view, the underlying primary key may need to be specified explicitly. Joel Gatekeeper Systems Manuel Ferreira-2 wrote: > > Hi all, > is it possible to select points from an Oracle (King Or

[mapguide-users] Connect to ESRI PGeodb

2007-08-13 Thread jmaas
I receive this error when connecting a my personal geodatabase using the FDO OGRProvider : An exception occurred in FDO component. Connect failed: Unable to initialize ODBC connection to DSN for Transportation, [Microsoft][ODBC Microsoft Access Driver]General error Not enough information to conne