[mapguide-users] Re: features in oracle not selectable

2010-02-02 Thread padmini godavarthi
Hi, just check the following this . 1) Is spatial index wa properly created to the gis data table in oracle spatial... 2)is atleast one primary key should be in your oracle table Regards, padmini G. -- View this message in context: http://n2.nabble.com/features-

[mapguide-users] Re: Configuration Error in MapviewerNet in MGOS 2.1

2010-02-02 Thread padmini godavarthi
Hi kenneth, Thanks for your reply.i have passed the input parameters to the ajaxviewer.aspx .but is shows the result as invalid repository type invalid repository type in browser . just see my code Public sessionId As String Public webLayout As String Dim resrce As ResourceIdentif

[mapguide-users] Re: problem when using same code for MapGuideEnterprise2009 with MapGuideEnterprise2010

2010-02-02 Thread ehsan
Hi, This is my php code : /*Query the value */ $opts = new MgFeatureQueryOptions(); $opts->SetFilter("(NO_LOT ='".$searchValue."') AND (KOD_DAERAH='".$daerah."') AND (NAMA_MUKIM='".$mukim."')");//set the query filter $featureClassName = $layer->GetFeatureClassName(); $srcId = new MgResourceIdenti

[mapguide-users] RE: Problem with map only half showing.

2010-02-02 Thread Crispin_at_1Spatial
Yes - FDO compiles against a particular version. You need to stick to a v1.4 build. Try unzipping "gdalwin32exe144.zip" from here: http://download.osgeo.org/gdal/win32/1.4.4/ -- View this message in context: http://n2.nabble.com/Problem-with-map-raster-tif-files-only-half-showing-tp4473961p45

RE: [mapguide-users] Zoom To selection

