RE: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread Maksim Sestic
: Or this: System.Guid.NewGuid().ToString() - Ursprungligt meddelande Från: Maksim Sestic [EMAIL PROTECTED] Till: MapGuide Users Mail List mapguide-users@lists.osgeo.org Skickat: tisdag 2 december 2008 16:49:21 Ämne: RE: [mapguide-users] Runtime map problem Try this: System.Guid.NewGuid

RE: [mapguide-users] How to Load Runtime map in mapviewerajax

2008-11-26 Thread Maksim Sestic
You might check this out first: http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/RuntimeMap I guess it does exactly what you need. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of padmini godavarthi Sent: Wednesday

RE: [mapguide-users] google maps as base layer

2008-10-24 Thread Maksim Sestic
Does it? I thought that Fusion uses it's own JS mapping implementation (based on other OS JS components outthere). _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Friday, October 24, 2008 09:50 To: MapGuide Users Mail List Subject: Re:

RE: [mapguide-users] google maps as base layer

2008-10-24 Thread Maksim Sestic
, 2008 10:56 To: MapGuide Users Mail List Subject: Re: [mapguide-users] google maps as base layer fusion wraps around openlayers and uses some other libraries as well z On Fri, Oct 24, 2008 at 7:46 PM, Maksim Sestic [EMAIL PROTECTED] wrote: Does it? I thought that Fusion uses it's own JS mapping

RE: [mapguide-users] google maps as base layer

2008-10-24 Thread Maksim Sestic
: Friday, October 24, 2008 11:14 To: MapGuide Users Mail List Subject: Re: [mapguide-users] google maps as base layer have you tested 1.1 RC1 out yet? On Fri, Oct 24, 2008 at 8:03 PM, Maksim Sestic [EMAIL PROTECTED] wrote: Oh, I thought it was based on some custom JS mapping implementation... based

RE: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-15 Thread Maksim Sestic
. And don't forget to call MG refresh method from JavaScript once you have that point within a datastore. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Galois Sent: Wednesday, October 15, 2008 16:15 To: mapguide-users@lists.osgeo.org

RE: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-15 Thread Maksim Sestic
anyway :-D Maksim Sestic wrote: If the MG-Datastore approach is making you headaches, why don't you directly access the datastore (i.e. via FDO if it's managed after all) and store the point there manually? Of course, if you're poking it from a client you'll have to establish a web

RE: [mapguide-users] what's holding people back from upgrading to 2.0?

2008-10-08 Thread Maksim Sestic
If Autodesk released 2.0.2 as MGE 2009 service pack I'd be happy to try it out on a very large RDBMS dataset sitting on a very busy Windows server :-) BTW, MGE 2009 performs badly (it's simply too slow, consumes enormous amounts of RAM), so we're still sticking to MGE 2008. Regards, Maksim Sestic

RE: [mapguide-users] StatusScale issue in scale ranges

2008-10-06 Thread Maksim Sestic
Hi Rodolfo, It's a known (?) bug, at least with MGE 2008. You better use: 0 - 15001 15002 - Infinity set of ranges. It seems that something's broken with inclusive part of the range. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [mapguide-users] RE: Tiffs and MGOS 2.01

2008-10-02 Thread Maksim Sestic
Hi Mark, What procedure did you follow to upgrade MapGuide Enterprise 2009 to 2.0.2? Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pendergraft Sent: Thursday, October 02, 2008 07:07 To: MapGuide Users Mail List Subject: RE: [mapguide

RE: [mapguide-users] RE: Tiffs and MGOS 2.01

2008-10-02 Thread Maksim Sestic
Yes, I'm sorry... I'm starting seeing things :-) I hope someone from Autodesk is reading this... Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pendergraft Sent: Thursday, October 02, 2008 16:33 To: MapGuide Users Mail List Subject: RE

RE: [mapguide-users] How to use Java (JSP) development with IIS

2008-09-08 Thread Maksim Sestic
Carl, .NET did include J#, actually - VS2005 shipped with J# support. However, as far as I know, VS2008 doesn't ship with J# support. IMHO, J# made porting native Java code to .NET quite easy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Jokl

