Re: [mapguide-users] Re: Simple OGR FDO question

2010-03-12 Thread Kenneth Skovhede, GEOGRAF A/S
Hmm, yes that seems to be the problem. Unfortunately the OGR dll in MGOS 2.1 does not link to the gdal16.dll (not sure about the MGEP2010), so you have to build both the gdal and the fdo-ogr dll. Regards, Kenneth Skovhede, GEOGRAF A/S On 11-03-2010 23:03, Traian Stanev wrote: I'm not 100

Re: [mapguide-users] Simple OGR FDO question

2010-03-11 Thread Kenneth Skovhede, GEOGRAF A/S
. Regards, Kenneth Skovhede, GEOGRAF A/S On 11-03-2010 06:18, Jamo wrote: Can Mapguide use KML as a datastore to grab information from? If so how do i connect to the KML using OGR? I'm trying to load some point data from a kml file and I'm not sure if it is just corrupt data or not.. I've been

Re: [mapguide-users] OSGeo.PostGIS.3.4 provider connection error

2010-03-08 Thread Kenneth Skovhede, GEOGRAF A/S
asking, please provide additional information, such as any problems reported by the dependency walker. Regards, Kenneth Skovhede, GEOGRAF A/S On 08-03-2010 07:29, siva4gis wrote: Hi, i am using Mapguide 2.1,Mapguide Maestro,Postgresql 8.3. i got below error when i connect PostGIS

Re: [mapguide-users] Re: Impossible Get Entry Point 'CSharp_MgSiteConnectionToMgGuardDisposable' in DLL 'MapGuideUnmanagedApi'

2010-03-08 Thread Kenneth Skovhede, GEOGRAF A/S
Unfortunately no. I have not yet found a way to configure assembly redirects at runtime. Regards, Kenneth Skovhede, GEOGRAF A/S On 08-03-2010 13:29, carls wrote: Thank you very much, Kenneth Skovhede! I saw the linked page and felt that it is a bit complicated. Is it possible to wrap all

Re: [mapguide-users] Re: Maestro Api runtime map selection

2010-03-04 Thread Kenneth Skovhede, GEOGRAF A/S
create SDF datastores: http://www.osgeo.org/files/mapguide/docs/webapi/d8/dd5/class_mg_create_sdf_params.htm Regards, Kenneth Skovhede, GEOGRAF A/S On 03-03-2010 21:55, Jamo wrote: Cheers Kenneth, I really like the selection api :) will make life a little easier in places for me. Bummer about

Re: [mapguide-users] Redline Text

2010-03-04 Thread Kenneth Skovhede, GEOGRAF A/S
. Since you mention redline, I assume that you already have the datasource, you just need a spare column and a layer. Regards, Kenneth Skovhede, GEOGRAF A/S On 03-03-2010 23:01, Twi wrote: I want to create annotations when the user clicks on the map. I started programming. NET on the redlines. Where

Re: [mapguide-users] Re: Redline Text

2010-03-04 Thread Kenneth Skovhede, GEOGRAF A/S
/files/mapguide/docs/webapi/d4/d63/class_mg_insert_features.htm Regards, Kenneth Skovhede, GEOGRAF A/S On 04-03-2010 09:14, Twi wrote: I have a datasource with a layer that looks my annotations. The problem how to liaison between the click of the user and insert the annotation database? Thank you

Re: [mapguide-users] Maestro Api runtime map selection

2010-03-03 Thread Kenneth Skovhede, GEOGRAF A/S
is not overloaded, so when using the selection object you have to use ToXml() instead. I will fix this too. Regards, Kenneth Skovhede, GEOGRAF A/S On 02-03-2010 21:57, Jamo wrote: Ok I started creating a class of my own that would produce a layer definition and save it to the repository... Got upto

Re: [mapguide-users] Argument is out of range

2010-03-03 Thread Kenneth Skovhede, GEOGRAF A/S
with that one. If you have trouble with both, can you narrow down the problem to a specific folder or resource? Regards, Kenneth Skovhede, GEOGRAF A/S On 03-03-2010 12:07, pilchid wrote: Hello there. I am trying to fugure out how I can package up my site so that I can send it to our developers to have

Re: [mapguide-users] Impossible Get Entry Point 'CSharp_MgSiteConnectionToMgGuardDisposable' in DLL 'MapGuideUnmanagedApi'

2010-03-02 Thread Kenneth Skovhede, GEOGRAF A/S
There were some changes to the MapGuide Unmanaged dlls between 2.0 and 2.1. You need an updated MapGuideDotNetApi: http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/MapGuideDotNetApiVersions Regards, Kenneth Skovhede, GEOGRAF A/S On 01-03-2010 17:18, carls wrote: I have just uninstalled

[mapguide-users] Re: Unable to hide layers

2010-03-02 Thread Kenneth Skovhede, GEOGRAF A/S
to see if the request(s) sent to MG is different than what you are sending? Regards, Kenneth Skovhede, GEOGRAF A/S On 02-03-2010 10:31, du wrote: sorry - misunderstanding. All of the layers are set to visible in Maestro ___ mapguide-users mailing

