Re: [mapguide-users] MGOS legend theming bug?

2008-08-13 Thread J Manafi
Can anyone verify that this happens to them as well? It happens when the features are in the same scale range. J Manafi wrote: I don't know if this would be considered a bug or not, but I've got MGOS throwing a 'Microsoft Visual C++' error at me. We have a layer that is themed with both

[mapguide-users] trouble replicating interstate symbol definition

2008-08-04 Thread J Manafi
I have been reading RFC 14 to understand composite features, and so far, it has gone well. However, up until now, I haven't used any images in the symbol definition. I tried replicating the interstate using a highway badge, stored as a .png file in a symbol library, and I am having no luck. I

RE: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-07-31 Thread J Manafi
I am having some issues when trying to create composite features, and I was hoping someone could point out what I am doing wrong. I just constructed a new SymbolDefinition, and was trying to test it out by drawing it on the map. However, currently, I am getting an XML Schema validation error

Re: [mapguide-users] can IE7 capture key presses?

2008-07-08 Thread J Manafi
); or document.attachEvent('onkeydown', myFunction); parent.parent.mapFrame.document.attachEvent('onkeydown', myFunction); Maybe someone can find this useful in the future. J Manafi wrote: I have some javascript set to capture key combinations, like shift+a or ctrl+d, and then I set my function

[mapguide-users] can IE7 capture key presses?

2008-07-07 Thread J Manafi
I have some javascript set to capture key combinations, like shift+a or ctrl+d, and then I set my function as the callback to the document onkeydown events, like so: document.onkeydown = myFunction; parent.parent.mapFrame.onkeydown = myFunction; In IE, if I open my taskPane script and do any

[mapguide-users] Adding/removing temporary layers from session repository

2008-04-28 Thread J Manafi
We are trying to allow users to define temporary, session layers with custom symbols as icons. They are able to add layers to the map, where we create the LayerDefinitions and store them in the repository. We now want to allow them to remove layers from the map. To do that, I have setup a script

Re: [mapguide-users] can't update and delete from feature source but insert works

2008-04-04 Thread J Manafi
or update a feature I also not succeed anymore to insert features. Only after a restart of mgserver I can insert features again. My code was working fine with MGOS 1.2. J Manafi wrote: I am having a very similar problem. We are digitizing layers and storing temporary feature sources

Re: [mapguide-users] can't update and delete from feature source but insert works

2008-04-04 Thread J Manafi
changed the KEY value to type 'String' to make it more dynamic, and that seems to be when this breakdown started happening. Our filter string looks like this: $filter = KEY = $ID; Should the fact that $ID is a string matter at all? J Manafi wrote: I have not received any error messages. All

Re: [mapguide-users] can't update and delete from feature source but insert works

2008-04-03 Thread J Manafi
I am having a very similar problem. We are digitizing layers and storing temporary feature sources in the session repository, and I, too, cannot delete or update our temp. layers, but I can insert new features. I checked the readonly flag, but it was already set to FALSE, and my attempts at

Re: [mapguide-users] map refresh timeout

2008-03-04 Thread J Manafi
outside the bounds of a polygon like the one in the Trac example, the memory leak doesn't occur; it only occurs when zooming in inside of similar polygons. J Manafi wrote: I have experienced extremely long refresh rates when the zoom scale is really low (~1:33 or so). The time it takes to refresh

[mapguide-users] MG 2.0 RC4 selection ALMOST working

2008-02-19 Thread J Manafi
I was previously having issues with selection ( http://www.nabble.com/Postgis-Selection-Problem-%28additional%29-tt15466067s16610.html http://www.nabble.com/Postgis-Selection-Problem-%28additional%29-tt15466067s16610.html ) where it looked like my objects were selected, but nothing actually was,

Re: [mapguide-users] Postgis Selection Problem (additional)

2008-02-18 Thread J Manafi
selection tool? - Original Message From: J Manafi To: mapguide-users@lists.osgeo.org Sent: Friday, February 15, 2008 5:51:24 PM Subject: Re: [mapguide-users] Postgis Selection Problem (additional) I have a similar problem to this one. We have a script that allows us

[mapguide-users] overriding OnDblClick command in MGOS 2.0

2008-02-18 Thread J Manafi
I'm having some trouble overriding the command in MGOS 2.0 rc3.0. In MG 1.2, it was a bit easier, because there was the use of frames, and each frame could be accessed from another if necessary. However, with the omission of frames in MG 2.0, our old strategy isn't working, since we were trying

Re: [mapguide-users] InvokeUrl in MGOS 2.0 BETA

2008-02-15 Thread J Manafi
= new MgSiteConnection(); and some others have already been setup in fusion/MapGuide/php/Common.php, so we had to just comment out some portions that were conflicting with the variables already setup, as well as rework a few lines to ensure compatibility. Hope this helps someone else. J Manafi

Re: [mapguide-users] Postgis Selection Problem (additional)

2008-02-15 Thread J Manafi
I have a similar problem to this one. We have a script that allows us to search for specific regions on our map, and once we select the one we want, we click the name to zoom to that region and it is selected on the map. In MG 1.2, once selected, the properties of that region would be output for

[mapguide-users] MGOS 2.0 search functionality limited?

2008-02-14 Thread J Manafi
I've been messing around with the Search widget in MGOS 2.0 rc3 in the Sheboygan samples, and it seems that the search functionality doesn't change. What I mean is that the initial search was done by acreage, and it returned the same results no matter what value you entered. So, I tried changing

Re: [mapguide-users] MGOS 2.0 search functionality limited?

2008-02-14 Thread J Manafi
the ' are necessary around the $USER_VARIABLE/concrete value. If it were a numeric comparison, like RSQFT lt;gt; 10, the ' cannot be used around the value. J Manafi wrote: I've been messing around with the Search widget in MGOS 2.0 rc3 in the Sheboygan samples, and it seems that the search functionality

[mapguide-users] FDO 3.3 broke SDF files

2008-02-13 Thread J Manafi
We had some sdf files working fine on our production site using MGOS 1.2, and I transferred them to a test machine to configure our site with MGOS 2.0.x and test our data. When I tried connecting to the files in Studio 2009, the connection tests successful, but the layers give an error stating

[mapguide-users] map refresh timeout

2008-02-12 Thread J Manafi
I have experienced extremely long refresh rates when the zoom scale is really low (~1:33 or so). The time it takes to refresh for the Sheboygan example is at least 10x normal, and on a custom map, MapGuide server pretty much hangs at ~1:236 (currently sitting and waiting). Has anyone else noticed

Re: [mapguide-users] extracting selected features coordinates

2008-02-11 Thread J Manafi
or existing web apis? - Jackie J Manafi wrote: Is there a way to extract the coordinates or x/y values from the selected features in MGOS 2.0? -- View this message in context: http://www.nabble.com/extracting-selected-features-coordinates-tp15211769s16610p15413111.html Sent from

[mapguide-users] InvokeUrl in MGOS 2.0 BETA

2008-01-31 Thread J Manafi
Hi all, I am new to MapGuide, and I had just learned enough of 1.2 to make enhancements/modifications to some of our existing code, and then I started testing 2.0.X for the eventual upgrade. We had a php script that was used as an 'invokeUrl' in 1.2 that was working fine, but I am not sure how