[mapguide-users] Replace newline in Translate

2014-08-27 Thread Jim O'Leary
I have the following text with a newline in an SDF file: Wave Effect Zone Waves would be an additional flood hazard... This text is going into the tool tip. MapGuide 6.5 respects the newline and Wave Effect Zone is on a separate line in the output tooltip. But AIMS 2014 puts both lines on the

[mapguide-users] MapGuide versus Google Maps Number of Features

2013-02-13 Thread Jim O'Leary
I am doing some research on the benefits of MapGuide versus Google Maps. Can someone explain why MapGuide can render seemingly unlimited features on the map while Google Maps can only render a few hundred before the browser chokes? Thanks -- View this message in context:

[mapguide-users] TCP/IP protocol is mismatched

2011-01-17 Thread Jim O'Leary
We have installed MGE 2011 with IIS 6.0 on Windows Server 2003. We made MGPs for our MGE 2009 repository and successfully imported them into 2011. My maps load up in 2011 and programmatically I can make a map object. Several methods of the map object work, specifically: - GetResourceId() -

[mapguide-users] Query mapagent.fcgi through HTTP

2010-07-13 Thread Jim O'Leary
I would like to query the mapagent.fcgi directly, that is through a GET query string like this: /mapguide/mapagent/mapagent.fcgi?OPERATION=QUERYMAPFEATURESVERSION=1.0.0. I have been able to do this, but note that when multiple features are selected on the map, the response XML shows the IDs

[mapguide-users] RE: migrating resources from 2009 server to 2010

2010-02-10 Thread Jim O'Leary
I have followed the steps below, but get the message: Another version of this product is already installed. Installation of this version cannot continue. This machine has Windows Server 2003. It already has MapGuide Enterprise 2009 Server on it, as well as Topobase Administrator 2009 and

Re: [mapguide-users] mgserver process hangs / memory usage

2008-05-21 Thread Jim O'Leary
The attached Python program uses two command line utilities that are available with XP Pro, TASKLIST and TASKKILL. TASKLIST returns a string containing memory usage for each process. The Python program parses out the memory usage for mgserver.exe. TASKKILL kills the mgserver.exe process. The

RE: [mapguide-users] Test if MapGuide server is running

2008-05-20 Thread Jim O'Leary
the mapagent's GetSiteVersion would have the benefit of testing both the web tier and the server, but of course it wouldn't tell you which was broken so a commandline API call might be better. Jason From: [EMAIL PROTECTED] on behalf of Jim O'Leary Sent: Sat 2008

Re: [mapguide-users] mgserver process hangs / memory usage

2008-05-20 Thread Jim O'Leary
Can you share your batch file? Thanks xuzhengeology wrote: We meet the same problem in our project. The memory increases when we are using mgservices.we can find any api to release the memory. In the beginning, the memory is about 54Mb,it creashes when the memory goes to 220Mb. Now,we

RE: [mapguide-users] Test if MapGuide server is running

2008-05-10 Thread Jim O'Leary
://localhost/mapguide/mapagent/index.html pages does just that. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Friday, May 09, 2008 4:19 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Test if MapGuide

Re: [mapguide-users] MGOS 2.0.0 Beta 2 loadfile error

2008-05-03 Thread Jim O'Leary
thanks gordon Jim O'Leary wrote: I have installed MapGuide Open Source 2.0.0 Beta 2 on Windows Server 2003. We also have MGE 2008 running on this machine. The MGOS web server does not start. When I manually try to start it, it says: httpd.exe: Syntax error on line 126 of C

RE: [mapguide-users] localize functions

2008-04-11 Thread Jim O'Leary
Thanks Jason, I got it. JasonBirch wrote: I think that Steve may have a slightly different local directory structure than what is in the tarball. This is where it is in SVN: http://svn.osgeo.org/mapguide/trunk/MgDev/Web/src/PhpApi Jason -Original Message- From: Jim

[mapguide-users] localize functions

