Re: [mapguide-users] Hot to set MgProperty to NULL

2009-11-09 Thread Kenneth Skovhede, GEOGRAF A/S
SetNull() is the method to use. I've found that various providers either break on, or ignore, null values. Regards, Kenneth Skovhede, GEOGRAF A/S Gunter Becker skrev: Hi, I'd like to update existing features with NULL values. Let's say I have a property called 'age' and I want to delete the

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Jason Birch
ECW and MrSID are not supported by default in MGOS, primarily due to licensing restrictions. We could probably bundle the MrSID DLLs from my reading of the license, but there is a certain degree of risk that would be involved and we'd probably want to get a legal opinion first. I documented some

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Jason Birch
The GDAL provider does not report the correct bounds in most cases when used with 2.0/2.1; the exception I've found being GeoTIFFs with embedded CRS. I think basically if it doesn't know the projection it also doesn't return the bounds, but I haven't investigated this fully. This used to work, bu

RE: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Homan, Thomas
Have you tried taking the bounds to the actual bounding box of the images and just not a huge generic bounds statement? Also, does it work if there is only one image loaded? What is the rest of the config.xml file? I found a helpful reference to the config.xml file for MGE at http://images.autode

[mapguide-users] Hot to set MgProperty to NULL

2009-11-09 Thread Gunter Becker
Hi, I'd like to update existing features with NULL values. Let's say I have a property called 'age' and I want to delete the value of this property so that I have a null value instead of the integer value. The only contructor I've found needs two parameters. The property name and the property va

Re: [mapguide-users] totally new to MG

2009-11-09 Thread Kenneth Skovhede, GEOGRAF A/S
If you read up on the samples for the Maestro API, you should notice a redirect (last line): http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/AddInitialLayer The redirect looks like this: Response.Redirect("/mapguide/ajaxviewer/?LAYOUT=" & Server.UrlEncode(tempWebLayout) & "&SESS

Re: [mapguide-users] Creating and adding layers

2009-11-09 Thread Kenneth Skovhede, GEOGRAF A/S
MapGuide has many great geospatial operations, but if you are merely interrested in displaying a raster based map, perhaps you can do it, using only OpenLayers: http://openlayers.org I know that there are some simple Geo servers that specialize in serving tiles from TIFF, rather than the full fun

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Crispin_at_1Spatial
Also see... http://n2.nabble.com/Minutes-from-PSC-Meeting-Nov-5-09-tt3954905.html#a3962451 ... MapGuide bugs 1121 and 790 (=FDO 493) They well maybe all the same thing... Crispin Dejan Gregor wrote: > > Dear Kenneth and HABC, > > is MrSID really supported my MGOS 2.1 out of the box by th

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Zac Spitzer
I would try the posting on the mge groups? On Mon, Nov 9, 2009 at 8:09 PM, mighty_duck wrote: > > Autodesk FDO provider for Oracle > > > Dejan Gregor wrote: >> >> mighty_duck, >> >> you have several Oracle FDO providers and versions (check >> http://fdo.osgeo.org/OSProviderOverviews.html). Which

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
Autodesk FDO provider for Oracle Dejan Gregor wrote: > > mighty_duck, > > you have several Oracle FDO providers and versions (check > http://fdo.osgeo.org/OSProviderOverviews.html). Which one (name, version) > are you using? > > Dejan > > On Mon, Nov 9, 2009 at 10:05, mighty_duck wrote: >

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Zac Spitzer
which version and edition of mapguide, autodesk fdo or king/osgeo fdo provider? z On Mon, Nov 9, 2009 at 8:05 PM, mighty_duck wrote: > > FDO > > > zspitzer wrote: >> >> which provider are you using? >> >> On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote: >>> >>> I dont think it is Oracle error

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Dejan Gregor
mighty_duck, you have several Oracle FDO providers and versions (check http://fdo.osgeo.org/OSProviderOverviews.html). Which one (name, version) are you using? Dejan On Mon, Nov 9, 2009 at 10:05, mighty_duck wrote: > > FDO > > > zspitzer wrote: > > > > which provider are you using? > > > > On

Re: [mapguide-users] Oracle 10g Standard

2009-11-09 Thread Dejan Gregor
Zac, were you able to install MGOS and PostGIS successfully on a Windows machine? I was keeping my fingers crossed and checking your blog. Let me know, when you have it successfully implemented. Good luck! Dejan On Fri, Oct 30, 2009 at 07:55, Dejan Gregor wrote: > Wow, > > thanks Zac. I would

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
FDO zspitzer wrote: > > which provider are you using? > > On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote: >> >> I dont think it is Oracle error, it inserts everything correcly to >> database, >> problem start when FeatureService wants to return "information" that >> feature >> is succesufu

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Zac Spitzer
which provider are you using? On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote: > > I dont think it is Oracle error, it inserts everything correcly to database, > problem start when FeatureService wants to return "information" that feature > is succesufully inserted into the database. > > Wouldn

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
I dont think it is Oracle error, it inserts everything correcly to database, problem start when FeatureService wants to return "information" that feature is succesufully inserted into the database. Wouldn't it be maybe FDO problem?! thanks Dejan Gregor wrote: > > What is the ORA error/excepti

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Dejan Gregor
What is the ORA error/exception number? Dejan On Mon, Nov 9, 2009 at 09:42, mighty_duck wrote: > > Hi, > > I created table in Oracle with two columns: ID(primary key) and > Geometry(SDO_GEOMETRY). I also done all stuffs with metadata and spatial > index. > > Problem is when I want to insert

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Dejan Gregor
Dear Kenneth and HABC, is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider that comes with the installation? Personally, I was not able to run it. HABC, which provider do you use for MrSID? How did you implementi it to MGOS 2.1? Dejan On Mon, Nov 9, 2009 at 09:06, Kenneth

[mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
Hi, I created table in Oracle with two columns: ID(primary key) and Geometry(SDO_GEOMETRY). I also done all stuffs with metadata and spatial index. Problem is when I want to insert feature into the table... featureService.UpdateFeatures(resourceIdentifier, commandCollection, false);. This co

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Kenneth Skovhede, GEOGRAF A/S
The warning tells you that the provider reports the default extents, which are probably not valid. Either your data is missing extent info (not likely) or the provider is not working. Please see the FdoGdalNotes for info on how to debug rasters: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Regar