RE: [mapguide-users] Re: MapGuide and Windows Web Server 2008

2012-03-07 Thread Dave Wilson
You could try an amazon cloud centos box that is in the European zone. That is somewhat cheap hosting, but probably not as cheap as you want. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng

RE: [mapguide-users] Re: multiple coordinate systems SQL spatial?

2012-03-01 Thread Dave Wilson
The data imported into SQL Server Spatial is in whatever native SRS the data was captured in unless you converted it during import. So when you connect your datasource you should be getting the native SRS for the data. At the time you define your map you can pick the alternate SRS for all

RE: [mapguide-users] Fdo2Fdo tool

2011-11-17 Thread Dave Wilson
I am not sure how to do the command line version. I'm guessing it's just supplying a list of parameters as shown in the gui. However in order to work with any database you have to have local database connectivity on whatever machine you install Fdo2Fdo on. It does not need to be on the

RE: [mapguide-users] Incompatible column type

2011-11-04 Thread Dave Wilson
Create a view of the table that doesn't contain that column. Modify your layer to point to the view. Using a view has been explained here several times. Regards, Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On

[mapguide-users] Google Maps API now expensive

2011-10-27 Thread Dave Wilson
http://www.theregister.co.uk/2011/10/27/google_maps_api_no_longer_free/ ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

RE: [mapguide-users] RE: isapi_MapAgent.dll crashes MapGuideAppPool

2011-08-25 Thread Dave Wilson
Yes the number of sessions against the session repository has limits. That has been drastically improved in the most recent code stream, but I'm not sure what you have available to you in 2.2. That is likely the limit you are hitting. It's not a hard number at 150, but more about actual

RE: [mapguide-users] isapi_MapAgent.dll crashes MapGuideAppPool

2011-08-24 Thread Dave Wilson
What version of PHP are you using? Are you using PHP and fusion or AJAX? If so unless you use the version of MGOS that supports PHP 5.3 it's not stable under IIS 7. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On

RE: [mapguide-users] RDBMS connection performance in Mapguide

2011-04-06 Thread Dave Wilson
Try using MySQL. It's pretty quick. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer Sent: Wednesday, April 06, 2011 6:42 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] RDBMS

RE: [mapguide-users] Compile Error: An attempt was made to load a program with an incorrect format.

2011-03-10 Thread Dave Wilson
You can't mix 32 and 64 bit apps together under IIS, at least under the same app pool. I'm less sure of apache. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jason Birch Sent: Wednesday, March 09, 2011

RE: [mapguide-users] MG WMS Service

2011-01-24 Thread Dave Wilson
Not at this time. I believe it is a requested feature for the future. Regards, Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of vd Sent: Saturday, January 22, 2011 3:40 AM To: mapguide-users@lists.osgeo.org

RE: [mapguide-users] MG WMS Service

2011-01-24 Thread Dave Wilson
Hello Dave, Is there any news for WMS-T support? -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Monday, January 24, 2011 4:22 PM To: MapGuide Users Mail List Subject: RE: [mapguide-users] MG WMS

RE: [mapguide-users] Re: MG2.1 can't be started with VISTA

2010-12-03 Thread Dave Wilson
I don't know if MGOS has the equivalent files, but you can execute backup, restore and recover repository scripts to fix situations like this with MGE. Regards, Dave From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jason Birch Sent:

RE: [mapguide-users] IE6 users cannot see map pane using MGE 2010 AJAX viewer

2010-11-22 Thread Dave Wilson
It may have something to do with .PNG support in IE6. The default image served by the server is .PNG. They could try changing to .JPG to see if that makes a difference, but I'm sure the IE7 and above users won't be happy. The color palette may not be as nice. Dave -Original Message-

RE: [mapguide-users] Re: An exception occurred in FDO component

2010-11-16 Thread Dave Wilson
It's been a while since I've used the Maestro interface, but you have to set the X/Y columns to be your geometry columns somehow. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of FMSUSC Sent: Monday,