RE: [mapguide-users] How to use Java (JSP) development with IIS

2008-09-08 Thread Maksim Sestic
PROTECTED] On Behalf Of Carl Jokl Sent: Monday, September 08, 2008 14:33 To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] How to use Java (JSP) development with IIS Maksim Sestic wrote: Carl .NET did include J#, actually - VS2005 shipped with J# support. However, as far as I

RE: [mapguide-users] MGE2009 crashing

2008-08-29 Thread Maksim Sestic
it uses Map on client side. But I'm not working for Autodesk and I believe their policy is not to comment on release dates. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Morsell Sent: Friday, August 29, 2008 02:41 To: 'MapGuide

RE: [mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-28 Thread Maksim Sestic
Tiling service should provide function that returns array of tile positions (row/column), given MgGeometry (or MgEnvelope) to query tile index, map and scale. It's currently implemented on client (AJAX) side only. I'm thinking of filing an enhancement ticket for this. Regards, Maksim Sestic

RE: [mapguide-users] Creating new features

2008-08-28 Thread Maksim Sestic
concepts and how FDO fits in. Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Thursday, August 28, 2008 16:17 To: MapGuide Users Mail List Subject: Re: [mapguide-users] Creating new features Yes, I meant use

RE: [mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-26 Thread Maksim Sestic
on documentation but if you have some previous experience with managed MG API then it's rather straightforward. Kenneth also did a great job of enabling (de)serialization fro an to managed types. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [mapguide-users] Changing the Scale and Extents of a MgMap via .NETAPI

2008-08-26 Thread Maksim Sestic
Hi Nothi, Please see the following example: http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/RuntimeMap Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johann Nothbauer Sent: Friday, August 22, 2008 14:25

RE: [mapguide-users] Fusion - how to set min zoom level?

2008-08-22 Thread Maksim Sestic
Andrew, AJAX acts in the same way if you have fixed set of scales defined for a map. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew DeMerchant Sent: Friday, August 22, 2008 17:57 To: MapGuide Users Mail List Subject: Re

RE: [mapguide-users] Selection Issue (FeatureReader only grabbing 20items)

2008-07-21 Thread Maksim Sestic
using? Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nclayton Sent: Monday, July 21, 2008 17:25 To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Selection Issue (FeatureReader only grabbing 20items) Hi all, This has

RE: [mapguide-users] Selection Issue (FeatureReader only grabbing20items)

2008-07-21 Thread Maksim Sestic
, though at this point in the process I'm not doing anything with the database. Maksim Sestic wrote: Yes, happens to me too here and there. No exceptions thrown, no errors reported. I'm not talking to MG via XML (did that before), rather via JSON web services being called from client's

RE: [mapguide-users] Mapguide Tile Cache Seeder Tool

2008-07-19 Thread Maksim Sestic
suspect that the lockup is caused by the underlying FDO, after some 30.000 or more perpetual queries. The issue has been already addressed (forum, tickets) many times. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zac Spitzer Sent

RE: [mapguide-users] MapGuide OS WMS server

2008-07-05 Thread Maksim Sestic
data. End result for EPSG 3785: Relative to an ellipsoidal development errors of up to 800 metres in position and 0.7% in scale may arise. Some applications call this WGS 84. It is not a recognised geodetic system: see WGS 84 / World Mercator (CRS code 3395) Regards, Maksim Sestic

RE: [mapguide-users] MapGuide OS WMS server

2008-07-05 Thread Maksim Sestic
data. End result for EPSG 3785: Relative to an ellipsoidal development errors of up to 800 metres in position and 0.7% in scale may arise. Some applications call this WGS 84. It is not a recognised geodetic system: see WGS 84 / World Mercator (CRS code 3395) Regards, Maksim Sestic

RE: [mapguide-users] MapGuide OS WMS server

2008-07-04 Thread Maksim Sestic
transformation parameters in first place. BTW, decimeter-precision range is out of question due to GE/GM aerial imagery scale which is, if I recall correctly, 1:5000 (m) at best. Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kori Maleski Sent: Friday, July

RE: [mapguide-users] user defined projection

2008-07-03 Thread Maksim Sestic
This is definately not a stupid question. Please take a look at the Adding a CoordinateSystem to MGE/MGOS thread to see how it can be done using csupdate.exe application shipped with Map 3D. I don't know if Kenneth provided similar functionality in Maestro. Regards, Maksim Sestic

RE: [mapguide-users] Silverlight/Moonlight Viewer

2008-06-26 Thread Maksim Sestic
approach (i.e. JavaScript) or want to talk via SOAP/linking to the repository manager directly. Don't know actually... just a couple of thoughts from my side. Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent

RE: [mapguide-users] Silverlight/Moonlight Viewer

2008-06-26 Thread Maksim Sestic
I agree, the thing is that there's no MG managed wrappers we can leverage to talk to the repository manager directly. If we had one, we could start from that point on. Could we use Meastro API for repository objects serialization/deserialization in managed fashion then? Regards, Maksim Sestic

RE: [mapguide-users] Partial polygons closed at map viewer edges

2008-06-23 Thread Maksim Sestic
, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chadwin Sent: Monday, June 23, 2008 16:51 To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Partial polygons closed at map viewer edges Hello When viewing a polygon in MGOS

RE: SPAM-LOW: RE: [mapguide-users] MGOS2.0.1 Raster Files Performanc

2008-06-06 Thread Maksim Sestic
, targeting Oracle RDBMS via ODP.NET) aside from MGOS/FDO and it works flawlessly. It has to be something about the unmanaged FDO core. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Morsell Sent: Thursday, June 05, 2008 17:41

RE: [mapguide-users] MGOS2.0.1 Raster Files Performanc

2008-06-05 Thread Maksim Sestic
Hi Zac, Could you confirm this happening on MGOS 2.0.1 too? I'm experiencing the same problem on MGE 2009 (based on MGOS 2.0.0 with some additions, but without any fixes though). The whole rasters thing drives me nuts for a while :-) Regards, Maksim Sestic -Original Message- From

RE: [mapguide-users] .NET Objects for working with Mapguide Resources

2008-05-25 Thread Maksim Sestic
spatial queries based on entity relationships?... :-) Kenneth, I presume you were thinking of the same thing (1, 2 and 3)? Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Sunday, May 25, 2008 00:13 To: MapGuide

