Re: [mapguide-users] asp.net example of loading a webmapservice layer

2009-02-16 Thread Kenneth Skovhede, GEOGRAF A/S
The API is the same for .Net. If you remove all the $ signs, it should be easy to convert to .Net. If you post the snip of code here, perhaps someone will show you how to do it. A layer interaction example in .Net, using the MaestroAPI can be found here:

Re: [mapguide-users] Get and edit coordinates of object

2009-02-16 Thread Kenneth Skovhede, GEOGRAF A/S
What do you mean by I get the object? If you have the object, there should be some sort of GetCoordinates call. If you want to perform interactive edits of objects in the browser, try to look at the OpenLayers samples: http://openlayers.org/dev/examples/modify-feature.html Fusion is built on

[mapguide-users] Replace ctrl + click with double click (or anything else)

2009-02-16 Thread Nick Sebastyan
Hello,   Is it possible to replace the ctrl+click function with a double click for example ?   This function is accessed when I click on an object in the Map, and the url that opens is the url that is declared in URL activated for feature.   Thanks in advance.

[mapguide-users] Sharing Some Code From Net

2009-02-16 Thread ajid
I Found http://www.ziddu.com/download/3539019/MapguideHTMLNotes.rar.html This Link and wanna share with u about java script, how to.. or many.. I hope it can helping u.. Cee Yaa - ::: PublicVisitor ::: www.myguidepages.com -- View this message in context:

[mapguide-users] Ora error when displaying layer from view

2009-02-16 Thread marius.360
Hi All I have created a layer that reads from an oracle view with a geometry column. This view has an entry in the USER_SDO_GEOM_METADATA, as well as a primary key. It is a point layer that displays perfectly in Mapguide 6.5, but when I turn the layer on in mapguide opensource, it doesn't

[mapguide-users] Regarding How to set the Initial Map View

2009-02-16 Thread ravinder.singh
Hi All, How to set the Initial Map View (Lower Left and Upper Right (XY Coordinates)) in MapGuide Maestro. If I click on Set View to Current Layers Extent (In Maestro) Run the layout then map does not appears in the viewer , seems that map is there on the viewer but at different position

[mapguide-users] Query function

2009-02-16 Thread Rui Daniro
Hi all, On the mapguide live application gallery there is an example (http://data.mapguide.com/mapguide/phpviewersample/ajaxtiledviewersample.php) which allows you to use a function to query your database. I am a biginner and I would like to know if there is possible to get the code behind that

[mapguide-users] Proxy server network error wms

2009-02-16 Thread mapas
Hi all i try to conect in my network office to a service wms, but dot work. i try http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112id=11794193linkID=9240857 but dont work Error en el servidor remoto: (559) MgFdoException.: An exception occurred in FDO component. Unable to

[mapguide-users] Proxy server and wms dont work!!???

2009-02-16 Thread mapas
Hi all my network use squid in port 3128., i try to conect in my network office to a service wms, but dot work. i try http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112id=11794193linkID=9240857 but dont work:( Error en el servidor remoto: (559) MgFdoException.: An exception

RE: [mapguide-users] FDO 3.4.0 Beta 1 - SQL 2008 - empty schema

2009-02-16 Thread miansi
Right... The only reason I am messing up with FDO as I am trying to resolve one problem. I have database layout, which includes one base table and many concrete tables, which have 1 to 1 relationships to the base table. Observe: http://n2.nabble.com/file/n2336381/DB.png On the map and inside

Re: [mapguide-users] pop up window in Ajax viewer

2009-02-16 Thread Maciej Skorczewski
hi! try to use this javascript code: FAQ 1. whit this code you can get xml of selected parcels,point etc + map_name + session numerthis data help you to call MG API and get all information about selected object. enjoy. code function show_file() { params = new

RE: [mapguide-users] FDO 3.4.0 Beta 1 - SQL 2008 - empty schema

2009-02-16 Thread Jason Birch
MapGuide does not allow selection from tables/views without primary keys. Basically, without a primary key there is no way to ensure that you're selecting the correct object. Have you tried setting up an indexed view? I don't have any experience with this, but...

Re: [mapguide-users] Query function

2009-02-16 Thread lolob
Take a look at this http://data.mapguide.com/mapguide/devguide/index.php -lolob Rui Daniro wrote: Hi all, On the mapguide live application gallery there is an example (http://data.mapguide.com/mapguide/phpviewersample/ajaxtiledviewersample.php) which allows you to use a function to

Re: [mapguide-users] Query on *.mdb

2009-02-16 Thread lolob
Connect the *.mdb through System Data Source ODBC. In my case, I use php. The code looks like this: $conn=odbc_connect('data_source_name','',''); if (!$conn){ exit(Connection Failed: . $conn); } ajid wrote: MGOS i have *.mdb data, then im try using queymain.aspx on sample

[mapguide-users] Mapguide Memory usage

2009-02-16 Thread Jamo
I've noticed mapguide starting to get un responsive / fall over and upon checking the server it sits around 900,000 kb of memory usage in task manager... I am wondering if this is normal and how to correct the problem ? I'm guessing the cacheing of various aerial images could be the suspect but

Re: [mapguide-users] Mapguide Memory usage

2009-02-16 Thread lolob
Have you read this, it might help you. http://sandbox.mapguide.com/index.php/Main_Page -lolob Jamo wrote: I've noticed mapguide starting to get un responsive / fall over and upon checking the server it sits around 900,000 kb of memory usage in task manager... I am wondering if this

[mapguide-users] How can MapGuide support more than 64 connections on Windows ?

2009-02-16 Thread sftp
I have read the source code and i found that it used ACE::reactor default implementation ACE_WFMO_Reactor on Windows. ACE_WFMO_Reactor can only handle no more than 64 handles in one thread, so how can MapGuide support more than 64 socket connections? Maybe I didn't understand the source code.

[mapguide-users] Fusion 2.0 Beta Notes

2009-02-16 Thread Mark Pendergraft
I'm trying to implement Google Maps into my Fusion application using the 2.0 Beta. I'm having a bit of trouble. Right now I'm trying to load the Sheboygan map and the google map in the same MapGroup and my program has continuous errors (which seem to point to the maptip). I also have to disable

Re: [mapguide-users] How can MapGuide support more than 64 connections on Windows ?

2009-02-16 Thread Zac Spitzer
hmm, good catch! tis probably the cause of http://trac.osgeo.org/mapguide/ticket/726 On Tue, Feb 17, 2009 at 1:13 PM, sftp s...@163.com wrote: I have read the source code and i found that it used ACE::reactor default implementation ACE_WFMO_Reactor on Windows. ACE_WFMO_Reactor can only handle

[mapguide-users] Layer Filter

2009-02-16 Thread sairam
I have managed code for Layer Filter task. I passing a filter condition as parameter for the selected layer and I get the filtered layer on the map. But the problem I persist is the layer definition xml is getting permanently altered even though I make a copy to session repository before