RE: [mapguide-users] Re: An exception occurred in FDO component

2010-11-15 Thread Dave Wilson
If you have a shp file with the geometry you connect to the SHP file using the SHP provider. If you have data in a separate database then you would have to make a connection to that database using ODBC then define a Join on the SHP connection. This is not going to perform well. If possible it

RE: [mapguide-users] RE: Dynamic label size

2010-11-03 Thread Dave Wilson
] On Behalf Of Dave Wilson Sent: Tuesday, November 02, 2010 5:27 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: Dynamic label size The label size is set in the layer definition and for the most part based on the font size if I am not mistaken. You could implement a +/- on the toolbar which

[mapguide-users] RE: Dynamic label size

2010-11-02 Thread Dave Wilson
The label size is set in the layer definition and for the most part based on the font size if I am not mistaken. You could implement a +/- on the toolbar which updates the layer definition to change the size by some fixed increment. Not sure if this is the best way, but it is one way. Regards,

RE: [mapguide-users] RE: [ODBC provider] Select within

2010-09-16 Thread Dave Wilson
MySQL doesn't support proper SelectWithin either. It currently only supports Envelope operations as far as I know. Unless this has changed in a recent release. Regards, Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org]

RE: [mapguide-users] RE: Multiple points with same lat/lon

2010-09-08 Thread Dave Wilson
I think you will have to execute a query in a page and return a result set to select from. Maybe include only the points that have multiple entries. Otherwise you could move the points to different layer via a filter if that's possible. But then the user would need to be able to turn off one of

[mapguide-users] RE: Mapguide 2.2 Performance issue

2010-09-01 Thread Dave Wilson
and are they 1-1 or 1-many relationships? We have close to 2000 records in one of the join in 1-many relationships. Regards, Bala From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Thursday, August 26, 2010 6:11 PM To: MapGuide

[mapguide-users] RE: Mapguide 2.2 Performance issue

2010-08-26 Thread Dave Wilson
...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Wednesday, August 25, 2010 4:09 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: Mapguide 2.2 Performance issue You will need to provide a lot more detail than it doesn't work to get a useful response :) What configuration are you

[mapguide-users] RE: Mapguide 2.2 Performance issue

2010-08-25 Thread Dave Wilson
You will need to provide a lot more detail than it doesn't work to get a useful response :) What configuration are you using? .NET, APACHE etc.. Are you using Basic or Flexible Web Layouts? What kind of data/providers are you using? Are you using raster imagery and if so what format? Yes the

RE: [mapguide-users] RE: featureService.SelectFeatures and memory consumption

2010-08-18 Thread Dave Wilson
I have single layer from PostGis using the OSGeo.PostgreSQL 3.5 provider in MGE 2011 and I'm not seeing this behavior using the out of the box stuff. Are you using a Basic or Flexible layout? There may be an issue with the provider specific to one of the API your are using. When you mention

RE: [mapguide-users] Problem with ODBC and Point Feature Display via Lat Long

2010-08-13 Thread Dave Wilson
When you say it doesn't work under another schema does your ODBC login have rights to the other schema and some of the system tables? I'm not sure exactly what the rights need to be. This is a question for the FDO users list. I suspect it's a permissions issue. Dave From:

RE: [mapguide-users] wms version 1.0.0 is not supported?

2010-08-12 Thread Dave Wilson
://public.geoportal-geoportail.gc.ca/wms/cascader?version=1.0.0), but I still get the same message. Any more ideas? Does it work for you (or anyone else)? On 8/11/2010 6:14 PM, Dave Wilson wrote: Try including a version=1.0.0 as a parameter on your URL in your connection. Dave From: mapguide-users

RE: [mapguide-users] wms version 1.0.0 is not supported?