Re: [mapguide-users] Re: How to change Existing Max scale for a layer

2010-03-02 Thread Kenneth Skovhede, GEOGRAF A/S
. As for the map.Save(), you need the mapname, like: map.Save(resourceService, Sheboygan); Regards, Kenneth Skovhede, GEOGRAF A/S On 01-03-2010 09:46, SriRam007 wrote: Utility.InitializeWebTier(Request); string myLayerName = ddlLayerForScale.SelectedItem.Text.ToString

Re: [mapguide-users] Re: How to change Existing Max scale for a layer

2010-03-01 Thread Kenneth Skovhede, GEOGRAF A/S
You are issuing MgMap.Save, but passing the layer id. You must pass the mapname when using that method. Regards, Kenneth Skovhede, GEOGRAF A/S On 01-03-2010 08:07, SriRam007 wrote: Hi, As u told to create a new MgLayer instance, and copy all the properties from the original MgLayer to the new

Re: [mapguide-users] How to change Existing Max scale for a layer

2010-02-26 Thread Kenneth Skovhede, GEOGRAF A/S
How is it not working? Regards, Kenneth Skovhede, GEOGRAF A/S On 26-02-2010 08:39, SriRam007 wrote: hi everyone, Can i change the Max scale for a Layer using MGOS and C#.net. I have modified the XML file of Layerdefinition for changing the scale dynamically. My Scale Range Details

Re: [mapguide-users] ECW Raster too big??

2010-02-24 Thread Kenneth Skovhede, GEOGRAF A/S
I have no problems displaying 4gb+ ECW files. Are you sure this is not a coordinate system issue? Have you tried debugging the setup: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Regards, Kenneth Skovhede, GEOGRAF A/S On 24-02-2010 15:29, pilchid wrote: Hello there. I have some ariel

Re: [mapguide-users] Re: Is it Possible to set Feature Label for a layer dynamically

2010-02-23 Thread Kenneth Skovhede, GEOGRAF A/S
GetResourceContent to get the xml. 6) is layer.SetLayerDefinition(...) (MgLayer::SetLayerDefinition) 7) map.Save(...) (MgMap::Save) 8) GetMap().Refresh() Regards, Kenneth Skovhede, GEOGRAF A/S On 23-02-2010 08:17, SriRam007 wrote: hi, Upto 5th step is done. I got the LayerDefinition in XML format

Re: [mapguide-users] Re: Problem with Studio 2010 +Flexible layouts Error

2010-02-23 Thread Kenneth Skovhede, GEOGRAF A/S
It sounds as if your bounds are incorrect? (on the MapDefinition you can set the bounds). You could also have a problem with mismatch between the FeatureSource coordinate system, and map coordinate system. Regards, Kenneth Skovhede, GEOGRAF A/S On 23-02-2010 06:01, padmini godavarthi wrote

Re: [mapguide-users] Sessions on server side

2010-02-23 Thread Kenneth Skovhede, GEOGRAF A/S
skip the _map.Create call, and thus get static object id's. If you use the MaestroAPI reader/writer, you can also set the object id's. Regards, Kenneth Skovhede, GEOGRAF A/S On 22-02-2010 22:08, Pietro Ianniello wrote: Ok, I can see that I misjudged your experience level completely No problem

Re: [mapguide-users] Re: Is it Possible to set Feature Label for a layer dynamically

2010-02-23 Thread Kenneth Skovhede, GEOGRAF A/S
Yes, its called SetResource, and the code looks correct to me. Regards, Kenneth Skovhede, GEOGRAF A/S On 23-02-2010 10:03, SriRam007 wrote: there is no SetResourceContent forgive me if i m saying wrong... MgResourceService resourceService = siteConnection.CreateService

Re: [mapguide-users] Re: Is it Possible to set Feature Label for a layer dynamically

2010-02-23 Thread Kenneth Skovhede, GEOGRAF A/S
The second to last line, you set the layer to point at the original, not the copy. Change the line to: layer.SetLayerDefinition(layerResId, resourceService); Regards, Kenneth Skovhede, GEOGRAF A/S On 23-02-2010 12:39, SriRam007 wrote: Utility.InitializeWebTier(Request); string

Re: [mapguide-users] Re: Is it Possible to set Feature Label for a layer dynamically

2010-02-23 Thread Kenneth Skovhede, GEOGRAF A/S
you modify the LayerDefinition xml directly, all current users will see the change after a map redraw, as well as all new users. IMO, it is confusing if the display changes without the user doing anything. Regards, Kenneth Skovhede, GEOGRAF A/S On 23-02-2010 13:03, SriRam007 wrote: changing

Re: [mapguide-users] How to upload / show raster images in mgos 2.0

2010-02-22 Thread Kenneth Skovhede, GEOGRAF A/S
There is a Maestro user guide here: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide And specific for rasters: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuides/RasterFeatureSource And you may want to read this: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Regards, Kenneth Skovhede

Re: [mapguide-users] Shape-Files and Joins