2008-04-10 Thread Jim O'Leary
I'm looking for the function definitions found in this sample code: SetLocalizedFilesPath(GetLocalizationPath()); print Localize(file_get_contents(../viewerfiles/tasklist.templ), $locale, GetClientOS()); I cannot find these functions nor a definition of the MgLocalizer class in the

RE: [mapguide-users] localize functions

2008-04-10 Thread Jim O'Leary
:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Thursday, April 10, 2008 2:34 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] localize functions I'm looking for the function definitions found in this sample code: SetLocalizedFilesPath(GetLocalizationPath()); print Localize

Re: [mapguide-users] Localizing menus and toolbar

2008-04-01 Thread Jim O'Leary
Kenneth Are you talking about dynamically generating a web layout by opening a web layout XML file with placeholdrs in it, interpolating the strings for the given language, and writing it to the session repository? Have you done any work on this? Thanks Kenneth, GEOGRAF A/S wrote: Ok. I

[mapguide-users] Get ID from base64 selectionXML

2008-02-16 Thread Jim O'Leary
Is there a way to get the ID of a feature that the user has selected on the map directly from the selectionXML rather than create a selection object? I have a toolbar invoke URL button with a key=value pair and the value is $CurrentSelection. When the user clicks that button, it sends a

[mapguide-users] Set existing layers visible

2008-02-09 Thread Jim O'Leary
I want to programmatically loop through existing layers in my map and set them visible and display their label in the layers pane according to some flag. I know this works with new layers that you programmatically make, but it doesn't work with existing layers. My code is the same as for new

[mapguide-users] Fusion and Viewer API Reference

2008-01-21 Thread Jim O'Leary
Is it possible to use the existing Viewer API Reference with Fusion? For example, if your index.html looks like this: div id=main div id=Toolbar / div id=Map / div id=Legend / div id=OverviewMap / /div How would you call the map frame's GetLayers() method? An example would be great,

RE: [mapguide-users] Get selected layers from server side

2008-01-06 Thread Jim O'Leary
Of Jim O'Leary Sent: January-04-08 6:13 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Get selected layers from server side Is it possible to get a list of the map's selected layers from the server side? I know I can get this by making an MgSelection and passing

RE: [mapguide-users] Get selected layers from server side

2008-01-06 Thread Jim O'Leary
= map.GetLayers(); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Sunday, January 06, 2008 10:51 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Get selected layers from server side I know

[mapguide-users] Get selected layers from server side

2008-01-04 Thread Jim O'Leary
Is it possible to get a list of the map's selected layers from the server side? I know I can get this by making an MgSelection and passing the selection XML from the client to the server program, like: $selection = new MgSelection($map,$_REQUEST['selectionXML']); However, I don't want to pass

RE: [mapguide-users] Base64 decoding process

2007-12-29 Thread Jim O'Leary
PROTECTED] On Behalf Of Jim O'Leary Sent: Friday, December 28, 2007 5:56 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Base64 decoding process I'm trying to figure out the Base64 decoding process that MapGuide uses to store the user's selections on the map. When I select

[mapguide-users] Base64 decoding process

2007-12-28 Thread Jim O'Leary
I'm trying to figure out the Base64 decoding process that MapGuide uses to store the user's selections on the map. When I select a given parcel in Sheboygan, the Properties pane tells me FeatId = 11430 When I capture the selection XML for this feature, it gives me the the ID tag as

RE: [mapguide-users] MapGuide Manual

2007-12-06 Thread Jim O'Leary
of a wiki. Warren Medernach wrote: Just want to clarify... So this isn't really a for creation of MapGuide 'manual' (reference material), but rather 'training' content? Warren M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent

Re: [mapguide-users] MapGuide Manual

2007-12-05 Thread Jim O'Leary
:59 AM, Jim O'Leary [EMAIL PROTECTED] wrote: Hello everyone MapGuide Manual is online at http://techearth.net/gis/mapguideManual/ The purpose of this site is to provide curriculum for MapGuide. We have implemented the site as a wiki in order to allow the Open Source community

[mapguide-users] Ping mapguide server