RE: [mapguide-users] .NET Objects for working with Mapguide Resources

2008-05-25 Thread Maksim Sestic
help Ryan on ge-kml project a lot (http://sourceforge.net/projects/ge-kml/). If you want to share it, would you mind posting the solution to Assembla SVN (http://www.assembla.com/) so we can give it a shot? Regards, Maksim Sestic Maksim Sestic skrev: Hi Kenneth, Darrin, Regarding the LinQ

RE: [mapguide-users] MapGuide Open Source 2.0.1 released

2008-05-23 Thread Maksim Sestic
, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zac Spitzer Sent: Friday, May 23, 2008 09:59 To: MapGuide Users Mail List Subject: Re: [mapguide-users] MapGuide Open Source 2.0.1 released Maksim, What was the stability comparison between

RE: [mapguide-users] .NET Objects for working with Mapguide Resources

2008-05-22 Thread Maksim Sestic
Hi Darrin, Thanks for the tip. Please take a look at Kenneth's Meastro API: http://trac.osgeo.org/mapguide/browser/trunk/Tools/Maestro/MaestroAPI It relies on .NET 2.0 for MG types (de)serialization. Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [mapguide-users] MapGuide Open Source 2.0.1 released

2008-05-21 Thread Maksim Sestic
Tom, do you have any info whether/when Autodesk plans to issue a SP for MGE 2009 based on 2.0.1 release? Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fukushima Sent: Wednesday, May 21, 2008 05:34 To: MapGuide Users Mail

RE: [mapguide-users] Out of Memory error problem

2008-04-28 Thread Maksim Sestic
. Crashed MG server process reports no error whatsoever. Regards, Maksim Sestic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nclayton Sent: Monday, April 28, 2008 14:48 To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Out of Memory error

Re: [mapguide-users] MGOS 2.0: MgUpdateFeatures broken

2008-04-04 Thread Maksim Sestic
Hi Ismael, In case you're using managed wrapper, you may consider reading following thread on FDO wiki: http://www.nabble.com/.net-Wrapper-quirks-to16318694s18162.html including related Ticket: http://trac.osgeo.org/fdo/ticket/284 Regards, Maksim Sestic Ismael Cams wrote: You are right

Re: [mapguide-users] Grey image after some time in MGOS 2.0

2008-03-28 Thread Maksim Sestic
MapGuide service gets restarted. I hope Autodesk will get this fixed in 2009 version. Regards, Maksim Sestic NorTrond wrote: Hi, We have experienced a problem with the MGOS 2.0 installation. After some time with moderate load it just returns grey images until the Mapguide Server v2.0

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

2008-02-19 Thread Maksim Sestic
-Composite-line-styles-with-EndCaps-and-Roads-infrastructure-td12689297s16610.html#a12689297 Regards, Maksim Sestic Gunter Becker wrote: Hi all, I would like to have a compound line symbol for street stylization like I can do with basic stylization in MapGuide Studio. Now I've created

Re: [mapguide-users] Question on MapStudio OS (for Kenneth)

2008-02-16 Thread Maksim Sestic
, but this managed layer underneath (MapGuideAPI.dll) is even more interesting. Both MGOS and MGE do lack usable managed layer, I hope someone (you?) will introduce a motion/RFC to adopt it as a standard supplement to both. Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: The code

[mapguide-users] Question on MapStudio OS (for Kenneth)

2008-02-15 Thread Maksim Sestic
since Autodesk's MGE implementation may differ a bit and introduce possible compatibility issues. Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/Question-on-MapStudio-OS-%28for-Kenneth%29-tp15499972s16610p15499972.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Alternative to AutoDesk MagGuide Studio

2008-01-02 Thread Maksim Sestic
Hi Kenneth, Thanks for sharing :-) You could also post a wiki on it on http://trac.osgeo.org/mapguide/wiki/CodeSamples Code Samples page. Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: You were right, google code is way easier. I have set up the project here: http://code.google.com

