[mapguide-users] Moving to MGOS from AIMS

2018-01-10 Thread Bruno Scott
Hi all, There is another part of AIMS that is going to disappear : The ex-Topobase features. Very powerful stuff developed with a strong DotNet API. The modules developed with this api is available to AutoDesk Map and AIMS. We are gone to missed that one. And i don't see any replacement :-( Bruno

Re: [mapguide-users] Support Sqlserver 2016 inPASS mode

2017-09-18 Thread Bruno Scott
Actually it's azure. Does it matter? Thanks -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Support Sqlserver 2016 inPASS mode

2017-09-18 Thread Bruno Scott
Hi all, I'm trying to connect to a Sqlserver 2016 in PASS ( platform as service) and Mapguide (more likely fdo) as some problem getting access to the master schema. As someone already tried this ? Bruno Scott -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] decimal separator problem

2015-07-29 Thread Bruno Scott
Hi Jacky and Hi Jérôme, I've seen this, i think... 2 things to try A) try plaing with the regional setting on the server side. B) add this before your code string strCulture = Thread.CurrentThread.CurrentCulture.Name; Thread.CurrentThread.CurrentCulture = new CultureInfo(en-US, false);

Re: [mapguide-users] WMTS service

2014-06-10 Thread Bruno Scott
Hi Jackie Correct me if i'm wrong, but with what you did with the Mapguide Rest and XYZ tiling we should be close to a wmts service ? Bruno Scott -- View this message in context: http://osgeo-org.1560.x6.nabble.com/WMTS-service-tp5144113p5144944.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Consuming MG tiled maps as XYZ tiled maps (for OpenLayers/Leaflet/etc)

2014-05-22 Thread Bruno Scott
Hi Jackie Great job, I was fighting with leaflet and mapguide ... Your approach greatly simplify the work Bruno Scott -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Consuming-MG-tiled-maps-as-XYZ-tiled-maps-for-OpenLayers-Leaflet-etc-tp5134024p5141889.html Sent from

Re: [mapguide-users] Consuming MG tiled maps as XYZ tiled maps (for OpenLayers/Leaflet/etc)

2014-04-15 Thread Bruno Scott
Hi Jackie Maybe by reverse engineering what's done with openLayers var currentRes = this.map.getResolution(); var colidx = Math.floor((bounds.left-this.maxExtent.left)/currentRes); colidx = Math.round(colidx/this.tileSize.w); var rowidx =

Re: [mapguide-users] Consuming MG tiled maps as XYZ tiled maps (for OpenLayers/Leaflet/etc)