2010-08-12 Thread Dave Wilson
do, in Mapguide? Andrew On 8/12/2010 1:18 PM, Dave Wilson wrote: I tried the server in Gaia and I can connect and get a huge list of layers, but I can't get any of them to preview. I tried a couple of versions and no difference. I don't understand why MG is generating an error: it must

RE: [mapguide-users] wms version 1.0.0 is not supported?

2010-08-12 Thread Dave Wilson
? Ok - well, at least we know it's not just a problem on my end. Am I right in thinking that you're able to get other WMS servers working? Andrew On 8/12/2010 1:50 PM, Dave Wilson wrote: Yes I get the same error. Dave From: mapguide-users-boun...@lists.osgeo.orgmailto:mapguide-users-boun

RE: [mapguide-users] wms version 1.0.0 is not supported?

2010-08-11 Thread Dave Wilson
Try including a version=1.0.0 as a parameter on your URL in your connection. Dave From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andrew DeMerchant Sent: Wednesday, August 11, 2010 2:00 PM To: MapGuide Users Mail List Subject:

RE: [mapguide-users] Re: FDO Exception when selecting feature.

2010-08-06 Thread Dave Wilson
I have a connection in Windows 2008 64bit to an Excel 2000 spreadsheet that works. I use a DSN connection. The spreadsheet has a named region set. On my feature source I define a key column and the geometry columns. Here is the config doc associated with the connection: ?xml version=1.0

RE: [mapguide-users] Re: FDO Exception when selecting feature.

2010-08-06 Thread Dave Wilson
It's a column in the spreadsheet, no different as if it was an Access table or other database table. It's in the named range. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of DGK Sent: Friday, August 06,

RE: [mapguide-users] Manually Themed Point Layer - Redux

2010-07-29 Thread Dave Wilson
It's likely that the coordinate system of the point data is not set or is incorrect? hence it draws without error, but doesn't render. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of DGK Sent: Thursday,

RE: [mapguide-users] DWF's display poorly

2010-07-21 Thread Dave Wilson
Is the text an actual text layer? Does it use a font and does that font exist on the MGE Server or is everything running locally on XP for example? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of

RE: [mapguide-users] Connecting to an Excel Database

2010-07-07 Thread Dave Wilson
One step that I think is missing is that in the Excel sheet you plan to use as a table you should Name the area (full set of cells containing your data). The Name acts like a table name to the ODBC provider. Regards, Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org

RE: [mapguide-users] Re: develop mapguide

2010-06-25 Thread Dave Wilson
MapGuide 101: MapGuide is comprised of a Data processing server and a Web server which may or may not be installed on the same machine. The following outlines the basic steps once you have the above installed. Note you should decide which programming language you plan to use at the time of the

RE: [mapguide-users] WMS and Mapguide with AutoCAD - at wits end...

2010-06-22 Thread Dave Wilson
Have you edited the WMS settings in the Site Admin to rename localhost to the machine name or IP Address? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jason Birch Sent: Tuesday, June 22, 2010 12:36 PM

RE: [mapguide-users] Re: MGOS v2.2 Beta ! and SQL 2008. Again...

2010-06-21 Thread Dave Wilson
Have you applied the service pack to SQL Server 2008? There is a spatial index bug that was fixed in the service pack that is critical for MGE performance. Regards, Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On

RE: [mapguide-users] RE: Highlighting selected features

2010-06-18 Thread Dave Wilson
I'm not doing much programming these days so I can't specifically answer your question, but I'm not sure I understand why you need to re-project the layer? MapGuide will transform the data in Coordinate System A in your layer to Coordinate System B assigned to the map by default. What is the

[mapguide-users] Services on Linux

2010-06-02 Thread Dave Wilson
seem to me that we should be configuring installs to make these process run at startup. What is the best way to implement this and what kind of installer work would be required? Regards, Dave [cid:image001.jpg@01CB0232.6DD8B490] Dave Wilson, AEC IM CRT QA Analyst Autodesk Canada, Inc. 21st