2010-02-22 Thread Kenneth Skovhede, GEOGRAF A/S
I have given up on joins completely, I simply cannot get them to work with anything but SDF datasources. Regards, Kenneth Skovhede, GEOGRAF A/S On 22-02-2010 11:47, Volker Drescher wrote: Hello, I have a shape file with a n:1 join to as SQL Server Database. This works fine in MGOS 2.0.2

Re: [mapguide-users] Sessions on server side

2010-02-22 Thread Kenneth Skovhede, GEOGRAF A/S
{ //Bad code here } catch (Execption ex) { //Also catches MgExceptions and the like Console.Writeline(ex.Message); } Btw., your attachment did not make it. Regards, Kenneth Skovhede, GEOGRAF A/S On 22-02-2010 16:41, Pietro Ianniello wrote: Dear list, This question is for those who

Re: [mapguide-users] Re: Is it Possible to set Feature Label for a layer dynamically

2010-02-19 Thread Kenneth Skovhede, GEOGRAF A/S
not mentioned the API documentation yet. Try this link: http://mapguide.osgeo.net/files/mapguide/docs/webapi/d6/de2/class_mg_layer.html Regards, Kenneth Skovhede, GEOGRAF A/S On 19-02-2010 08:21, SriRam007 wrote: Can u please post the exact link I went through all the link but still not getting anything

Re: [mapguide-users] Re: Is it Possible to set Feature Label for a layer dynamically

2010-02-19 Thread Kenneth Skovhede, GEOGRAF A/S
of the LayerDefinition from step 5 (link 2) 7) Save the MgMap instance from step 1 8) Refresh the map on the client (developer guide) steps 1,2 and 7 have hints in the developer guide, but are also avalible in the API documentation under MgMap. Regards, Kenneth Skovhede, GEOGRAF A/S On 19-02-2010 10:41

Re: [mapguide-users] uploading a raster image

2010-02-19 Thread Kenneth Skovhede, GEOGRAF A/S
Yes, it is possible to upload and show raster images in MGOS 2.0, although I would recommend using MGOS 2.1. Regards, Kenneth Skovhede, GEOGRAF A/S On 19-02-2010 10:42, manav dayal wrote: is it possible to upload or show raster images in mgos2.0

Re: [mapguide-users] Some thought on FDO PostGIS Provider

2010-02-18 Thread Kenneth Skovhede, GEOGRAF A/S
of installing Visual Studio, checking out the code with SubVersion, and running the build.bat. You only have to fiddle with the Gdal file called nmake.opts to have it include PostGIS. I would expect it to take a day or two to get a working build, if you want to try. Regards, Kenneth Skovhede

Re: [mapguide-users] Re: MapGuide with ASP.Net

2010-02-18 Thread Kenneth Skovhede, GEOGRAF A/S
the application, and get the error 5) Examine the w3p process and see what files it attempts to load. Regards, Kenneth Skovhede, GEOGRAF A/S On 18-02-2010 10:58, kandiyateesh wrote: Hi Kenneth, I've copied the bin folder and the webconfig.ini file as mentioned in the previous post. Also, I've referenced

Re: [mapguide-users] IIS 7.0 Forbidden when opening /mapguide/ (from browser and Maestro)

2010-02-16 Thread Kenneth Skovhede, GEOGRAF A/S
, Kenneth Skovhede, GEOGRAF A/S On 16-02-2010 10:30, bojanfr...@fer wrote: Hi, I was running MGOS with Apache so far, now want to use it with IIS. A got a IIS configuration error somewhere, I think... I can open MapAdmin and MapAgent with no problems. http://server.ip/mapguide/mapadmin ... redirects

Re: [mapguide-users] IIS 7.0 Forbidden when opening /mapguide/ (frombrowser and Maestro)

2010-02-16 Thread Kenneth Skovhede, GEOGRAF A/S
\mapagent\mapagent.exe It has worse performance, so you shouldn't keep it enabled. I have also seen a case where removing and adding the extension and mapping made the 500 problem go away. Regards, Kenneth Skovhede, GEOGRAF A/S On 16-02-2010 14:44, Bojan Franc @ FER wrote: The suggested link http

Re: [mapguide-users] CONFIG.XML EDIT DYNAMICALLY?

2010-02-16 Thread Kenneth Skovhede, GEOGRAF A/S
That sounds sensible, but why do you need to filter the list? Is it too slow with 14,000 nodes in the xml? Regards, Kenneth Skovhede, GEOGRAF A/S On 16-02-2010 18:30, GordonL wrote: Hi All, I have a layer that points to a folder of rasters. I want to filter that layer based on the filename

Re: [mapguide-users] Buffer is not working properly

2010-02-15 Thread Kenneth Skovhede, GEOGRAF A/S
the selected parcels, and then issue Select Within on the same layer, is that correctly understood? What provider are you using (sdf, postgis, etc.)? You could try to select the affected items, as that will visually show what happens. Regards, Kenneth Skovhede, GEOGRAF A/S On 16-02-2010 08:18, padmini

Re: [mapguide-users] Getting layer's maxscale to Viewer API

2010-02-15 Thread Kenneth Skovhede, GEOGRAF A/S
is that the user cannot pres back, there is no click sound, and you don't need to mess with hidden frames. Regards, Kenneth Skovhede, GEOGRAF A/S On 15-02-2010 16:25, Johannes Foell wrote: Hi List, I'm new to MG (and JS) and have a question about the layer's maxscale. I can read the maxscale out