2014-04-15 Thread Bruno Scott
Hi Jackie i got this from openlayers code var scale = resolution * OpenLayers.INCHES_PER_UNIT[units] * OpenLayers.DOTS_PER_INCH; OpenLayers.INCHES_PER_UNIT = { 'inches': 1.0, 'ft': 12.0, 'mi': 63360.0, 'm': 39.3701, 'km': 39370.1, 'dd': 4374754,

Re: [mapguide-users] Fwd: [OSGeo-Discuss] Why does OSGeo FDO Provider for SQL Server Spatial try to access the wrong database?

2013-09-26 Thread Bruno Scott
There is some HomeMade builds that you could try out. There are 3 tickets fixed in these build: 766 http://trac.osgeo.org/fdo/ticket/766 , 876 http://trac.osgeo.org/fdo/ticket/876 , 875 http://trac.osgeo.org/fdo/ticket/875 You can download here fdo 3.8 x64

Re: [mapguide-users] MGOS 2.5 Item xxxxx is already in the named collection.

2013-09-25 Thread Bruno Scott
I think i've seen something like this before. I was with SQLServer when 2 schema has the same table name. Bruno -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MGOS-2-5-Item-x-is-already-in-the-named-collection-tp5079775p5079784.html Sent from the MapGuide Users

Re: [mapguide-users] MGOS 2.5 Item xxxxx is already in the named collection.

2013-09-25 Thread Bruno Scott
There has been a strong refactoring of this provider since MG 2.2 Fdo/Mapguide caches all tables structure into memory. So the problem may come from any other accessible tables/views Bruno -- View this message in context:

Re: [mapguide-users] MGOS 2.5 Item xxxxx is already in the named collection.

2013-09-25 Thread Bruno Scott
You need to stop/start mapguide everytime you change something in the schema structure to force Mapguide to clear its cache -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MGOS-2-5-Item-x-is-already-in-the-named-collection-tp5079775p5079793.html Sent from the MapGuide

Re: [mapguide-users] Fwd: [OSGeo-Discuss] Why does OSGeo FDO Provider for SQL Server Spatial try to access the wrong database?

2013-09-24 Thread Bruno Scott
Hi Gordon, I've just created a new ticket with patch attached that may fixed that issue. The patch is trunk based but can be applied on the 3.7 and 3.8 branche without any problem. http://trac.osgeo.org/fdo/ticket/876 http://trac.osgeo.org/fdo/ticket/876 Bruno -- View this message in

[mapguide-users] Show invisible layers in Legend

2012-10-15 Thread Bruno Scott
*Context menu to return to the standard legend* http://osgeo-org.1560.n6.nabble.com/file/n5008757/Hide_invisible_layers_menu.png Feedback are wellcome Bruno Scott Geomap -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Show-invisible-layers-in-Legend-tp5008757.html Sent

Re: [mapguide-users] patch for Ticket #743 / png8 transparency

2012-09-24 Thread Bruno Scott
It is possible to add some fixed palette color in this. But i really would like to see how it reacts on a big tiled map full of colors. The mapserver quantization looks pretty good. It is possible that we dont need it. Bruno -- View this message in context:

Re: [mapguide-users] Google Earth past 6.0

2012-09-21 Thread Bruno Scott
What version of Mapguide are you using? There is a fix in the 2.4 RC1/RC2 that fixes this problem. Bruno -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Google-Earth-past-6-0-tp5003340p5003438.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] patch for Ticket #743 / png8 transparency

2012-09-21 Thread Bruno Scott
http://osgeo-org.1560.n6.nabble.com/file/n5003596/trans_mapguide_png8.png Test image with patch http://osgeo-org.1560.n6.nabble.com/file/n5003596/new2_mapguide_png8.png It would be great if someone could test this patch with any type of maps Bruno Scott Geomap -- View this message

[mapguide-users] Patch : Ajaxviewer Legend wordwrap

2011-06-01 Thread Bruno Scott
/file/n6425780/legend2.jpg Same legend with patch http://osgeo-org.1803224.n2.nabble.com/file/n6425780/Legend3.jpg I really think we should include that pach in the next release What do you think? Bruno Scott -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Patch

[mapguide-users] Re: Patch : Ajaxviewer Legend wordwrap

2011-06-01 Thread Bruno Scott
Hi Zac I've just added the diff version of the patch to the ticket Bruno -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Patch-Ajaxviewer-Legend-wordwrap-tp6425780p6425907.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Patch GetBaseGroups with visOnly true return non visible baseGroups

2011-06-01 Thread Bruno Scott
://trac.osgeo.org/mapguide/ticket/1710 Bruno Scott -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Patch-GetBaseGroups-with-visOnly-true-return-non-visible-baseGroups-tp6426967p6426967.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] Mapguide OpenSource 2.2 backward compatibility problem

2010-06-04 Thread Bruno Scott
Hi All We have a quite big MGOS application deployed on hundreds of different clients Most of them use MGOS 2.1 or MGE 2010 SP1 Some of them still use MGOS 2.0/1.2 or MGE 2010 / 2009 They will migrate to MGOS 2.2 or MGE 2011 but this process takes time so our application have to live in a multi

Re: [mapguide-users] MGOS 1.2.0 Filter On Joined Field