RE: [mapguide-users] FW: Problems while labeling polylines

2008-01-02 Thread Maksim Sestic
not in any specific order. Regards, Maksim Sestic Traian Stanev wrote: The stitching part is independent of the composite line styles. The specific data source should not have an effect. The custom projection should not matter either. As far as the logic for composite line styles

RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-31 Thread Maksim Sestic
Hi Trajan, I'm using MGE 2008 and I couldn't get proper endcaps using single road layer with composite linestyle. Please see attached example. I guess MGOS stitches them right? Regards, Maksim Sestic Traian Stanev wrote: For your item 3: 3) To get it looking GoogleMaps-alike

RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-31 Thread Maksim Sestic
is obscured by some other layer, i.e. orthophoto/satellite imagery, vector-based buildings with their own labels, etc. Regards, Maksim Sestic azpublic wrote: Thanks Maksim, uXuf and Traian I am not sure I understand correctly the NaN part ... Do you guys suggest I create a layer

RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-31 Thread Maksim Sestic
latest MGOS works, but MGE 2008 won't stitch them correctly. Regards, Maksim Sestic Traian Stanev wrote: Yes, that's what it looks like without the code that detects the composite line style. The code has been there for a long time (since release 1 in both open source and MGE) so I am

Re: [mapguide-users] MGE/MGOS 1.2 on .NET 3.5/ASP.NET 3.5

2007-12-21 Thread Maksim Sestic
and MapGuide API in the mapguide www root. I put some code to initialize the web tier and create a session, and to load the Sheboygan web layout. No problems whatsoever. - Jackie Maksim Sestic wrote: Hi all, Does anybody knows if .NET 3.5/ASP.NET 3.5 affects existing MGE/MGOS