Re: [mapguide-users] Re: MrSid, ECW MGOS 2.1 and Maestro 2.0 RC 1

2010-02-14 Thread Kenneth Skovhede, GEOGRAF A/S
with the license yourself, before using the files in production. Regards, Kenneth Skovhede, GEOGRAF A/S On 13-02-2010 20:18, wordsy wrote: Thanks. I will put these files in the correct folder. Hopefully, everything will work. Thanks again for all your help everyone

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

2010-02-08 Thread Kenneth Skovhede, GEOGRAF A/S
in that, but there will likely be some sync issues. Regards, Kenneth Skovhede, GEOGRAF A/S On 07-02-2010 13:14, isca wrote: And is there any chance to bring this functionality towards the basic weblayouts ? I still prefer these as they are in my opinion much more stable and performant, but on the other hand

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

2010-02-08 Thread Kenneth Skovhede, GEOGRAF A/S
Skovhede, GEOGRAF A/S On 05-02-2010 13:23, magnoliazz wrote: Hi Kenneth, How can I do that? I'm sorry, but could u provide a lil more details cause I'm still a newbie in this. And would you have a sample raster that works for you that you can send me, or a link to download it from. I have

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

2010-02-03 Thread Kenneth Skovhede, GEOGRAF A/S
=../mapviewernet/ajaxviewer.aspx?SESSION=%=sessionId%WEBLAYOUT=%=resrce% Regards, Kenneth Skovhede, GEOGRAF A/S On 03-02-2010 04:52, padmini godavarthi wrote: 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

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

2010-02-03 Thread Kenneth Skovhede, GEOGRAF A/S
There is no detailed info, the only document is the user guide: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide Are you using the Maestro 2.0 RC1 ? If not, try it. If yes, can you post the entire message (if there is more) ? Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 12:35

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

2010-02-03 Thread Kenneth Skovhede, GEOGRAF A/S
. The username/password is what you would use to login to Maestro. If you post the result of that operation somewhere, I will have a look, and see if I can guess what the problem is. Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 12:56, magnoliazz wrote: release of Maestro and I'm

Re: [mapguide-users] Re: MapGuideApiPINVOKE

2010-02-03 Thread Kenneth Skovhede, GEOGRAF A/S
think that it has loaded the MapGuideDotNetApi.dll just fine, but something else is breaking. Since MapGuideApiPINVOKE is used to invoke the binaries, I assumed they were of the wrong type. Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 10:27, Gunter Becker wrote: Kenneth, thanks for your

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

2010-02-03 Thread Kenneth Skovhede, GEOGRAF A/S
This does not reveal to me what the error is. Which lines are around line 56 mentioned in the error message? Have you verified that all your variables are initialized (the error indicates otherwise)? Regards, Kenneth Skovhede, GEOGRAF A/S On 03-02-2010 04:33, ehsan wrote: search for NOLOT

Re: [mapguide-users] Re: MapGuideApiPINVOKE

2010-02-03 Thread Kenneth Skovhede, GEOGRAF A/S
is broken, or the method is simply missing. Try using a tool such as Process Monitor to see what dll files it is actually reading: http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx Regards, Kenneth Skovhede, GEOGRAF A/S On 03-02-2010 10:25, Gunter Becker wrote: The InnerException

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

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

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

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

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
, Kenneth Skovhede, GEOGRAF A/S On 01-02-2010 13:24, prabhat30 wrote: Hi, Iam trying to edit existing feature class on web application using open source mapguide(c#). Whether it is possible or not. If not give me any alternate solutions to solve this problem. Thanks in advance Regards

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

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

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

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

2010-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
x/y to send to the server, and then parsed the results. Regards, Kenneth Skovhede, GEOGRAF A/S On 02-02-2010 12:09, Rico van Driel wrote: Hi List, I have an search adres application that uses the ZoomToView function as mentioned below. In previous MGOS versions this function works fine

Re: [mapguide-users] Start the map with coordinates specified in the URL

2010-01-22 Thread Kenneth Skovhede, GEOGRAF A/S
What line of code throws the exception? Regards, Kenneth Skovhede, GEOGRAF A/S On 21-01-2010 17:29, Rubén Casal Prieto wrote: HHHello, I have this code, to start the map with coordinates with parameters passed in the URL. /String requestParams STRX = [ X]; String

Re: [mapguide-users] RE: IIS Configuration of Mapguide OS - testing web server extensions fails

2010-01-22 Thread Kenneth Skovhede, GEOGRAF A/S
If you can find the exact line of code that causes the problem, that would help. If you have the exact problem that is listed in the post, have you tried setting permissions to Everyone - Full on the file and folder? Regards, Kenneth Skovhede, GEOGRAF A/S On 22-01-2010 07:19, padmini

Re: [mapguide-users] Re: Start with a map coordinates passed by parameters in the URL

2010-01-21 Thread Kenneth Skovhede, GEOGRAF A/S
There is a .Net MaestroAPI example of the same here: http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/CustomizedZoomWithWebLayout Regards, Kenneth Skovhede, GEOGRAF A/S On 20-01-2010 11:59, Jackie Ng wrote: What you could do is on startup, to read the content of your WebLayout

Re: [mapguide-users] Re: Server stopped responding...?

2010-01-21 Thread Kenneth Skovhede, GEOGRAF A/S
identities for layers that are selectable. IIRC MapGuide fetches identities regardless of selectability. Regards, Kenneth Skovhede, GEOGRAF A/S On 21-01-2010 02:44, Jamo wrote: I've since removed some SQL features Maybe this will help ? this Layer ahs some 300 features not many

Re: [mapguide-users] RE: IIS Configuration of Mapguide OS - testing web server extensions fails

2010-01-21 Thread Kenneth Skovhede, GEOGRAF A/S
) Unfortunately it is not possible to determine which of the three cases you are experiencing, without a complete listing of mappings, folders, permissions, etc.. Regards, Kenneth Skovhede, GEOGRAF A/S On 20-01-2010 11:31, padmini godavarthi wrote: Hi, iam using Windows 2003 Server and Mapgide