2007-11-05 Thread Jim O'Leary
Is there an efficient way to ping the mapguide server (as opposed to the Web server) to determine if the former is running? I see that there are calls you can make using mapviewerphp\serveradminhelper.php, but those involve creating a new connection. Is there a simpler way? -- View this message

RE: [mapguide-users] EXTERNAL_API not documented in doxygen

2007-11-01 Thread Jim O'Leary
, Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: October 27, 2007 3:10 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] EXTERNAL_API not documented in doxygen Is there a good reason why some public methods

[mapguide-users] EXTERNAL_API not documented in doxygen

2007-10-27 Thread Jim O'Leary
Is there a good reason why some public methods are not documented in the doxygen output for MGOS? For example, in a typical code sample I see: $site = new MgSite(); $site-Open($userInfo); These methods are not documented in the doxygen output, which could be confusing if you are trying to

[mapguide-users] UpdateFeatures fails with alias

2007-10-26 Thread Jim O'Leary
I am using the new alias feature of MapGuide to reference a SHP file on disk rather than import a copy into the repository with a load procedure. I can open the SHP and read it okay, but I cannot update a feature in it. The update does not generate an exception message and does not update the

Re: [mapguide-users] context menu submenus

2007-10-23 Thread Jim O'Leary
WebLayouts (afaik). Regards, Kenneth, GEOGRAF A/S Jim O'Leary skrev: MapGuide 6.5 supports submenus in the right-click context menu. Is there a way to do that in MGOS? Thanks. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] context menu submenus

2007-10-22 Thread Jim O'Leary
MapGuide 6.5 supports submenus in the right-click context menu. Is there a way to do that in MGOS? Thanks. -- View this message in context: http://www.nabble.com/context-menu-submenus-tf4675271s16610.html#a13357562 Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Collapse layers and properties panes

2007-10-18 Thread Jim O'Leary
Is it possible to collapse the layers and properties pane programmatically? I can set the InfoBand td width to 0px and set the InfoDiv div to display = none with JavaScript, but the map itself moves to the left, it does not expand to cover the entire map frame. Furthermore, when you pan or do

Re: [mapguide-users] postgis connection properties EMPTY!!!!!

2007-10-17 Thread Jim O'Leary
This is also true for the Autodesk.Raster.3.0 and King.Oracle.0.1.1 providers. DependencyWalker shows missing DLLS, but also gives cryptic messages like: Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Warning: At least one

RE: [mapguide-users] postgis connection properties EMPTY!!!!!

2007-10-17 Thread Jim O'Leary
, and I'm surprised that you have 3.0. Wasn't 3.1 the version that shipped with MGE 2007? Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Wednesday, October 17, 2007 11:16 To: mapguide-users@lists.osgeo.org Subject: Re

[mapguide-users] Backing up styles and themes in layers

2007-10-16 Thread Jim O'Leary
The backup files in the server\RepositoryAdmin folder do not back up styles and themes in layers. This should be possible to do programmatically. You would use the Web API to loop through all layers in the repository, extract their XML one by one, save each as a file, and then zip and copy/FTP

[mapguide-users] RE: Load Procedures via a script examples?

2007-10-04 Thread Jim O'Leary
Has anyone got a PHP version of the loadprocedure code below? The first problem is that PHP can't load the dll. This code finds the dll: // from php\ext directory... dl('..\..\..\..\Autodesk\MapGuideStudio2007\Autodesk.MapGuide.Studio.Load.dll'); ...but PHP replies: Warning: dl()

Re: [mapguide-users] Print temporary layer

2007-10-03 Thread Jim O'Leary
The print functionality DOES show runtime layers. I realized that I was removing the rectangle layer further down in my code. My bad... Jim O'Leary wrote: I have used the phpsamples\custom_output code to print a portion of a map. However, I want the image to have a border, so I've used

[mapguide-users] RE: Create new column in data source

2007-09-18 Thread Jim O'Leary
the new column in addition to all the existing ones. Traian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Tuesday, September 18, 2007 2:20 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Create new column

[mapguide-users] Create new column in data source