[mapguide-users] MGE/MGOS 1.2 on .NET 3.5/ASP.NET 3.5

2007-12-19 Thread Maksim Sestic
Hi all, Does anybody knows if .NET 3.5/ASP.NET 3.5 affects existing MGE/MGOS 1.2.0 installation, are there any known incosistencies, possible clashes with IIS, etc? Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/MGE-MGOS-1.2-on-.NET-3.5-ASP.NET-3.5

[mapguide-users] Swithing base MgLayerGroup on/off ... fails?

2007-12-17 Thread Maksim Sestic
layers, etc), except for base layer groups. Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/Swithing-base-MgLayerGroup-on-off-...-fails--tp14372552s16610p14372552.html Sent from the MapGuide Users mailing list archive at Nabble.com

Re: [mapguide-users] Shortest path between two points

2007-12-15 Thread Maksim Sestic
types inherited from Point type (whatever the Point type is, it's not necessarily geometric point, think of it as of an abstract network node). Regards, Maksim Sestic Dhirendra Kumar wrote: Hi All, I want to find out shortest path between two given points, Please anyone give me idea

RE: [mapguide-users] Adding a Coordinate System to MGE/MGOS

2007-12-14 Thread Maksim Sestic
Geodetic Parameter Dataset ). Regards, Maksim Sestic Bruce Dechant wrote: MGE keeps the coordinate system definitions inside the installed Mentor dictionary files which is not stored as OGC WKT. Map is typically the tool used to add new coordinate systems to Mentor dictionary files. MGOS

[mapguide-users] Adding a Coordinate System to MGE/MGOS

2007-12-13 Thread Maksim Sestic
Hi all, Does anybody know where MGE/MGOS keeps CRS definitions and is it possible to add a new one (as WKT, for example)? If it's possible to add it, what about MapGuide Studio 2008 then, does it recognize a newly added CRS by default? Regards, Maksim Sestic -- View this message in context

[mapguide-users] Enumerating resources from Session repository

2007-11-19 Thread Maksim Sestic
of library repository definitions (objects). So I should be able to browse them then. I guess I'm missing something here :-) Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/Enumerating-resources-from-Session-repository-tf4836077s16610.html#a13835376 Sent from

Re: [mapguide-users] Enumerating resources from Session repository

2007-11-19 Thread Maksim Sestic
found in a session map should be dynamically created ones. Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: This has been discussed on the internals list: http://trac.osgeo.org/mapguide/ticket/168 Currently it is not supported and probably will not be supported. The session

RE: [mapguide-users] Changing existing dynamic layer's Filter onthe fly

2007-11-17 Thread Maksim Sestic
repository. Then the SetLayerDefinition method can be called // with the ResourceId of the altered layer definition in the session repository // void MgLayerBase::SetLayerDefinition(MgResourceIdentifier* layerDefinition, MgResourceService* resourceService) Regards, Maksim Sestic -- View

RE: [mapguide-users] Changing existing dynamic layer's Filter onthefly

2007-11-17 Thread Maksim Sestic
to use SetLayerDefinition() if there's only one resulting layer (my case). Regards, Maksim Sestic djonio wrote: Maksim, Maybe you are just making to many assumptions about what is under the covers? ;-) It takes a few more lines of code but I try to make it a practice to modify/delete

[mapguide-users] No contructor for MgLayerCollection

2007-11-17 Thread Maksim Sestic
Is it possible for some future versions of MG to expose a constructor for managed MgLayerCollection object? MgMapCollection has one. Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/No-contructor-for-MgLayerCollection-tf4826970s16610.html#a13810446 Sent from

[mapguide-users] Changing existing dynamic layer's Filter on the fly

2007-11-15 Thread Maksim Sestic
MgResourceIdentifier and byte source resources.Service.SetResource(resourceId, byteSource.GetReader, Nothing) ' I don't know if this is necessary, but still... layer.ForceRefresh() Now, when I call parent.parent.Refresh() on the client side nothing happens. What am I doing wrong here? Regards, Maksim Sestic

RE: [mapguide-users] Changing existing dynamic layer's Filter onthe fly