Re: [mapguide-users] RE: IIS Configuration of Mapguide OS - testing web server extensions fails

2010-01-21 Thread Kenneth Skovhede, GEOGRAF A/S
are using the same apppool but with different .Net versions. Regards, Kenneth Skovhede, GEOGRAF A/S On 21-01-2010 11:21, padmini godavarthi wrote: Hi Kenneth, Thanks for you reply. Afterinstalling mapguide opensource 2.1 1) i found that MapguideApplicationPool was Created in the IIS. In side

Re: [mapguide-users] MapGuide with ASP.Net

2010-01-18 Thread Kenneth Skovhede, GEOGRAF A/S
. Regards, Kenneth Skovhede, GEOGRAF A/S On 18-01-2010 11:16, kandiyateesh wrote: Thanks Kenneth for your kind reply. Can you please tell me what files I need to copy if I'm to use VS2005 installed on different machine. Regards, Yateesh

Re: [mapguide-users] MapGuide with ASP.Net

2010-01-15 Thread Kenneth Skovhede, GEOGRAF A/S
from the viewer and the webconfig.ini). You also need to ensure that the appropriate ports are open between the two machines (ports are listed in webconfig.ini). Regards, Kenneth Skovhede, GEOGRAF A/S On 13-01-2010 10:08, kandiyateesh wrote: installed on a different machine (from the machine

Re: [mapguide-users] Searching for a sample C# application for searching multiple fields of a feature class

2010-01-15 Thread Kenneth Skovhede, GEOGRAF A/S
to query features. Regards, Kenneth Skovhede, GEOGRAF A/S On 13-01-2010 10:46, Dejan Gregor wrote: Hi, I am new to development in MapGuide and C# programming. I would like to implement a sample C# application for searching multiple fields of a vector FDO feature class (e.g. parcel numbers and other

Re: [mapguide-users] Application compatibility b/w MGE2009 and MGOS 2.0.2

2010-01-15 Thread Kenneth Skovhede, GEOGRAF A/S
-- bindingRedirect oldVersion=2.0.0.2308 newVersion=1.0.0.1 / /dependentAssembly /assemblyBinding /runtime /configuration Regards, Kenneth Skovhede, GEOGRAF A/S On 15-01-2010 09:41, Dejan Gregor wrote: Kenneth, I am using the verion 2.1.0.3505 for MapGuideDotNetApi. Where should I set the version

Re: [mapguide-users] Searching for a sample C# application for searching multiple fields of a feature class

2010-01-15 Thread Kenneth Skovhede, GEOGRAF A/S
Ok. I have not used the samples so I cannot help you there. Regards, Kenneth Skovhede, GEOGRAF A/S On 15-01-2010 09:45, Dejan Gregor wrote: that I have used, but getting a lot of er ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http

Re: [mapguide-users] Application compatibility b/w MGE2009 and MGOS 2.0.2

2010-01-15 Thread Kenneth Skovhede, GEOGRAF A/S
You need to run it with corflags.exe and ildasm.exe in the path. The easiest way to do this is to use the Visual Studio 200x Command Prompt Regards, Kenneth Skovhede, GEOGRAF A/S On 15-01-2010 10:48, Dejan Gregor wrote: I have tried to run it, but I got following error : Execute

Re: [mapguide-users] Tracking location in MapGuide OS on a Notebook with GPS receiver

2010-01-14 Thread Kenneth Skovhede, GEOGRAF A/S
MapGuide's coordinate system library to project the coordinates from lat/lon into your map's coordinate system (server side). Then it is a matter of calling ZoomTo(x, y, scale) in javascript. Regards, Kenneth Skovhede, GEOGRAF A/S On 14-01-2010 09:30, Thomas Grosser wrote: Happy New Year

Re: [mapguide-users] Tracking location in MapGuide OS on a Notebook with GPS receiver

2010-01-14 Thread Kenneth Skovhede, GEOGRAF A/S
, and attached GPS devices. In Firefox 3.5 we use local WiFi networks and IP address information to try and guess your location. /quote Regards, Kenneth Skovhede, GEOGRAF A/S On 14-01-2010 09:32, Zac Spitzer wrote: should be pretty easy with a modern real browser, firefox has native support

Re: [mapguide-users] Copying resources from MapGuide Enterprise to MapGuide OS

2010-01-13 Thread Kenneth Skovhede, GEOGRAF A/S
get the actual resource xml by visiting the html test form: http://localhost/mapguide/mapagent/index.html Use the GetResourceContent operation to get the xml, and respond with a mail linking to the xml, and I will see if I can find obvious errors. Regards, Kenneth Skovhede, GEOGRAF A/S On 13-01

Re: [mapguide-users] Copying resources from MapGuide Enterprise to MapGuide OS

2010-01-13 Thread Kenneth Skovhede, GEOGRAF A/S
though. As expected, your LayerDefinition is in version 1.3.0, which explains the previously posted error. Happy to hear that it works! Regards, Kenneth Skovhede, GEOGRAF A/S On 13-01-2010 14:54, sc80 wrote: Thanks Kenneth. I installed Maestro 2.0 beta 1 but I kept on getting this error: http

Re: [mapguide-users] setup wms using maestro

2010-01-11 Thread Kenneth Skovhede, GEOGRAF A/S
Also, to ensure that the WMS is exposed properly from MapGuide, try this: http://localhost/mapguide/mapagent/mapagent.fcgi?SERVICE=WMSVERSION=1.1.1REQUEST=GETCAPABILITIES Regards, Kenneth Skovhede, GEOGRAF A/S On 11-01-2010 11:20, Zac Spitzer wrote: with openlayers you need to set the extents

Re: [mapguide-users] URL Activated for Feature - New Window and Task Pane?

2010-01-09 Thread Kenneth Skovhede, GEOGRAF A/S
of layers. Regards, Kenneth Skovhede, GEOGRAF A/S On 08-01-2010 16:07, Nickthetemp wrote: I should Mention that I am using Mapguide Enterprise 2010 and Mapguide Studio 2010. Thanks ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http

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

2009-12-29 Thread Kenneth Skovhede, GEOGRAF A/S
Hi, This might have been fixed in the newest version Maestro. It was a problem with correctly parsing the schema xml. Regards, Kenneth Skovhede, GEOGRAF A/S On 16-12-2009 09:41, Hardt wrote: Hi Kenneth, I recreated the datasource and the layer, to be sure to have an error message before

Re: [mapguide-users] changing position of task bar

2009-12-15 Thread Kenneth Skovhede, GEOGRAF A/S
, and I would recommend that you either roll your own viewer or use Fusion, if the basic viewer is not enough. Regards, Kenneth Skovhede, GEOGRAF A/S On 14-12-2009 18:48, Chris Claydon wrote: Without trying it, I'm not sure if this would work but it might be worth a try... 1) In MG Studio

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

2009-12-15 Thread Kenneth Skovhede, GEOGRAF A/S
Hi Hardt, In the About... menu, can you select the view last exception, and send the message to this list? Regards, Kenneth Skovhede, GEOGRAF A/S On 14-12-2009 15:55, Hardt wrote: Hi, I created a raster datasource with GDAL. When I create a layer using this datasource, after I selected

Re: [mapguide-users] Look for lines

2009-12-15 Thread Kenneth Skovhede, GEOGRAF A/S
Regards, Kenneth Skovhede, GEOGRAF A/S On 15-12-2009 13:29, Ivan Miličević wrote: You can set the composite line Mapguide Studio or Maestro. *From:* mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *manav dayal *Sent:* Tuesday, December 15, 2009

Re: [mapguide-users] MGOS 2.1: Failure with dynamic coordination transformation

2009-12-14 Thread Kenneth Skovhede, GEOGRAF A/S
Unfortunately, yes it does. However, if your data is value comparable, eg. the point (1,1) is the same place in both datasets, you can just override the data with the real CS into XY-M. Regards, Kenneth Skovhede, GEOGRAF A/S isca skrev: It is actually the other way around. I want

Re: [mapguide-users] MGOS 2.1 - ECW

2009-12-11 Thread Kenneth Skovhede, GEOGRAF A/S
), the XY-M and default extents was returned by the provider if you gave it an empty folder. I would think it should throw an error because no files were loaded. The config document is optional (afaik) but is created if you use a composite set of ECW files. Regards, Kenneth Skovhede, GEOGRAF A/S