2009-11-23 Thread Bruno Scott
I've just tried a filter on 2 joined tables primary SDF Secondary Oracle primary SDF Secondary Access Both failed, does not show any record as soon as a set a filter on a secondary table field. I've tested against mapguide 2.1 Beta and Mapguide Enterprise 2010 Maybe we should reopen ticket

[mapguide-users] Strange behavior with Load Balancing

2009-07-21 Thread Bruno Scott
A and so on Do somebody has experienced the load balancing? Could it be too much sessions created in to short period of time? Bruno Scott -- View this message in context: http://n2.nabble.com/Strange-behavior-with-Load-Balancing-tp3294688p3294688.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Here's some stress testing on Mapguide

2009-07-09 Thread Bruno Scott
I have good news After fixing some memomry leaks in the MgWebLayout web api and after fixing some of the Resource not found exception in my sheboygan map i got this graphic http://n2.nabble.com/file/n3231758/Image2.gif Far better than my previous one

RE: [mapguide-users] Here's some stress testing on Mapguide

2009-07-03 Thread Bruno Scott
I have found one memory leaks, but it was my fault in MapFrame.aspx i was testing if the session://.../sheboygan.Mapdefinition was existing try { MgByteReader tmpReader = resourceSrvc.GetResourceContent(mapStateId); } catch(MgException

Re: [mapguide-users] Here's some stress testing on Mapguide

2009-07-02 Thread Bruno Scott
I'm gone a try a more realistic test 1) Create a session 2) Load the viewer + Sleep 2 sec 3) Loop 20 times Zoom + Sleep 2 sec Select one feature ( polygon based ) + Sleep 2 sec Clear selection + Sleep 2 sec Pan 3 times + Sleep 2 sec Zoom out A

RE: [mapguide-users] Here's some stress testing on Mapguide

2009-07-02 Thread Bruno Scott
Another interesting test 20 concurent user runnning this over and over http://goudurix/mapguide2010/mapagent/mapagent.fcgi?OPERATION=CREATESESSION... http://goudurix/mapguide2010/mapviewernet/mapframe.aspx?MAPDEFINITION=Library://Samples... I choose mapFrame because it forces MgMap to save

Re: [mapguide-users] Here's some stress testing on Mapguide

2009-07-01 Thread Bruno Scott
Here's the script and instructions Download Instructions http://www.geomapgis.com/web/geomap-group/GrinderMgTest/Instructions.doc Instructions.doc Download Mapguide grinder scripts http://www.geomapgis.com/web/geomap-group/GrinderMgTest/GrinderMgTest.zip GrinderMgTest.zip Bruno -- View this

[mapguide-users] Here's some stress testing on Mapguide

2009-06-30 Thread Bruno Scott
that. c) What is the real cause of the crash? Is there too much session created in a short period of time? Bruno Scott still investigating :) -- View this message in context: http://n2.nabble.com/Here%27s-some-stress-testing-on-Mapguide-tp3182666p3182666.html Sent from the MapGuide Users mailing

Re: [mapguide-users] Here's some stress testing on Mapguide

2009-06-30 Thread Bruno Scott
I have not run the test on the 2.1 yet, i will try it right away. I will publish my result Bruno -- View this message in context: http://n2.nabble.com/Here%27s-some-stress-testing-on-Mapguide-tp3182666p3182771.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Here's some stress testing on Mapguide

2009-06-30 Thread Bruno Scott
OK i got some numbers for MGOS 2.1 I did not run the test on the same server i run it on my computer. I run the same test but only using 10 concurent users ( my pc does not like 20 users ...) result: w3w loose 1.6 meg / minute mg loose 0,7 meg / minute It's near the half, but it is normal

[mapguide-users] Idea for making MgCooker faster

2009-06-03 Thread Bruno Scott
Motivation: We are using tiling, with the little patch we made for httptiling Displaying is incredely fast, and it is using the client browser cache. The real problem now is to pre generate all tiles. For scale 1000 there is 3425920 256x256 tiles With the previous MgCooker(3706) we had a average