2007-11-15 Thread Maksim Sestic
) map.GetLayers.RemoveAt(layerIndex) and it turns out that either IndexOf or RemoveAt doesn't perform well. Or maybe it's me doing it the wrong way? Regards, Maksim Sestic djonio wrote: Maksim, This is what I am doing in codebehind and it works ... I have to clobber the existing layers

Re: [mapguide-users] Changing existing dynamic layer's Filter on the fly

2007-11-15 Thread Maksim Sestic
Exit For End If Next If layerToRemove IsNot Nothing Then layerCol.Remove(layerToRemove) End If I don't get it, it throws The specified object was not found exception. Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/Changing-existing-dynamic-layer%27s-Filter

Re: [mapguide-users] Changing existing dynamic layer's Filter on the fly

2007-11-15 Thread Maksim Sestic
have to drill down the layer's XML definition to change the element value. But then, how do I change layer definition of runtime map and get it refreshed in Ajax viewer? Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: When the MapDefinition is turned into a runtime Map, it copies

Re: Re[mapguide-users] freshing a map/layer... from server side, avoiding JavaScript

2007-11-13 Thread Maksim Sestic
posted. Since postback calls get trapped by Ajax.NET, there's a fat chance that my JavaScript will not execute as planned. Etc. Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: It sounds as if you want to do a server push rather than the more common client pull. I'm not sure

Re: Re[mapguide-users] freshing a map/layer... from server side, avoiding JavaScript

2007-11-13 Thread Maksim Sestic
somehow hates frames and at the end it all seems overcomplicated. It's about building a development testbed for some MG-based application and I'm trying to come up with a clean API for it. Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: I don't think that it is the MG libraries that lack

Re[mapguide-users] freshing a map/layer... from server side, avoiding JavaScript

2007-11-10 Thread Maksim Sestic
JavaScript as much as possible due to consistency and security reasons. I guess it's presently not possible to issue a refresh on map/layer without calling JavaScript function from client side. Is there any workaround to this? Regards, Maksim Sestic -- View this message in context: http

Re: [mapguide-users] MGE, Base layers and consistent scale ranges

2007-11-03 Thread Maksim Sestic
You should export map .xml definition file, correct scales by hand, then re-import changed .xml file to the MG server using web tier test application. I guess there's a change request for MG Studio regarding this one. Regards, Maksim Sestic ori gudes wrote: Dear Maksim Do you have any

RE: [mapguide-users] My PHP code under mapguide web app

2007-10-27 Thread Maksim Sestic
specific PHP setting I'm not aware of? Regards, Maksim Sestic JasonBirch wrote: Is display_errors turned on in your php.ini file? What are you using for a test .php? I generally use a file that contains: ?php phpinfo(); ? Jason -Original Message- From: Maksim Sestic

Re: [mapguide-users] My PHP code under mapguide web app

2007-10-27 Thread Maksim Sestic
Files\MapGuideOpenSource\WebServerExtensions\Php\php-win.exe I don't know why it does not work with .fgci, but I have seen that problem before. I belive that the development team are trying to remove fgci completely. Regards, Kenneth, GEOGRAF A/S Maksim Sestic skrev: Hi Jason, I

[mapguide-users] My PHP code under mapguide web app

2007-10-26 Thread Maksim Sestic
- nothing happens and no errors returned. Where should I put my .php script or how should I set IIS properly for my custom php scripts to run? Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/My-PHP-code-under-mapguide-web-app-tf4696400s16610.html#a13424426 Sent from

[mapguide-users] A question on MgTileService.GetTile() function