Re: [mapguide-users] Unhandled exception error. Maestro. Remote server returned an error (559)..Help.

2009-12-09 Thread Kenneth Skovhede, GEOGRAF A/S
version of Maestro and see if the problem goes away, if so, your repo may still be damaged inside, but at least you can work with it. Regards, Kenneth Skovhede, GEOGRAF A/S Trevor Wekel skrev: Hi Peter, You may be able to access the MapGuide repository using the HTTP test pages http

Re: [mapguide-users] Internet Guest Account Question

2009-12-09 Thread Kenneth Skovhede, GEOGRAF A/S
, or change the default user in the IIS settings for the website. Beware that you will run into multiple permission issues if you do this. Regards, Kenneth Skovhede, GEOGRAF A/S Emily LaMunyon skrev: Thanks for the replies. Our IS department has expressed concern over the IUSR account being

Re: [mapguide-users] Should I give up?

2009-12-09 Thread Kenneth Skovhede, GEOGRAF A/S
have no idea why the WMS featuresource would be interpreted as a vector featuresource, but if the featuresource you are using is the nasa one, I can test it and hopefully fix it in a few days. Regards, Kenneth Skovhede, GEOGRAF A/S Jason Birch skrev: Can you please file that as a bug against

Re: [mapguide-users] Upgrading from 2.0 to 2.1