RE: [mapguide-users] Services on Linux

2010-06-02 Thread Dave Wilson
, P.E. Spatial Integrators, Inc. 47° 46' N 116° 49' W www.SpatialGIS.com From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Wednesday, June 02, 2010 8:03 AM To: MapGuide Users Mail List Subject: [mapguide-users] Services on Linux

RE: [mapguide-users] MapGuide 2.2 on Ubuntu 9.10

2010-06-01 Thread Dave Wilson
Did you run the mgserver.sh script as well to start the server process? You just run the Apache server. Dave From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Pedro Venâncio Sent: Tuesday, June 01, 2010 3:23 PM To: MapGuide Users List

RE: [mapguide-users] GetSpatialContext for FeatureSource

2010-05-27 Thread Dave Wilson
I believe this is an issue and I'm not sure there is a fix. Regards, Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Gunter Becker Sent: Thursday, May 27, 2010 7:27 AM To: mapguide-users@lists.osgeo.org

RE: [mapguide-users] Mg Server often comes down

2010-05-21 Thread Dave Wilson
The version you are using is old and missing many improvements for stability. What data types are used in your map: SDF, Raster...etc We need way more information before anyone can suggest anything other than upgrade. If the server crashes is there a stack trace or do you get a segmentation

RE: [mapguide-users] Re: Plot Dwf Files

2010-04-30 Thread Dave Wilson
You need to use the 2009 version of Design Review. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Thursday, April 29, 2010 8:57 PM To: mapguide-users@lists.osgeo.org Subject:

RE: [mapguide-users] Re: Opening an image in an image editor

2010-04-29 Thread Dave Wilson
Silly question but do you have an I drive mapped on the mg server? The second issue with using a network drive is that the process, in this case the IIS user account won't have permissions to network resources. You will have to grant those permissions on the mapped drive. As to the secondary

RE: [mapguide-users] Re: Opening an image in an image editor

2010-04-28 Thread Dave Wilson
In other words you would basically have to download the image then the client's local mime-type logic should kick in to open the viewer. Except most clients aren't likely to have a tiff viewer no? What's the standard logic to initiate a file download from a web server? Dave -Original

RE: [mapguide-users] Re: Opening an image in an image editor

2010-04-28 Thread Dave Wilson
Let's look at the problem differently. Since the images are geo-referenced could you make them a layer in MGE? In other words could you make a copy of them from wherever they currently sit and serve them up as a map via MGE, keeping the images in a folder on the MGE Server? Basically you

RE: [mapguide-users] Fixing a corrupt repository

2010-04-19 Thread Dave Wilson
The RepositoryAdmin folder has scripts to repair a repository. I would stop your mg service, execute a backupofflinerepositories, execute a restorecoldbackup and then execute a recoverrepositories. This should hopefully repair it. Regards, Dave -Original Message- From:

RE: [mapguide-users] RE: ECWs and MG 2.1

2010-04-12 Thread Dave Wilson
That error message is misleading. We get that with MGE, but it doesn't prevent the layer from loading and previewing. It may be different in Open Source, but I suspect not unless Maestro is depending on a call where this fails, but MGE Studio can ignore the error. Dave -Original

RE: [mapguide-users] Re: Layer selectability in MGOS 2.1 beta

2010-04-09 Thread Dave Wilson
The problem with the drop down approach (and arguably the legend today) is maps with 800+ layers of which this is somewhat common. It would be nice to accommodate scenarios where there are more than 20 or 30 layers in the map. Dave -Original Message- From:

[mapguide-users] RE: Rendering Pass

2010-03-26 Thread Dave Wilson
Labels have a higher draw priority than symbols if I understand things correctly. I think the simple solution is to render the label for the grid layer as a symbol as well and then your draw order will be preserved if the road layer is on top. Dave From:

[mapguide-users] RE: Rendering Pass