2007-09-17 Thread Jim O'Leary
I would like my user to be able to add a new column to a SHP / SDF file at run time. I have the code from the GT sample that shows how to create a new MgDataPropertyDefinition: $textProperty = new MgDataPropertyDefinition('Text'); $textProperty-SetDataType(MgPropertyType::String);

[mapguide-users] imagecreatetruecolor error

2007-09-13 Thread Jim O'Leary
If you are using MGOS 1.2 and PHP, the version of PHP is 5.2.1. This version does not load the GD library properly, resulting in an error if you try to create images on the fly, using the imagecreatetruecolor() function in the process. I solved this problem by taking the php_GD.dll from PHP

[mapguide-users] Value does not fall error

2007-09-13 Thread Jim O'Leary
I have installed MGOS 1.2 and now get the error message in my Studio 2007 when I try to view any resource in the Studio Site Explorer: Value does not fall within the expected range Is there any solution to this - other than buying Studio 2008? -- View this message in context:

[mapguide-users] Samples and documentation for MGOS 1.2

2007-09-05 Thread Jim O'Leary
A few notes on the samples and documentation released with MGOS 1.2. phpviewersamples These samples are at: http://download.osgeo.org/mapguide/releases/1.2.0-rc2/samples ...and appears to be the old phpviewersamples, reorganized. phpsamples These samples are at:

[mapguide-users] RE: Samples and documentation for MGOS 1.2

2007-09-05 Thread Jim O'Leary
and change the filename to .mgp, then the download should work for you. Adding an appropriate MIME type to the download server for .mgp files might help, but I'm not sure. Jason -Original Message- From: Jim O'Leary Subject: [mapguide-users] Samples and documentation for MGOS 1.2

[mapguide-users] Help Pages

2007-08-27 Thread Jim O'Leary
I see that the help pages are at http://localhost:8008/mapguide/localized/help/en/WSfacf1429558a55de2ab0a1008e4bf960-7ff4.html I see that there is also a Help built-in tool in the Web Layouts Editor. However, you cannot set the URL of this built-in, and when you add it to your toolbar and click

[mapguide-users] RenderMap in C#

2007-07-31 Thread Jim O'Leary
I'm implementing the createimagemap.php DevGuide sample in C#. When I use GIF as the format argument to RenderMap I see a blank image with a brown background (which is the color argument). When I use PNG or JPG I just see a blank image. Here's my C# code. MgByteReader byteReader =

[mapguide-users] RE: RenderMap in C#

2007-07-31 Thread Jim O'Leary
MgByteSink byteSink = new MgByteSink(byteReader); string fileName = c:\\temp\\test + i + .png; byteSink.ToFile(fileName); Andy Morsell, P.E. Spatial Integrators, Inc. http://www.SpatialGIS.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim

[mapguide-users] DevGuide samples src change

2007-07-26 Thread Jim O'Leary
The devguide samples (analyzing features, custom output, etc) now show cannot display the page in MGE 2008. That is because the references to aliases in the httpd.conf file have all been changed from mapguide to mapguide2008. To fix this, you have to go to all of the main.php files in the

[mapguide-users] Safari issue

2007-07-24 Thread Jim O'Leary
Has anyone had trouble viewing MapGuide on Safari? The folliwing links do not show up on Mac 10.4.8 with Safari 3.0. 1. Map with ortho in BC Albers http://204.244.79.16:8008/mapguide2008/ortho/full_frameset.php 2. Map with WMS layer in EPSG: 4326

[mapguide-users] RE: RE: Buffer rectangle

2007-07-08 Thread Jim O'Leary
. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Friday, July 06, 2007 10:54 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] RE: Buffer rectangle So you could select a point, make a small rectangle from

[mapguide-users] Buffer rectangle

2007-07-06 Thread Jim O'Leary
Does MapGuide support rectangle buffers? It seems that the default buffer it produces is a circle. Thanks. -- View this message in context: http://www.nabble.com/Buffer-rectangle-tf4035927s16610.html#a11465564 Sent from the MapGuide Users mailing list archive at Nabble.com.