2009-12-09 Thread Kenneth Skovhede, GEOGRAF A/S
have to re-make those changes. Regards, Kenneth Skovhede, GEOGRAF A/S Hardt skrev: Hi all, I've read here and there that we only need to upgrade the repository to upgrade to 2.1. Is that correct, or are there other files and folders to backup before upgrading (like data files somewhere, I

Re: [mapguide-users] MGOS 2.1 - ECW

2009-12-09 Thread Kenneth Skovhede, GEOGRAF A/S
, or the coordsys override is not set (there is an issue registered). Regards, Kenneth Skovhede, GEOGRAF A/S Denis Lalonde skrev: I currently have several XP based laptops running MGOS 2.02 (IIS, PHP) and one server (MGOS 1.2, IIS, PHP). All of the maps on each were authored using Studio and each have

Re: [mapguide-users] Connection Problem

2009-12-08 Thread Kenneth Skovhede, GEOGRAF A/S
module or other item installed. Try locating any localhost items in the apache config. Alternatively, see if this is the method used: http://webdesign.about.com/od/htaccess/ht/ht302redirect.htm Regards, Kenneth Skovhede, GEOGRAF A/S manav dayal skrev: Jason Sir, I tried to access the page

Re: [mapguide-users] 2.1 stability and speed

2009-12-07 Thread Kenneth Skovhede, GEOGRAF A/S
Try reducing the connection pool size to say 50. I've had issues where MapGuide runs out of open file handles if the default 200 is set. Regards, Kenneth Skovhede, GEOGRAF A/S Bruce Han skrev: Hi, Does anyone know how to improve Mapguide 2.1 stability and speed, Mine crashes on hourly

Re: [mapguide-users] MGOS 2.1.0.4238 PROBLEM

2009-12-03 Thread Kenneth Skovhede, GEOGRAF A/S
somewhere, indicating why the files in the bin folder fails to load. Also, if you have previously had MGOS 2.0 installed, have you made sure that it was uninstalled completely before installing 2.1? Regards, Kenneth Skovhede, GEOGRAF A/S balaji bitra skrev: Hi I am using pIV(3.2GHz

Re: [mapguide-users] Problem setting up connection with Maestro and SL King Oracle Provider

2009-12-02 Thread Kenneth Skovhede, GEOGRAF A/S
Are you sure you are using MGOS 2.1 final? I think there was a similar error in a previous version of MGOS 2.1 (and MGEP 2010). In any case, the message displayed by Maestro is a warning, and you should be able to save anyway. Regards, Kenneth Skovhede, GEOGRAF A/S Flavio Hendry skrev: Hi

Re: [mapguide-users] Problem setting up connection with Maestro and SL King Oracle Provider

2009-12-02 Thread Kenneth Skovhede, GEOGRAF A/S
anyway, so you can press Enter to get the default button (which is Yes), or press Y (or whatever shortcut key Yes has in your local version of Windows). Regards, Kenneth Skovhede, GEOGRAF A/S Flavio Hendry skrev: Hi again ops, second thought: no, I can't save, as I can't even enter a name

Re: [mapguide-users] MGOS 2.1.0.4238 PROBLEM

2009-12-02 Thread Kenneth Skovhede, GEOGRAF A/S
It usually means that the .Net bindings failed to load, which is usually cause by not having the correct .Net version (2.0 or greater) set for the website, or the website is in an app pool with a .Net 1.1 website. Regards, Kenneth Skovhede, GEOGRAF A/S balaji bitra skrev: Hi All I am

Re: [mapguide-users] WMS and Failed to stylize layer in EPSG 31467 on MGOS 2.1

2009-12-01 Thread Kenneth Skovhede, GEOGRAF A/S
add a coordinate system override. If you use the preview version of Maestro, you can run the validation tool on the map (big green V icon), and it will tell you what if a FeatureSource has a different coordinate system. Regards, Kenneth Skovhede, GEOGRAF A/S Axel Dörr skrev: *Montag, 30.11.2009

Re: [mapguide-users] Raster problems with MGOS 2.1

2009-12-01 Thread Kenneth Skovhede, GEOGRAF A/S
Have you tried the trick Jason posted? I had to set DataConnectionPoolEnabled to 0 under the FeatureServiceProperties section of serverconfig.ini to get my install stable. Regards, Kenneth Skovhede, GEOGRAF A/S isca skrev: I have upgraded my MGOS 2.0.1 towards 2.1 and the improvement

Re: [mapguide-users] Disable zoom and drag on one map, but not onother.

2009-11-30 Thread Kenneth Skovhede, GEOGRAF A/S
AFAIK, the version you have written should work with sessionId. Regards, Kenneth Skovhede, GEOGRAF A/S Bojan Franc @ FER skrev: Thx again. I managet to get it working with USERNAME and PASSWORD... - img src=/mapguide/mapagent

Re: [mapguide-users] SHP Feature source update

2009-11-30 Thread Kenneth Skovhede, GEOGRAF A/S
#a983e24398d337eff4809830993eb992 Regards, Kenneth Skovhede, GEOGRAF A/S smeurant skrev: Hi all, I try to update a SHP feature source using the MapGuide Java API with a servlet. But i have a problem with this step : featureService.UpdateFeatures(FeatureSourceID,featureCommandCollection,false); Like say the API

Re: [mapguide-users] Raster not loading

2009-11-30 Thread Kenneth Skovhede, GEOGRAF A/S
) Regards, Kenneth Skovhede, GEOGRAF A/S LLEUNDD skrev: We have just upgraded our MGOS to version 2.0.2.3011 on a windows 2008 IIS 7 box and I can't get my Autodesk Mapguide Studio authoring tool to load raster imagery. I was using ECW imagery, however I found a post saying that ECWs were

