Re: [mapguide-users] Selection problem with King.Oracle provider

2009-05-13 Thread Simon Pelicon
Hi! It looks like that there is some problem with primary key field you defined. What data type is OID column? Check if data are ok in OID column. Simon Andreas Morf wrote: Within a project I switched from SDF provider to king.oracle (0.8.9) and now, selection in fusion doesn't work anymore

Re: [mapguide-users] Mapguide Site Login Problem

2009-05-13 Thread padmini godavarthi
Hi, thanks for ur replies i have done all these steps told by u but of no use :,( i found that error in c:\progam Files\MapguideOpensource2.0\webserverExtensions\www\mapadmin\login.php and the error was Fatal error: Call to undefined function MgInitializeWebTier() in

RE: [mapguide-users] Selection problem with King.Oracle provider

2009-05-13 Thread Andreas Morf
The datatype according fdo2fdo Schema Manager is Int32 and the values for the OID (-NUMBER(20) in Oracle) column for two selected Objects are 325204800157 and 325204800158. It seems that these values are too big for Int32 and the conversion results in the same value for the selection-ID...

[mapguide-users] Modifying SymbolDefinition programmatically

2009-05-13 Thread psciga
Hello, can you tell me please, how to modify the symbol definition with php? Following background: In AutoCAD I have several hundred blocks. The import into MGOS 2 via MG Studio 2009 works fine. The once problem is, that the parameter for ROTATION have a DefaultValue = 0. This default value I

[mapguide-users] How to create DWF in MGE2010 webapi

2009-05-13 Thread zolinko
Hi All, Is there any method to create DWF file from a defined groups of layers in Mapguide Enterprise 2010 through the web api? TIA Zooli... -- View this message in context: http://n2.nabble.com/How-to-create-DWF-in-MGE2010-webapi-tp2880475p2880475.html Sent from the MapGuide Users mailing

Re: [mapguide-users] How to create DWF in MGE2010 webapi

2009-05-13 Thread nasp
I think you could start with Plot to DWF functionality of MG Sample Application ('plot' subdirectory). Bye Naspi zolinko wrote: Hi All, Is there any method to create DWF file from a defined groups of layers in Mapguide Enterprise 2010 through the web api? TIA Zooli... -- View

Re: [mapguide-users] How to create DWF in MGE2010 webapi

2009-05-13 Thread zolinko
Thx nasp wrote: I think you could start with Plot to DWF functionality of MG Sample Application ('plot' subdirectory). Bye Naspi zolinko wrote: Hi All, Is there any method to create DWF file from a defined groups of layers in Mapguide Enterprise 2010 through the web

[mapguide-users] Mapguide 2.1 Fusion 2 - Measure tool

2009-05-13 Thread Berdel, Brian
The measure tool in fusion is very erratic since the update to 2. It works pretty well in the beta download but not in the version in the 2.1 installer or the svn version. I have tried replacing the widget from the beta and tried different versions of open layers but have not had success.

Re: [mapguide-users] Mapguide 2.1 Fusion 2 - Measure tool

2009-05-13 Thread Jackie Ng
Fusion has a MapGuide 2.1 specific branch, the beta may have stuff that has not made it into this branch? Speaking of the Measure Tool, have they addressed this problem yet? http://trac.osgeo.org/mapguide/ticket/325 (and closely related: http://trac.osgeo.org/mapguide/ticket/333) These tickets

[mapguide-users] WebServerExtensions Installation

2009-05-13 Thread S.Dalakov
Hi all, I want to (try to) install MGOS2.02 (WebServerExtensions) on a commercial hosting, so my question is : Is it possible to configure WebServerExtensions manually - no provider will let me run an executable ? What in fact is the installer doing (except to copy files) ? Thank you in

Re: [mapguide-users] Modifying SymbolDefinition programmatically

2009-05-13 Thread Jackie Ng
I don't know much about Symbol Definitions, but all resources in mapguide (including Symbol Definitions) are XML data. So you could use the Resource Service APIs to get the resource content, edit the xml content (with your XML access library/api of choice) and save back the changes. This can be

Re: [mapguide-users] WebServerExtensions Installation

2009-05-13 Thread Jackie Ng
The installer is doing the following: 1) Installing to C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions - If Apache, configures httpd.conf based on your installer preferences. - If IIS, creates the virtual directories and sets up the script mappings (php, aspx, jsp, fcgi) based on your

