[mapguide-users] pgRouting with Mapguide OS

2008-11-13 Thread ajid1980
Hai.. Guyz.. Any idea?, source code or technique how i wanna combine pgRouting with Mapguide OS.. Thanx -- View this message in context: http://www.nabble.com/pgRouting-with-Mapguide-OS-tp20496147p20496147.html Sent from the MapGuide Users mailing list archive at Nabble.com. __

RE: [mapguide-users] Installing MGOS 2.0 on Windows Server2008withIIS7

2008-11-13 Thread Ivan Milicevic
UAC in Server 2008 Terrible. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wilson Sent: Thursday, November 13, 2008 9:09 PM To: MapGuide Users Mail List Subject: RE: [mapguide-users] Installing MGOS 2.0 on Windows Server2008withIIS7 You could just turn off User (no

RE: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008withIIS7

2008-11-13 Thread Dave Wilson
You could just turn off User (no you should not be allowed to do anything without being bothered) Account Control. In fact I discovered that in setting up a new instance you can't add other network users to the OS because they will fail at logon with a profile creation failure. User Account Con

Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008withIIS7

2008-11-13 Thread ed57gmc-bus
I pinned Notepad and CMD to the start menu so I could right click and choose "Run as Admin". Even if you are running Notepad from the server, it may want to do a SaveAs because of lack of rights. If you run Notepad as admin, you won't have any problems saving.   Ed Jobe _

RE: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008withIIS7

2008-11-13 Thread Jason Birch
I haven't seen any problems so far (only running 8 hours or so), but I did take the precaution of setting the app pool's advanced properties as follows: Process Model->Idle Time-out (Minutes): 0 Recycling->Disable Overlapped Recycle: True A couple other notes on installation: - If you are modi

RE: [mapguide-users] Request.QueryString Fusion 1.1

2008-11-13 Thread Berdel, Brian
Hi Paul, Thanks for responding. I am using the task pane and using Request.Querystring("Session") Which use to return the value if the session id, now it is nothing...And all of the parameters come up empty. It does work in the regular AJAX viewer in 2.0.2 Thanks, -Brian -Original Messag

RE: [mapguide-users] GetFeaturesKml and GetLayerKml

2008-11-13 Thread Jason Birch
Is this something that you'd be willing to post to the community code samples section? http://trac.osgeo.org/mapguide/wiki/CodeSamples Anyone with a valid OSGeo ID is allowed to post there. http://www.osgeo.org/osgeo_userid/ If you're willing to share but don't want to learn the wiki, just pas

Re: [mapguide-users] wfs-t

2008-11-13 Thread Kenneth Skovhede, GEOGRAF A/S
No. I have seen no efforts in this direction either. Regards, Kenneth Skovhede, GEOGRAF A/S alucas skrev: Does mapguide support wfs transactions? Thanks. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mail

[mapguide-users] Compiliing error in ajaxviewersample.jsp example

2008-11-13 Thread Carmelo Saffioti
Hi everybody, I'm trying the ajaxviewersample.jsp example and I get this error when I click on the Query task: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 50 in the jsp file: /javaviewersample/query/classes/query.jsp JSONArray cannot be resolv

RE: [mapguide-users] Maps not visible in MgOS 2.0.2

2008-11-13 Thread MacNair
Let me recollect...OK here we go. I was successfully running MGOS 1.2 with maps authored on MGE2008. I removed this and installed MG0S 2.0.2 instead, as we began authoring the maps on MGE2009. MGOS 2.0 windows installer failed to create & configure the virtual directories for me (though I opted f

[mapguide-users] Dotnet viewer sample application problem

2008-11-13 Thread padmini godavarthi
Hi, iam using mapguide opensource 2.0( with .Net 2.0 +IIS) i downloaded the dotnetviewer sample application but iam unable to run the application and seeing the output. even iam unable to find the starting page of this application. If anybody plz help me by explaining this application

[mapguide-users] wfs-t

2008-11-13 Thread alucas
Does mapguide support wfs transactions? Thanks. -- View this message in context: http://www.nabble.com/wfs-t-tp20480345p20480345.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users@list

RE: [mapguide-users] GetFeaturesKml and GetLayerKml

2008-11-13 Thread alucas
Hi Jason, It seems that with the GetFeaturesKML() method there is no dependency from the server session. If I generate the .kml with this method the file size is in my example about 4 MB. So, it seems that the features are in the kml and not connected vía mapagent and session. If you want some s

[mapguide-users] Displaying points of given GPS coordinates

2008-11-13 Thread Carmelo Saffioti
Hi everybody, I successfully imported into MapGuide my planimetry exported as SHP and as SDF. I need to display on the map some GPS points which have a lat/lon coordinate. The map coordinate system is LL84 (WGS84), therefore the coordinate system should be the same for these GPS points and for t

RE: [mapguide-users] GetFeaturesKml and GetLayerKml

2008-11-13 Thread Jason Birch
Hi, Absolutely you can, it's just that the original RFC intended these as interactive APIs created from the initial GetMapKML rather than individual layer/feature access APIs. I don't think there's any problem with it, but haven't seen a lot of experimentation either... That would be the approac

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2008-11-13 Thread padmini godavarthi
Hi Kenneth , Thanks for u r reply. I followed these links,its was really very helpful to me. I was created one mgp by using mapguide maestro with oracle 10g spatial( by using OSGeo FDO Provider for oracle) , but while seeing it in browser by using map view ajax application by using tis url

RE: [mapguide-users] Maps not visible in MgOS 2.0.2

2008-11-13 Thread Kimmo Kotajärvi
I might be having the same problem, using MGE2009 + MGOS2.0.2 on IIS here. I can't see Sheboygan's map, but all the layers are listed correctly. How did you solve the problem? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MacNair Sent: 11. marraskuuta

RE: [mapguide-users] GetFeaturesKml and GetLayerKml

2008-11-13 Thread alucas
Hi Jason, Actually, I can use this operations calling directly the agent as well from the web extensions API (i.e Java) from the MgKmlService. For my current project, I need to publish one entire layer and some features from this layer. For now, publish the layer via MgKmlService::GetLayerKml(...