RE: [mapguide-users] Oracle FDO and View

2009-05-29 Thread Bruno Scott
This is the SQL syntax to add a primary key on an Oracle View alter view viewname add constraint constraintname primary key (columnlist) disable novalidate; Once the view has a primary key, selection becomes available. Bruno -- View this message in context:

Re: [mapguide-users] Connect to PostGis3.2 data

2009-05-29 Thread Bruno Scott
This is my generic connection on windows username : postgres Password : root Service : mydatab...@mymachine:5432 Datastore : public If you have a logged provider, you should see some interesting query The first one will scans all avalable table/views SELECT n.nspname AS

RE: [mapguide-users] MapGuide Open Source 2.1 beta -- Installer Problem

2009-05-27 Thread Bruno Scott
Is the release2.0 sheboygan.mgp package compatible with the 2.1. Ajax viewer seems to work OK but i have a lot of problem using fusion Javascript error empty toolbar -- View this message in context: http://n2.nabble.com/MapGuide-Open-Source-2.1-beta-released-tp2972885p2980988.html Sent from

Re: [mapguide-users] Connect to PostGis3.2 data

2009-05-27 Thread Bruno Scott
I use the PostGIS provider extenxively but on windows platform, My linux knowledge are poor, This is what i have added to the pg_hba to allow everyone. hostall all 0.0.0.0/0 trust Bruno -- View this message in context:

[mapguide-users] Why MgMap::Create is so slow

2009-04-28 Thread Bruno Scott
I have a quite big MapDefinition with about 200 layers. When a use the MgMap API Create it takes about 20 seconds But if i use the GetResourceContent it almost instantly. I wonder why this function is so slow. The only thing i'm trying to do is to read this MapDefinition to retreive information

Re: [mapguide-users] Store point geom: ODBC or Native

2009-04-24 Thread Bruno Scott
From my experience , displaying Point Geometry is way faster than displaying ODBC/X,Y. Bruno -- View this message in context: http://n2.nabble.com/Store-point-geom%3A-ODBC-or-Native-tp2691070p2691239.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] FDO Provider for Postgis ERROR

2009-04-22 Thread Bruno Scott
I'm on the PostGIS provider code actually, fixing defects, and i found one that is maybe related. If you have a table with column of type timestamp with time zone The provider craches and can't describe the schema. Bruno -- View this message in context:

Re: [mapguide-users] FDO Provider for Postgis ERROR

2009-04-22 Thread Bruno Scott
Yes my test platform is on windows I don't see your Datastore tag! This is my connection ProviderOSGeo.PostGIS/Provider Parameter NameUsername/Name Valuepostgres/Value /Parameter Parameter NamePassword/Name Valueroot/Value /Parameter Parameter NameService/Name