Re: [mapguide-users] SHP Feature source update

2009-11-30 Thread Kenneth Skovhede, GEOGRAF A/S
Invalid stream header exception is usually an indication that you are using an incompatible version of the WebAPI dlls. Eg. You install MGOS 2.0, and copy the dll's to your project. You then upgrade to MGOS 2.1, but forget to upgrade the dll's. Regards, Kenneth Skovhede, GEOGRAF A/S smeurant

Re: [mapguide-users] why parent.parent.mapFrame.DigitizeRectangle(OnRectangleDigitized); don t work for selection features in map ????

2009-11-27 Thread Kenneth Skovhede, GEOGRAF A/S
on page 26-27 (labelled 20-21). I recommend that you use the function getMapFrame() instead, as that is avalible in almost all frames, and automatically finds the mapframe. Regards, Kenneth Skovhede, GEOGRAF A/S syncro balon skrev: Hi i want indestand why *parent.parent

Re: [mapguide-users] How to add layer to the map on the fly???

2009-11-25 Thread Kenneth Skovhede, GEOGRAF A/S
inside angle brackets ( ) must be replaced. Regards, Kenneth Skovhede, GEOGRAF A/S MichaelGl skrev: Actually i have seen some example on PHP,and I wanted to translate it to C#. So,I don't actually understand the SetLayerDefinition method. and I don't know how to save layerdefinition, I didn't

Re: [mapguide-users] Failed to stylize layer

2009-11-25 Thread Kenneth Skovhede, GEOGRAF A/S
MapGuide OS 2.1 now uses the Mentor coordinate system library, where PROJ.4 was used previously. I'm guessing that the ecw is reporting a projection that is compatible with PROJ.4 but fails for Mentor for some reason. Regards, Kenneth Skovhede, GEOGRAF A/S Jose Cerrejon skrev: I met

Re: [mapguide-users] How to add layer to the map on the fly???

2009-11-24 Thread Kenneth Skovhede, GEOGRAF A/S
: System.IO.File.ReadAllText http://msdn.microsoft.com/en-us/library/system.io.file.readalltext.aspx Regards, Kenneth Skovhede, GEOGRAF A/S MichaelGl skrev: Kenneth Skovhede,hi Yes,it is error in the log file : Error: Resource was not found: Session:c737c35c---8000-0025b3b865f4_en_7F010AFC0AFB0AFA

Re: [mapguide-users] Disable zoom and drag on one map, but not on other.

2009-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
the map, and disable the navigation controls. It would be a little bit difficult to use a standard WebLayout and disable all mouse controls. *) The GETMAPIMAGE call probably requires more parameters, check the test page: http://localhost/mapguide/mapagent/index.html Regards, Kenneth Skovhede

Re: [mapguide-users] How to avoid properties pane

2009-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
Its failry simple to turn of the property window in via the WebLayout, but its difficult to use the space for something else. If you really need that, I suggest moving to Fusion layouts, as they are much more flexible with regards to layout. Regards, Kenneth Skovhede, GEOGRAF A/S NISHA P

Re: [mapguide-users] How to add layer to the map on the fly???

2009-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
What errors do you see? Are there errors in the log file? Does the layer appear in the legend? Does the signature for the layer look valid? Try saving the temp layer and featuresource in Library:// so you can examine them from Studio/Maestro. Regards, Kenneth Skovhede, GEOGRAF A/S

Re: [mapguide-users] mapguide server crashs even for 5 users

2009-11-18 Thread Kenneth Skovhede, GEOGRAF A/S
. You can see that you get the 403 (403.9 actually) errors which usually indicate too many connections. Regards, Kenneth Skovhede, GEOGRAF A/S sathishpsk9 skrev: hi all i am using mapguide server 2.0(mgos) maestro1.0.9 .NET framework 2.0 IIS 5.0

  1   2   3   4   5   6   7   8   9   >