2010-02-02 Thread andrea tiveron (e-metodi)
I have the same problem I work with SDF my code below is perfect to update a feature (it's a polygon) my problem is when I select a feature and after update the feature on the same map when I make a selection the UpdateFeatures command work a lot of time, no error return, but the value is not updat

RE: [mapguide-users] how to get selected feature

2010-02-02 Thread andrea tiveron (e-metodi)
this is an example that I find I hope that this help you andrea <%@ Page Language="C#" ValidateRequest="false" %> <%@ Import Namespace="OSGeo.MapGuide" %> public String OutputSelectionInHTML(MgSelection selection, MgFeatureService featureService) { MgReadOnlyLayerCollection l

RE: [mapguide-users] Problem zoomtoview in mapguide 2.1

2010-02-02 Thread Rico van Driel
Kenneth, The "parseInt" remark did the trick. In MS internet explorer the site is working. In Firefox not yet. Hopefully a real programmer at GISkit can look in the code for more detail later. met vriendelijke groet, GISkit BV Rico van Driel Van: mapguide-users-boun...@lists.osgeo.org [mail

Re: [mapguide-users] Problem zoomtoview in mapguide 2.1

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
If I open the page, and type "kerk" and press "zoek", I get a javascript error, "soort is not defined": j=soort.length; //alert(j) Try installing FireFox and Firebug to track the error. (you need to define variables before using them). Also, you split a string giving you an array of strings. Y

[mapguide-users] Re: "Failed to read schema..." error with GDAL

2010-02-02 Thread magnoliazz
Hi Kenneth, I'm using the latest release of Maestro and I'm having the same problem. I get the same erro message, no log entries, no last exception to view, and when I add the raster layer I get a blank map. Is there a way to avoid this problem, any file format that would make it easier to use r

[mapguide-users] Re: "Failed to read schema..." error with GDAL

2010-02-02 Thread magnoliazz
Hi Kenneth, I'm using the latest release of Maestro and I'm having the same problem. I get the same erro message, no log entries, no last exception to view, and when I add the raster layer I get a blank map. -- View this message in context: http://n2.nabble.com/Failed-to-read-schema-error-wit

Re: [mapguide-users] Re: Configuration Error in MapviewerNet in MGOS 2.1

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
You cannot open ajaxviewer.aspx directly, it needs some parameters as input, eg. a WEBLAYOUT= Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 11:49, padmini godavarthi wrote: Hi kenneth, Thanks for ur reply.while browsing mapviewernet from iis a list of aspx files are diplayed. while cl

Re: [mapguide-users] Re: Configuration Error in MapviewerNet in MGOS 2.1

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
There is a big button labeled "Create", press it. Alternative: http://www.google.com/search?q=How+to+configure+virtual+directory+as+an+application+in+IIS Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 09:59, padmini godavarthi wrote: Hi, Thanks for your reply.How to configure virtual di

[mapguide-users] Re: mapguide-users Digest, Vol 38, Issue 1

2010-02-02 Thread hanane el yazidi
Hi, I'm a MGOS novice. I'd like to add a raster (.tiff) with Maestro, so I added an alias pointing to the directory where the raster is located, then I added a dataconnection with the FDO Gdal provider, tested the connection, and it was good. But when I want to add the raster layer, I get this err

Re: [mapguide-users] RE: ECWs and MG 2.1

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
Otherwise you need to sign up on the erdas page, wait for login info on email, download and install the SDK. You can then extract the dll files from the install dir. Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 09:41, Jason Birch wrote: I believe that Frank distributes ECW redistributa

[mapguide-users] Problem zoomtoview in mapguide 2.1

2010-02-02 Thread Rico van Driel
Hi List, I have an search adres application that uses the ZoomToView function as mentioned below. In previous MGOS versions this function works fine. In MGOS 2.1 this function works also but after execution the standard functions from mapguide does work anymore. For example if you pan the map y

[mapguide-users] Re: Configuration Error in MapviewerNet in MGOS 2.1

2010-02-02 Thread padmini godavarthi
Hi kenneth, Thanks for ur reply.while browsing mapviewernet from iis a list of aspx files are diplayed. while clicking on ajaxviewer.aspx a got a following error that Error in base64DecodeInvalid length for a Base-64 char array. what is this error actually?what i have to do for the solution?

[mapguide-users] MapGuide 2.1 and transparent PNG

2010-02-02 Thread Simon Pelicon
Hi! I have problems showing transparent PNG files in MapGuide version 2.1. I converted TIF files to transparent PNG. Any advice? Simon ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] RE: Problem with map only half showing.

2010-02-02 Thread JamesDudden
Crispin_at_1Spatial wrote: > > . > It looks like you are on MG 2.0.2 still? That is GDAL 1.4 so a copy of > the GDAL v1.4.x latest (e.g. an old download of FWTools), stop the MG > service and replace the GDAL dll -- restart and you should be OK > > Crispin > > Hi Crispin, Yes I am usin

[mapguide-users] Re: MapGuideApiPINVOKE

2010-02-02 Thread Gunter Becker
Kenneth, thanks for your reply. No, I don't think so because I tested it on another Windows Server 2008 / 32Bit and it works well. Next thing I tried was to use your signed MapGuideDotNetAPI.dll you posted some days ago. This also doesn't work. And then I tried to sign the MapGuideDotNetAPI.dll

[mapguide-users] Re: Configuration Error in MapviewerNet in MGOS 2.1

2010-02-02 Thread padmini godavarthi
Hi, Thanks for your reply.How to configure virtual directory as an application in iis.can u plz tell me the procedure.my iis is as follows.. http://n2.nabble.com/file/n4499669/prop.jpg Regards, Padmini G. -- View this message in context: http://n2.nabble.com/Configuration-Er

Re: [mapguide-users] RE: ECWs and MG 2.1

2010-02-02 Thread Jason Birch
I believe that Frank distributes ECW redistributables as part of FWTools, but it might be a bit of a struggle to find the right ones :) http://home.gdal.org/fwtools/ Jason On 2 February 2010 00:16, gatopardo wrote: > > Hello, where can I obtain these files? > NCS

[mapguide-users] RE: ECWs and MG 2.1

2010-02-02 Thread gatopardo
Hello, where can I obtain these files? NCScnet.dll NCSEcw.dll NCSEcwC.dll NCSUtil.dll I've mailed Erdas, but they don't anwser. Thanks. -- View this message in context: http://n2.nabble.com/ECWs-and-MG-2-1-tp2978248p4499535.html Sent from the MapGuide Users mailing list archive at Nabble.co

Re: [mapguide-users] Map editing on web application

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
By "edit" do you mean interactive edit of the feature? eg. add points to a polygon and move them around? If so, you can use OpenLayers (or Fusion/Flexible Layouts): http://openlayers.org/dev/examples/modify-feature.html There is no support for interactive editing in the basic weblayouts. Regard

Re: [mapguide-users] Re: Guide Me in MGOS 2.1

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
I have no idea about the aspnet_regiis problem, I have never seem that myself. You can use Visual Studio Express if you prefer, there are no issues that I'm aware of. Regards, Kenneth Skovhede, GEOGRAF A/S On 31-01-2010 13:54, padmini godavarthi wrote: Hi, Thanks for your reply. can u plz

Re: [mapguide-users] problem when using same code for MapGuideEnterprise2009 with MapGuideEnterprise2010

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
Most code will work just fine when upgrading, but if your code depends on an undocumented feature or bug, it may not. You need to give more information, perhaps post some of the script. Regards, Kenneth Skovhede, GEOGRAF A/S On 01-02-2010 08:25, ehsan wrote: Hi, i just changing my MapGuideEnte

Re: [mapguide-users] Configuration Error in MapviewerNet in MGOS 2.1

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
From your error description: *This error can be caused by a virtual directory not being configured as an application in IIS*. Have you configured the virtual directory as an application? Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 06:23, padmini godavarthi wrote: Hi, iam using MGOS