2007-10-12 Thread Maksim Sestic
Does anybody know if calling MgTileService.GetTile() function produces a cached tile (if it's not cached previously), even when working outside of AJAX? Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/A-question-on-MgTileService.GetTile%28%29-function

Re: [mapguide-users] A question on MgTileService.GetTile() function

2007-10-12 Thread Maksim Sestic
Maciek, as Jackie sad, it does produce a cached tile - but on the server side. I don't know how and if AJAX stores it's cached data locally. Regards, Maksim Sestic macieksk wrote: Jackie Ng pisze: Yes it does produce a cached tile. can anybody send ex. code of it? mayby can we

Re: [mapguide-users] MgByteReader and XmlSerializer question

2007-10-12 Thread Maksim Sestic
and MGE API. So they don't have direct access to, say, features - but still can perform certain oprations over them. On the other hand, they don't rely on resource library structure since it changes frequently. Basic access restrictions are still implied through MG. Regards, Maksim Sestic

[mapguide-users] Error when instantiating a Map via MgMap.Open() method

2007-10-11 Thread Maksim Sestic
(svc, id) and few other methods but none of them worked :-) Is there any help to this? Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/Error-when-instantiating-a-Map-via-MgMap.Open%28%29-method-tf4606044s16610.html#a13152257 Sent from the MapGuide Users mailing

Re: [mapguide-users] Error when instantiating a Map via MgMap.Open() method

2007-10-11 Thread Maksim Sestic
As a quick note - I'm referencing MapGuideDotNetApi.dll. -- View this message in context: http://www.nabble.com/Error-when-instantiating-a-Map-via-MgMap.Open%28%29-method-tf4606044s16610.html#a13153346 Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Error when instantiating a Map via MgMap.Open() method

2007-10-11 Thread Maksim Sestic
My oh my, I would have never guessed it... :-) Works fine now, thanks Jackie. My first though was that MgMap.Create() method actually creates new MgMap. Regards, Maksim Sestic Jackie Ng wrote: Open() is for opening a runtime map. This is usually a map from an already initialized weblayout

Re: [mapguide-users] MapGuide Automated Tiling Engine 1.2

2007-10-11 Thread Maksim Sestic
Hi Kori, It seems that you have a parameter or two fixed in your code: /mapguide/mapagent/mapagent.fcgi? while MGE2008 installs on .../mapguide2008/... virtual path. Just make it customizable via .config file and everything should work fine. Regards, Maksim Sestic -- View this message

[mapguide-users] MgByteReader and XmlSerializer question

2007-10-08 Thread Maksim Sestic
m_Map As MgMap In m_Maps Console.WriteLine(m_Map.Name) Next Or am I missing something? Regards, Maksim Sestic -- View this message in context: http://www.nabble.com/MgByteReader-and-XmlSerializer-question-tf4587994s16610.html#a13095987 Sent from the MapGuide Users mailing list archive

Re: [mapguide-users] MgByteReader and XmlSerializer question

2007-10-08 Thread Maksim Sestic
Hi Kenneth, Thanks for the tip, it saved me hours of trying. This also means that we need to write our own .NET wrappers over existing .NET wrappers to include proper object de/serialization... :-) Regards, Maksim Sestic Kenneth, GEOGRAF A/S wrote: Yes, you are missing a few key pieces

Re: [mapguide-users] MapGuide Automated Tiling Engine 1.2

2007-10-03 Thread Maksim Sestic
FmTilingEngine via command line using: FmTilingEngine -u Administrator -p admin -m BaseMap -l Please find attached FmTilingEngine.exe.config and webconfig.ini files. Regards, Maksim Sestic http://www.nabble.com/file/p13016860/FmTilingEngine.exe.config FmTilingEngine.exe.config http://www.nabble.com/file

[mapguide-users] MGE, Base layers and consistent scale ranges

2007-09-26 Thread Maksim Sestic
, ... 5. Is it doable with MGS at all? With kindest regards, Maksim Sestic -- View this message in context: http://www.nabble.com/MGE%2C-Base-layers-and-consistent-scale-ranges-tf4520911s16610.html#a12896755 Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] MGE: Composite line styles with EndCaps and Roads infrastructure

2007-09-15 Thread Maksim Sestic
) displays how it looks like when using described MGS 2008 composite line styles: http://www.nabble.com/file/p12689297/Image_B_Incorrect.jpg Is there any solution to it? I'm using MGE 2008, MG Studio 2008, AJAX Viewer and FDO 3.2 enabled MS SQL Server. With kindest regards, Maksim Sestic -- View