2010-03-26 Thread Dave Wilson
From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Friday, March 26, 2010 3:20 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: Rendering Pass Labels have a higher draw priority than symbols if I understand things

RE: [mapguide-users] Point (symbol) not scaling larger when zooming in

2010-03-23 Thread Dave Wilson
You can style the point with either Device space or Map space. Device space is fixed and the default. Map space resizes according to the units you specify. Remember that when using Map space if you set your point to be 1 meter wide (when zoomed in close) it will be invisible at large scales.

RE: [mapguide-users] Re: (1092688208) Resource was not found: Library://Samples/Layouts/Sample.WebLayout

2010-03-22 Thread Dave Wilson
Can you also check with a phpinfo test page? It may be an issue with PHP not loading. I suspect the build you have is 32bit PHP from 5.2.25 and we are only just updating PHP to 5.3.1. It may be the 32bit PHP on 64bit doesn't play well. Dave -Original Message- From:

[mapguide-users] RE: MapGuide connection to SQL Server through ODBC

2010-03-15 Thread Dave Wilson
I have an instance in house where the connectivity fails because of a setting to do with the port in the ODBC configuration. When setting up the ODBC configuration there is a button for Client Configuration, click this and uncheck the dynamically determine port. 1433 should be shown in a

RE: [mapguide-users] RE: MapGuide connection to SQL Server through ODBC

2010-03-15 Thread Dave Wilson
' communications, correct? I wonder if that's the problem... Warren M From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Monday, March 15, 2010 2:29 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: MapGuide connection