Re: [mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-15 Thread Bruno Scott
The was a little mistake in the php version. the webconfig.ini useHttpTile flag was never initialized :( The is the fixed one Patch_HttpTile_MG202.zip -- View this message in context: http://n2.nabble.com/Little-patch-to-make-ajaxviewer-as-fast-as-google.maps-tp2580480p2637319.html Sent from

Re: [mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-15 Thread Bruno Scott
I have created a ticket and included the php/.net patch http://trac.osgeo.org/mapguide/ticket/964 Bruno -- View this message in context: http://n2.nabble.com/Little-patch-to-make-ajaxviewer-as-fast-as-google.maps-tp2580480p2637368.html Sent from the MapGuide Users mailing list archive at

Re: [mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-06 Thread Bruno Scott
Instead of the patch there is the updated files. Easier to test :) These files are for Mapguide OpenSource 2.02. First step backup these files before www webcongfig.ini www/mapviewernet common.aspx mapframe.aspx www/mapviewerphp common.php mapframe.php

Re: [mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-06 Thread Bruno Scott
Hi Bruno, I'm testing for mapguide enterprise 2009 SP1 and works fine doing the modifications manually. What happens if I have more than one Base group in my map? Thanks. You can have as many Base group as you wish. The only limitation is the tile image types. you can have jpg for the

Re: [mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-06 Thread Bruno Scott
Does work this patch for mgos 1.2? Thanks. To make it running in MGOS 1.2 you would have to modify your 1.2 files manually. It not verry difficult, I have enclose all modification between //HttpTile patch Modification... //End HttpTile patch So just search with your favorite text editor the

Re: [mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-06 Thread Bruno Scott
why would it end up loading the same tile more than once? the host is selected randomly once the tile url has been constructed for cases where load matters, an even randomised spread is far more desirable z This is the code in mapguide where it is called function RequestTile(col, row, tilex,

[mapguide-users] Little patch to make ajaxviewer as fast as google.maps

2009-04-03 Thread Bruno Scott
forward to do. I'm ready to create a ticket and post the patch. Do you think it's to late for the 2.1 build? It is not really new stuff, it is possible to do the same with Openlayers... Bruno Scott useHttpTile.patch -- View this message in context: http://n2.nabble.com/Little-patch-to-make

[mapguide-users] Defect : Confusion between layer.visible and layer.isDisplayed

2009-03-05 Thread Bruno Scott
. You bet, things get very slow. I've made some search on the ajax viewer code and found that this function is only called by QueryFeatureInfo RequestHyperLinkData selectwithin Do you aggree that i fill a ticket and a diff patch? Bruno Scott -- View this message in context: http://n2

[mapguide-users] Automatic custom javascript loading in AjaxViewer

2009-01-14 Thread Bruno Scott
the javascript function. 5) very easy for developpers to maintain, just copy the js files in the www\customjs directory Of course i can create a ticket for this, and Diff Patches for php and DotNet Bruno Scott -- View this message in context: http://n2.nabble.com/Automatic-custom-javascript-loading

[mapguide-users] Mapguide Localization

2008-12-22 Thread Bruno Scott
the mapguide community include that file in the mapguide Opensource setup? Bruno Scott -- View this message in context: http://www.nabble.com/Mapguide-Localization-tp21130023p21130023.html Sent from the MapGuide Users mailing list archive at Nabble.com

Re: Re[mapguide-users] quest for change in the ajax viewer - legend with selectability

2008-12-17 Thread Bruno Scott
There is the ticket http://trac.osgeo.org/mapguide/ticket/800 -- View this message in context: http://www.nabble.com/Request-for-change-in-the-ajax-viewer---legend-with-selectability-tp20837203p21049364.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Problem opening a webLayout with predefined selection

2008-12-17 Thread Bruno Scott
zspitzer wrote: are you using username password or passing in a session id in the url? Hi Zac Actually my own page got the username and password in the url In this page i create the session, sets the centerx,centery and scale of the weblayout Initialize the selection Then i open

Re: [mapguide-users] Problem opening a webLayout with predefined selection

2008-12-17 Thread Bruno Scott
Hi kenneth What do you meen by Reload button? The actual behavior is When a user Hit the F5 key ( or refresh the browser ), everything is lost, the selection, the current zoom... and When a user use the Refresh Map Action, the zoom, the selection , the layers on/off are kept in the same state

Re: [mapguide-users] Problem opening a webLayout with predefined selection

2008-12-17 Thread Bruno Scott
Kenneth Skovhede, GEOGRAF A/S wrote: If you get a new sessionid, that means that the CreateSession is being called. Then the check for existing items will look in the new session, which is always empty? The CreateSession is allways called with or without my patch The check for

Re[mapguide-users] quest for change the status bar to reflect the layer selected

2008-12-17 Thread Bruno Scott
Actually, the status bar in the ajax viewer only shows the amount of features selected. It would be great if it showed the name of the selected layer also. If there is many features selected on different layers, the behavior stays the same as actually. The modification is trivial In the

Re: [mapguide-users] Problem opening a webLayout with predefined selection

2008-12-17 Thread Bruno Scott
By pressing F5, the sessionid get renewed I tested it in IE and firefox -- View this message in context: http://www.nabble.com/Problem-opening-a-webLayout-with-predefined-selection-tp21035935p21052889.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: Re[mapguide-users] quest for change in the ajax viewer - legend with selectability

2008-12-05 Thread Bruno Scott
I just forgot a little thing, When a layer is set as not selectable in the MapDefinition, a user should not be able to set it selectable. I've upgraded the sample with this features http://www.nabble.com/file/p20855606/Patch_Mapguide_202_2009sp1.zip Patch_Mapguide_202_2009sp1.zip Tested on

Re: [mapguide-users] Geomap GIS Publishing

2008-12-04 Thread Bruno Scott
The Geomap GIS Publishing wizard was designed to work with Previous Mapguide 6 family. It can't work with Mapguide OpenSource / Enterprise as it is really not the same product. Bruno Scott -- View this message in context: http://www.nabble.com/Geomap-GIS-Publishing-tp20804421p20837262.html

[mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-02 Thread Bruno Scott
Here is a small patch to make the map cursor reflect the active toolbar action. function UpdateMapActionCursor(action) { var strCursor = auto; switch(action) { case 1: /*pan*/strCursor = url('../stdicons/icon_pan.cur'), pointer;break; case 9: /*Zoom window*/

Re: [mapguide-users] Problem in the GenerateFilter() method of the MgSelection class

2008-11-25 Thread Bruno Scott
In your sample application, i've replace your URLEncode function ( witch is using the escape function) by encodeURIComponent and now your program runs properly without any errors :) Bruno -- View this message in context:

Re: [mapguide-users] Problem in the GenerateFilter() method of the MgSelection class

2008-11-25 Thread Bruno Scott
I've have closed the ticket 354 as invalid Bruno -- View this message in context: http://www.nabble.com/Problem-in-the-GenerateFilter%28%29-method-of-the-MgSelection-class-tp14132755p20677720.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] GenerateFilter return always 20 ids

2008-11-25 Thread Bruno Scott
The MgSelection::GenerateFilter returns always 20 IDs. Is there a way to increase this ? I've found an option in the serverconfig.ini file SelectionFilterSize Witch is set to 20 by default. Changing this value has no effet on the GenerateFilter fonction... Bruno -- View this message in

Re: [mapguide-users] Problem in the GenerateFilter() method of the MgSelection class

2008-11-24 Thread Bruno Scott
program failed with featIds 248,249,250,251, they all starts with + I'm pretty sure many of you who has experiences Selection/generateFilter problem have this same behavior. Bruno Scott -- View this message in context: http://www.nabble.com/Problem-in-the-GenerateFilter%28%29-method

[mapguide-users] selection impossible when property pane hidden

2008-09-19 Thread Bruno Scott
I use the ajax cient on a mapguide 2.01 When the property pane is visible, i have no problem selecting features. But when i uncheck the property pane in the layout, i can't use the mouse click to select features. Rectangle selection still work. it seems that there is a y shift somewhere, but i

Re: [mapguide-users] Problem in the GenerateFilter() method of the MgSelection class

2008-06-16 Thread Bruno Scott
I've been a little further on that problem I have dupplicated the exacte same table ( the one in the demo attached) On Oracle and PostGIS So using the Autodesk.Oracle provider i don't have the bug. After re-sequencing/Re-indexing GenerateFilter on Oracle works well But i do have problem in

RE: [mapguide-users] Problem in the GenerateFilter() method of theMgSelection class

2008-06-12 Thread Bruno Scott
I've just made some test on version 2.0 and 2.01 and the bug is still there I've gone further on my test I have the same problem on a polyline layer using the PostGIS provider I have another application using the AUtodesk.oracle provider and i have a similar problem but it is not the ids (248,

Re: [mapguide-users] Using X,Y from Oracle

2007-12-10 Thread Bruno Scott
You need to use the KingFdoClass table to be able to use x,y. With this metadata table you can also overide lots of defaults. Like geometry type, by the way You can find the description of this table at www.sl-king.com. Fdo2fdo help you create and manage this table Bruno Kenneth, GEOGRAF A/S

Re: [mapguide-users] Problem in the GenerateFilter() method of the MgSelection class

2007-12-06 Thread Bruno Scott
This is very weird that nobody has ever notice that! This bug is very blocking. 3 differents sdf and 3 different shp, all with the same problem, wow. I'm going to try with a different provider, just to see! IT really seems like a big bug, you know 256 is not a magic number!!! Bruno Patrick

RE: [mapguide-users] Mapguide 2.0 Beta1 vs 1.2 performance

2007-11-22 Thread Bruno Scott
). Paul On 21-Nov-07, at 3:22 AM, Zac Spitzer wrote: sounds like fusion ain't hitting the tile cache??? On Nov 21, 2007 6:44 PM, Bruno Scott [EMAIL PROTECTED] wrote: I have 2 identical vm-ware with windows 2003 running on the same machine I start one of the vm-ware, I do the testing

Re: [mapguide-users] OGR+PostGIS : Update and insert

2007-11-22 Thread Bruno Scott
Oops, Sorry i think FDO is a better place for this message. Sorry Bruno Bruno Scott wrote: Has anyone successfully use the OGR provider for PostGIS for update and insert? I use it successfully for displaying data using Map 3D 2008 But when i try to modify something i have an error

[mapguide-users] Mapguide 2.0 Beta1 vs 1.2 performance

2007-11-20 Thread Bruno Scott
Mg 1.2 pan 29 sec 12 sec 2 sec select 28 sec 12 sec 2 sec I know it’s only a beta but why is that slow? Bruno Scott -- View this message in context: http://www.nabble.com/Mapguide-2.0

[mapguide-users] Security on layers or featureSource

2007-11-07 Thread Bruno Scott
Actually when we set a no access permission on a layer definition for a given user and we open the map referencing this layer (using the same user ) we got this message : Permission denied to resource: Library://Samples/Sheboygan/Layers/Districts.LayerDefinition Permission denied to resource:

[mapguide-users] How to use count or max expression in fdo provider for sdf

2007-10-01 Thread Bruno Scott
The GetExpressionCapabilities for sdf provider tells me that it supports Concat SpatialExtents Ceil Floor Lower Upper Sum Count Min Avg Max But i can't make it to works MgFeatureService featureService

[mapguide-users] Version 2.0 and printing question

2007-09-11 Thread Bruno Scott
Hy all Is there some plan for improving the printing functionnality in release 2.0 of mapguide? I was thinking of more flexibility in the printLayout xml format and maybe a print to pdf in addition to the print dwf/raster? what about a printlayout editor? Thanks Bruno Scott -- View

Re: [mapguide-users] Vista and Mapguide Server

2007-07-27 Thread Bruno Scott
server on a virtual machine than on the same machine. Don't know why? Bruno Scott Ivan Milicevic-3 wrote: Hello, Just for information, Vista doesn't support Mapguide Server (any of version). It's problem with IIS 7.0. Also, Mapguide Studio 2008 (2007 work's perfectly) doen't

[mapguide-users] RE: Producing High Resolution images using renderingservice

2007-06-25 Thread Bruno Scott
I've already tried to produce huge image, my goal was to produce a A0 plot at 300 dpi and i've found the theoric limitation : root/branches/1.2.x/MgDev/Server/src/Services/Rendering/ServerRenderingService.cpp ... static const INT32 MAX_PIXELS = 16384*16384; ... // sanity check - number of

[mapguide-users] Mapguide OS RC1 SchemaReport bugs with KingOracle

2007-06-20 Thread Bruno Scott
I am just trying the new SchemaReport feature This things is very great and usefull, thanks for giving this to us. However, i've found a little bug With the KingOracle provider i can't use the View Data neither the View Feature functions it return this message The specified class was not found.