Re: [mapguide-users] .NET viewer sample: query tool

2009-05-13 Thread Jackie Ng
If you are using MapGuide Studio, the feature source editor allows you to specify a coordinate system for your point geometry tables. I don't know if Maestro has exposed this same capability. - Jackie nasp wrote: The problem is for layer with FDO Provider: OSGeo.ODBC and it's ok for SDF

Re: [mapguide-users] WebServerExtensions Installation

2009-05-13 Thread Stefan Dalakov
Thank you Jackie, I will give it a try Stefan Dalakov Jackie Ng wrote: The installer is doing the following: 1) Installing to C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions - If Apache, configures httpd.conf based on your installer preferences. - If IIS, creates the virtual

Re: [mapguide-users] Gdal and php

2009-05-13 Thread djutopie
Hi, and thank you for your answer. I didn't understand how it was working I understand better now. My problem is that I need to manipulate programmaticaly 32-bits Raster files (Geotiff) and catching the values of the pixels to show a legend label for each value for example. I was watching on

Re: [mapguide-users] Mapguide Site Login Problem

2009-05-13 Thread djutopie
if you didn't change installation setting the right URL is : http://localhost/mapguide/mapadmin/login.php http://localhost/mapguide/mapadmin/login.php -- View this message in context: http://n2.nabble.com/Mapguide-Site-Login-Problem-tp2866923p2884166.html Sent from the MapGuide Users mailing

Re: [mapguide-users] Mapguide Site Login Problem

2009-05-13 Thread djutopie
djutopie wrote: if you didn't change installation setting the right URL is : http://localhost:8008/mapguide/mapadmin/login.php http://localhost:8008/mapguide/mapadmin/login.php -- View this message in context: http://n2.nabble.com/Mapguide-Site-Login-Problem-tp2866923p2884170.html

Re: [mapguide-users] Modifying SymbolDefinition programmatically

2009-05-13 Thread psciga
Jackie, thank you very much:jumping:! The following code runs, but with one exception. I'm loosing the formatting in XML viewer. Maybe somone have the same problem, here a code snippet. It replaces the Default Value for ROTATION parameter with a database field Winkel. I know, it's very

Re: [mapguide-users] WebServerExtensions Installation

2009-05-13 Thread Kenneth Skovhede, GEOGRAF A/S
The steps for configuring the WebExtensions can be found here: http://trac.osgeo.org/mapguide/wiki/MGOS2onVistaIIS7 Regards, Kenneth Skovhede, GEOGRAF A/S Stefan Dalakov skrev: Thank you Jackie, I will give it a try Stefan Dalakov Jackie Ng wrote: The installer is doing the following: 1)

Re: [mapguide-users] .NET viewer sample: query tool

2009-05-13 Thread Kenneth Skovhede, GEOGRAF A/S
I have recently fixed the ODBC spatial context problem in Maestro, but not yet released a preview build. If you build Maestro from source, it should work. Regards, Kenneth Skovhede, GEOGRAF A/S Jackie Ng skrev: If you are using MapGuide Studio, the feature source editor allows you to

Re: [mapguide-users] Gdal and php

2009-05-13 Thread djutopie
No way to manipulate rasters? thats crazy.. -- View this message in context: http://n2.nabble.com/Gdal-and-php-tp2869685p2886342.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

[mapguide-users] MGE2010 fusion and openlayers 2-7

2009-05-13 Thread Ran Mahiru
Not sure if anyone has tried this yet but... am considering using MGE2010 for a production system but will most likely need some of the functions of OL that are not in the default fusion installation. Any idea how stable the system would be if I were to use a fusion (i.e. a flex layout), but

Re: [mapguide-users] MGE2010 fusion and openlayers 2-7

2009-05-13 Thread Paul Spencer
It would be safer to replace OpenLayers.js in the Fusion directories with your own. Cheers Paul On 13-May-09, at 9:21 PM, Ran Mahiru wrote: Not sure if anyone has tried this yet but... am considering using MGE2010 for a production system but will most likely need some of the functions

Re: [mapguide-users] Mapguide Site Login Problem

2009-05-13 Thread padmini godavarthi
Hi, my url was http://localhost/mapguide/mapadmin/login.php. this url was correct. but the problem is with Fatal error: Call to undefined function MgInitializeWebTier() in C:\Program