RE: [mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread Dave Wilson
There are relative path references inside many of the templ files in the viewerfiles. If you have changed any of these and copy them to another folder as instructed you should change ALL of the relative references to ensure the new folder is using your modified files. Dave -Original

RE: [mapguide-users] Re: Strange behaviour with labels in Mapguide. Help needed.

2010-03-05 Thread Dave Wilson
I find that really odd. Could you convert the SDF to SHP using Fdo2Fdo and see what happens? I'm curious if you can remove the Has Elevation. I can't believe that only the Has Elevation would cause this, but anything is possible. Dave -Original Message- From:

RE: [mapguide-users] Re: Strange behaviour with labels in Mapguide. Help needed.

2010-03-04 Thread Dave Wilson
Is it possible the objects have been converted to a point/text object on import? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of JamesDudden Sent: Thursday, March 04, 2010 3:35 AM To:

RE: [mapguide-users] Re: Strange behaviour with labels in Mapguide. Help needed.

2010-03-04 Thread Dave Wilson
The default behavior for polygon labels is to be generated with regards to the centroid of the visible portion of the polygon. Your labels aren't doing this? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf

RE: [mapguide-users] Re: Strange behaviour with labels in Mapguide. Help needed.

2010-03-04 Thread Dave Wilson
Have you compared the layer definition.xml to see if there are any odd differences? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of JamesDudden Sent: Thursday, March 04, 2010 10:12 AM To:

RE: [mapguide-users] Argument is out of range

2010-03-03 Thread Dave Wilson
Depending on the size of your package it may be php that is timing out. You may need to increase a couple of php settings in the php.ini to accommodate large packages. There are 3 possibly 4 values that may need changed: max_execution_time (you may need several minutes, 300 sec for example if

RE: [mapguide-users] Re: MgApplicationException: Cannot create any more connections to the OSGeo.SDF FDO provider

2010-02-26 Thread Dave Wilson
Are you doing any custom coding that opens the files? It's possible you may not be closing the FeatureReader connection. If not I'm not sure what is going wrong. What does the GetFdoCacheInfo page tell you? Which file has 200 connections open? There may be a problem with the file? Dave

RE: [mapguide-users] Re: MgApplicationException: Cannot create any more connections to the OSGeo.SDF FDO provider

2010-02-25 Thread Dave Wilson
In the serverconfig.ini you need to be looking at the ConnectionPool settings in the FeatureServices section: DataConnectionPoolSize = 200 DataConnectionPoolExcludedProviders = OSGeo.SDF,OSGeo.SHP The above are the defaults. If SDF or SHP is excluded you are only allowed one connection at a

RE: [mapguide-users] Is their a major flaw with theming point data?

2010-02-17 Thread Dave Wilson
Glad you guys highlighted this as I was going to follow up. Using expressions to calculate and render the stylization makes it difficult without walking the data to know what needs to be rendered and as was pointed out, you can't really do this on large datasets. Secondly if we were to apply

RE: [mapguide-users] Is their a major flaw with theming point data?

2010-02-16 Thread Dave Wilson
I think the issue has to do with the fact that the coordinate of the point is not within the current map extent and hence does not get selected. The rendering happens after the fact so because the point is outside the extent it simply isn't rendered. I wouldn't call this a bug. I think the

RE: [mapguide-users] Problem with map only half showing.

2010-01-28 Thread Dave Wilson
Does the GDAL provider use a config.xml which contains the file details and bounds similar to the Autodesk provider? It sounds like a problem reading the config.xml Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On

RE: [mapguide-users] web server extensions fails on Windows Server 2003

2010-01-21 Thread Dave Wilson
In IIS Manager there is a section for Web Extensions. You have to enable the .NET one. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of padmini godavarthi Sent: Wednesday, January 20, 2010 9:49 PM To:

RE: [mapguide-users] URL activated for feature

2010-01-19 Thread Dave Wilson
Silly question, but you do have Adobe or Foxit plugin installed for the browser correct? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mark Hedges Sent: Tuesday, January 19, 2010 4:03 PM To: MapGuide

RE: [mapguide-users] Markup perpendicular

2010-01-05 Thread Dave Wilson
The spatial operations supported by a provider can be queried via the web tier test pages: http://localhost:8008/mapguide/mapagent/index.html Click Feature as the category and GetCapabilities as the API and the list of supported spatial operations is listed in the results. Dave -Original

RE: [mapguide-users] Mix of selectfeature and selectaggregate query

2009-12-16 Thread Dave Wilson
I think you want to do your initial query using SelectAggregates and set the Distinct flag to get a unique list of Postal Codes. From your result page the user could select a code and then you would use a SelectFeatures query to return all the actual points adding them to a SelectionSet and

RE: [mapguide-users] Mix of selectfeature and selectaggregate query

2009-12-16 Thread Dave Wilson
of passing a filter to the selectaggregates query and I can't see how to do that. The only options seem to be spatialfilters and groupingfilters, whereas I want a simple text filter, unless I'm mistaken? Thanks Jo Dave Wilson wrote: I think you want to do your initial query using SelectAggregates

RE: [mapguide-users] Look for lines

2009-12-15 Thread Dave Wilson
To be clear when you say double lines Google in some cases actually shows 2 separate lines that are parallel in cases where there is a median, is that what you mean because your images don't seem to show that, just really wide streets or do you mean the double lines because of the direction

[mapguide-users] Advanced Stylization Wiki

2009-12-15 Thread Dave Wilson
simple. Regards, Dave [cid:image001.jpg@01CA7D7B.EF980FD0] Dave Wilson, AEC IM CRT QA Analyst Autodesk Canada, Inc. 21st Floor 645 7th Ave SW Calgary, AB T2P 4G8 Direct 403-538-3069 Fax 403-264-1442 inline: image001.jpg___ mapguide-users

RE: [mapguide-users] [MGOS 2.1]Wrong coordinate system with GeoTiff files

2009-12-14 Thread Dave Wilson
From my experience the WGS84 tag that is often written into a GeoTiff is not interpreted as a valid CS. I've seen that written by default into many files regardless if the WGS84 is actually the cs or not. If you know the data is actually WGS84 then you should do a coordinate system override

RE: [mapguide-users] Fusion Zoom to Selected Too Close

2009-12-14 Thread Dave Wilson
http://sandbox.mapguide.com/index.php/Setting_minimum_and_maximum_scale -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Emily LaMunyon Sent: Monday, December 14, 2009 4:07 PM To: mapguide-users@lists.osgeo.org

RE: [mapguide-users] EPSG:3785 (Popular Visualisation CRS / Mercator) in MGOS 2.1

2009-12-11 Thread Dave Wilson
A quick test with the web tier test pages http://servername/mapguide/mapagent/index.html , using the Coordinate System API and entering your EPSG code into ConvertEpsgCodeToWkt shows that this wkt is not recognized. You should use the map editor in Maestro or Studio to select a new coordinate

RE: [mapguide-users] Should I give up?

2009-12-08 Thread Dave Wilson
and encouragement. I'll try to address a couple of responses in one post. To Dave Wilson regarding connecting to the WMS you posted: Here is a screen recording of what I get when I connect to the WMS. http://screencast.com/t/N2UwM2Rh As you can see I cannot get to the point where I can access any classes

RE: [mapguide-users] Internet Guest Account Question

2009-12-08 Thread Dave Wilson
I believe the issue is a permissions problem after that. The IUSR has probably been granted execute permissions on some of the MGE folders in order to run the mapagent and access the viewer files. You probably need to modify directory permissions to allow whomever your new user is. Dave

RE: [mapguide-users] Should I give up?

2009-12-07 Thread Dave Wilson
Why don't you try downloading a trial version of MGE 2010 as it comes with documentation and help? http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112id=10301587 And no I'm not plugging this from a corporate perspective, just providing an option that might help make things clearer.

RE: [mapguide-users] MGOS 2.1 GDAL MrSID issues

2009-12-03 Thread Dave Wilson
Those errors are generally misleading and don't indicate whether or not the image will actually display. Those occur on successful layer previews. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of djonio

RE: [mapguide-users] problem about maestro + mysql

2009-12-03 Thread Dave Wilson
An alternative should be to install the MySQL Query browser which also uses the same dll, but adds an entry to the system path instead of the user having to copy it to the FDO folder. Of course which version is somewhat important to get the right version of the dll. With the Query browser you

RE: [mapguide-users] MGOS 2.1 GDAL MrSID issues

2009-12-03 Thread Dave Wilson
I'm not sure about the Register line below the but Mosaic/Clip exception can be ignored as far as I know. I've never seen the register thing. Dave = GDAL: Auto register C:\Program

RE: [mapguide-users] Help with the Tooltip

2009-12-01 Thread Dave Wilson
Tips like this are generally controlled by the browser. The user has no control over their placement in most cases. I Googled and found the following link which may relate to how the tool tip is implemented in Fusion: http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm Of course it says

RE: [mapguide-users] Administering site remotely

2009-12-01 Thread Dave Wilson
Also realize you can't fully administer the site remotely. You can't stop and restart the services remotely. I would suggest either VNC or remote desktop for access. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On

RE: [mapguide-users] Administering site remotely

2009-12-01 Thread Dave Wilson
I agree. Your url should be http://servername:8008/mapguide... or http://ipaddress:8008/mapguide... However the error you presented suggested some network address translation is in play which may mean the IPaddress of the machine doesn't match the network address the users should use. If the

RE: [mapguide-users] Auto desk mapguide studio

2009-11-30 Thread Dave Wilson
still cannot get it work. The system Event logs you meant- is it for the operating system or Auto-Desk itself? Dave Wilson wrote: Please check the system event logs. There could be a several security measures in 2008 preventing Studio from running. For example Data Execution Prevention

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

2009-11-23 Thread Dave Wilson
This looks like a new defect. I just tried this and got an exception: 2009-11-23T13:08:52 2028Ajax Viewer 144.111.170.113 Administrator Error: Failed to stylize layer: LayerDefinition76 An exception occurred in FDO component. Failed to execute query. StackTrace: -

RE: [mapguide-users] Auto desk mapguide studio

2009-11-17 Thread Dave Wilson
Please check the system event logs. There could be a several security measures in 2008 preventing Studio from running. For example Data Execution Prevention. There is no updated version of Studio for this. Regards, Dave From: mapguide-users-boun...@lists.osgeo.org

[mapguide-users] RE: Permissions for Administrator

2009-11-12 Thread Dave Wilson
Did you check the error logs and the system event log to see if something obvious is recorded? Sometimes on a server the advanced security configuration causes a problem. Have you checked in IIS to see if the Web Extensions for PHP, the MapAgent ISAPI and .NET are enabled ? Dave From:

RE: [mapguide-users] RE: MGOS 2.1 Load Pakage not working

2009-10-09 Thread Dave Wilson
...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Thursday, October 08, 2009 1:07 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: MGOS 2.1 Load Pakage not working Increase the max file upload setting in your php.ini to something bigger than your largest anticipated package. The default

RE: [mapguide-users] FWTools and raster help...

2009-10-07 Thread Dave Wilson
It sounds like your tiff images are compressed and the reason they are slow is because of the decompression at run time. As Martin suggested ECW or MrSid. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of

RE: [mapguide-users] FWTools and raster help...

2009-10-07 Thread Dave Wilson
07, 2009 9:01 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] FWTools and raster help... Dave Wilson wrote: Convert them to MrSid or ECW Do you know if this is possible with FWTools? If not is there a program you could recommend whcih I could use for the conversion

RE: [mapguide-users] wms from other providers

2009-10-05 Thread Dave Wilson
There are issues with MapGuide selecting the wrong SRS for WMS. If your server posts both 4326 and another EPSG code it usually finds the 4326. The config.xml is supposed to force the override, but this isn't always working. The defects are currently being investigated. What does a

RE: [mapguide-users] MySQL Data Connection Error in Mapguide Maestro

2009-10-01 Thread Dave Wilson
You will need to get the libmysql.dll from your database install. This either needs to be in your system path or copied to the fdo directory of your mg server install. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org]

RE: [mapguide-users] Connecting to County Assessors page

2009-09-25 Thread Dave Wilson
You could also invoke a script from a button that captures the ID of the selected feature and passes that in your request to the external site and retrieve the info to the task pane. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org

RE: [mapguide-users] Unable to select/highlight objects - MGE 2010Update 1 AJAX Viewer

2009-09-09 Thread Dave Wilson
In general the session timeout has probably expired so the map is not actually usable until the layout is refreshed and generates a new session. I'm somewhat surprised you don't see session expired exceptions in the log. The session timeout is a setting in the Site Admin under Configure

RE: [mapguide-users] Theme data not displaying properly in legend

2009-08-28 Thread Dave Wilson
I believe this is a known bug. Zoom in and out once and it will redraw properly. Dave From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Pedro Venâncio Sent: Friday, August 28, 2009 6:37 AM To: MapGuide Users Mail List Subject: Re:

RE: [mapguide-users] Numeric Search

2009-08-26 Thread Dave Wilson
correct me if I'm wrong, but shouldn't the full syntax be: ToString(FID) LIKE Concat(ToString($USER_VARIABLE), '%') Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Martin Morrison Sent: Wednesday, August

RE: [mapguide-users] Numeric Search

2009-08-26 Thread Dave Wilson
...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson Sent: Wednesday, August 26, 2009 4:35 PM To: MapGuide Users Mail List Subject: RE: [mapguide-users] Numeric Search correct me if I'm wrong, but shouldn't the full syntax be: ToString(FID) LIKE Concat(ToString

RE: [mapguide-users] Some tiffs work and others don't - does anybody know why?

2009-08-25 Thread Dave Wilson
Try using the GDAL provider in your MGE2010 setup. This should tell you if it's the provider or something else. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of JamesDudden Sent: Tuesday, August 25, 2009

  1   2   3   >