[mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
Hi, I have run in to a problem that only happens when I turn on too many layers i.e. there is always a tipping point where it works then I switch on more layers and then it stops working. I am using MG Open Source 2.5 on Windows Server 2008 with a .NET build. The map has many linked layers

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
Are you saying copy the URL from the error and load that into the browser? If so I have done this and the image appears ok... - RegardsJD Software-Matters Dorset -- View this message in context:

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
Ok, so I ran the test that you described and it worked. What do you think this means? - RegardsJD Software-Matters Dorset -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-using-quickplot-TCPDF-ERROR-Image-Unable-to-get-image-tp5185933p5185962.html Sent from the

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
I downloaded the latest copy and there are a lot of files in a zipped folder so not sure which bits I should and shouldn't be replacing but I tried just replacing the tcpdf.php file and that produced a different error as below. I will have another play on Monday and get back to you. Thanks PHP

Re: [mapguide-users] HELP: An exception occurred in DB XML component.

2014-01-10 Thread JamesDudden
Gabriele, Thank you for your reply , I really appreciate your time. Luckily this time we went back to an older server back up and this has worked without to much loss of data. Moving forward I will be using this as reference and making sure the dbxml files are backed up regularly. Thanks again.

Re: [mapguide-users] Bug? - Styling point data using Map Space with WGS84.PseudoMercator

2013-12-16 Thread JamesDudden
I figured it out - because the map is based on the WGS84 coordinate system it is converting the X/Y in to its own unit which is totally inaccurate. Looking at the bottom-left corner where it displays the X/Y current coordinates the value visible here says it's in metres but it's not. It works

[mapguide-users] Bug? - Styling point data using Map Space with WGS84.PseudoMercator

2013-12-13 Thread JamesDudden
Hi, I have found a bug when styling point data using Map Space with WGS84.PseudoMercator and Google backdrop. The measurement is wrong. I have the original map with many layers based on GB National Grid coordinates with a point layer styled as a circle using Map space (height and width 1000m)

[mapguide-users] Return the current scale (zoom)?

2013-11-25 Thread JamesDudden
Hi, I'm running Mapguide 2.5 on Windows with .Net and have a fusion application which uses the MapGuideViewerAPI to redline - all working great but what I need to do is return the current scale (zoom) level and can't seem to figure it out. Can anyone help? - Software-Matters -- View this

Re: [mapguide-users] Return the current scale (zoom)?

2013-11-25 Thread JamesDudden
Got it, thanks Jackie. - RegardsJD Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Return-the-current-scale-zoom-tp5090994p5091030.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] Remove Map Overview window

2013-10-24 Thread JamesDudden
Thanks Jackie, I ended up reducing the height and this has worked for me as below (changed from 214 to 5) var splitter2 = new Jx.Splitter('Sidebar', { splitInto:2, elements:[$('Info'),$('Bottom')], layout:'vertical', containerOptions: [ {},

Re: [mapguide-users] Remove Map Overview window

2013-10-24 Thread JamesDudden
Hi, I can see how to hide the overview map using the Aqua template but can anyone help me hide it using the Limegold template? Thanks - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Remove-Map-Overview-window-tp5059942p5085543.html Sent from the

Re: [mapguide-users] Resize the taskpane in fusion

2013-10-08 Thread JamesDudden
Bernhard, nice job - that works! Many thanks - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Resize-the-taskpane-in-fusion-tp5080267p5082331.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Missing icons using Fusion

2013-10-07 Thread JamesDudden
Hans, that worked! Thank you - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Missing-icons-using-Fusion-tp5081769p5082207.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] Missing icons using Fusion

2013-10-04 Thread JamesDudden
HI, I am using MG 2.5 with Maestro 5 on Windows server. The problem I have is some of my icons have suddenly stopped appearing. If you look at the image below there should be a 'Clear Selection' icon between the Pan and Zoom Rectangle. If I hover over the blank space the tooltip still appears but

Re: [mapguide-users] Resize the taskpane in fusion

2013-09-27 Thread JamesDudden
Yes I'm trying to make the taskpane wider for the exact reason you state because a lot of users complain it's too tricky to grab the side and expand it. I'm not sure if enlarging the cursor would help but it's worth a shot. It seems to be the zone where the cursor changes to the re-size option is

[mapguide-users] Resize the taskpane in fusion

2013-09-26 Thread JamesDudden
Hi, is it possible to set up a button to resize the taskpane. I am using MG OS 2.5, IE10, Maestro 4.5 and the LimeGold template. Many Thanks - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Resize-the-taskpane-in-fusion-tp5080267.html Sent from the

Re: [mapguide-users] Fusion and Digitizing

2013-09-13 Thread JamesDudden
I figured this out - there is a ClearDigitization function within the MapGuideViewerApi.js which works a treat :) - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-and-Digitizing-tp4183831p5077688.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Fusion and Digitizing

2013-09-10 Thread JamesDudden
Hi Rodolfo, Hope you can help... I have created a page (using MG 2.5 on Windows and IE10) that uses your code to digitize a polygon which works great but I am still getting an issue with the polygon getting left behind and I can't seem to get the clear function to work. Below is what I'm calling

[mapguide-users] What unit does Area2D output?

2013-08-27 Thread JamesDudden
Hi, When using the Area2D function from within the expression builder in Maestro or MG Studio - what unit is the resulting figure in? Thanks - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/What-unit-does-Area2D-output-tp5074501.html Sent from the

Re: [mapguide-users] Acres in the Fusion Measure Tools?

2013-08-02 Thread JamesDudden
Thanks for the reply Gordon. I followed exactly what you did above i.e. added the code to the measure.php and the measure.js both in the places you describe but nothing happens. I can see a new line in the task pane for 'Total Area' but it never gets populated with anything. Is there anything

Re: [mapguide-users] Acres in the Fusion Measure Tools?

2013-08-02 Thread JamesDudden
Yes, that's it - I changed to FusionSF.js in the index.html page and made an amendment to test and it works. Thanks Gordon - I'd been going round in circles for ages :) - Software-Matters -- View this message in context:

Re: [mapguide-users] Acres in the Fusion Measure Tools?

2013-08-01 Thread JamesDudden
Hi Gordon, I am trying to follow this as I would like to add acres to the measure taskpane in my Fusion application. I am using Mapguide 2.5 and Maestro 5 with .NET on a Windows server. Can you tell me what or where the Measure.Marker class is and how to amend it? Many thanks -

Re: [mapguide-users] Problem with access

2013-07-12 Thread JamesDudden
Hey Manuel, Did you ever figure this out as I'm having a very similar problem (same error) with following setup: Windows server 2008 64bit Mapguide 2.5 Maestro 4 Office 2007 - Software-Matters -- View this message in context:

Re: [mapguide-users] Invoke script in Fusion layout using Maestro

2013-07-12 Thread JamesDudden
I know I'm close with this but still can't seem to figure it out - does anyone else have nay ideas? - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Invoke-script-in-Fusion-layout-using-Maestro-tp5063768p5065970.html Sent from the MapGuide Users

[mapguide-users] Invoke script in Fusion layout using Maestro

2013-07-03 Thread JamesDudden
Hi, Can anyone help with adding an invoke script to a fusion layout using Maestro? My setup is MG 2.2 and Maestro 4.0 For example in MG Studio (on a different setup and server) I could simply create a new invoke script and add code in to the additional parameters areas (example below) but I can't

Re: [mapguide-users] Invoke script in Fusion layout using Maestro

2013-07-03 Thread JamesDudden
Thanks for the link but I'm still not quite clear on what to do. I have set up an invoke script widget and added the following within the script tag: the button shows up on the toolbar but it doesn't do anything when clicked. What am I doing wrong here? - Software-Matters -- View

Re: [mapguide-users] Fusion - how to set the hyperlink to open in the taskpane?

2012-11-08 Thread JamesDudden
Yes, sorry, maybe I wasn't being very clear. So, I have a hyperlink in the tooltip which when clicked opens in the same window as the map or if using ctrl-click opens in a new window. I have also tried having a hyperlink on the ctrl-click of the feature but the result is the same. What I would

Re: [mapguide-users] Fusion - how to set the hyperlink to open in the taskpane?

2012-11-06 Thread JamesDudden
Thanks for the response Jackie but could you be a bit more specific? In the MapGuide\Web\www\fusion\widgets folder there is an InvokeURL.js file but no InvokeURL folder. Is this where I should be looking? -- View this message in context:

[mapguide-users] Stop fusion map with commercial layer flashing the USA?

2012-11-05 Thread JamesDudden
Hi, I have a fusion map (MG 2.2) that utilises the commercial layers as a base (either Google or Bing) and whenever the map first openr it flashes up over the USA before zooming into my actual map location which is in the UK. Has anyone seen this happen and if so how do I stop it? Regards JD

[mapguide-users] Fusion - how to set the hyperlink to open in the taskpane?

2012-11-05 Thread JamesDudden
Hi, I'm using MG2.2 and would like to set a hyperlink to open in the taskpane in my Fusion/Flexible Layout. I've tried many things including searching the forum but to no avail. All it seems to do is open in a new window or the same window. Can anyone help with this? Regards JD -- View

[mapguide-users] Question RE using a Google map base layer.

2012-08-01 Thread JamesDudden
Hi, I am using a Fusion web layout and Google as my External Provider/base map set up using the WGS84.PseudoMercator coordinate system and all works fine. The problem is that the coordinate system that now displays in the bottom-left corner of the map window is meaningless to the users. So, can

Re: [mapguide-users] Change taskpane in Fusion?

2012-07-23 Thread JamesDudden
Excellent, got it working - thanks very much. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Change-taskpane-in-Fusion-tp4989594p4990098.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

[mapguide-users] Change taskpane in Fusion?

2012-07-20 Thread JamesDudden
Hi, How do I change the taskpane in Fusion from the standard taskpane.html (in the widgets folder as below) to a .asp webpage? C:\Program Files\OSGeo\MapGuide\Web\www\fusion\widgets\TaskPane\TaskPane.html Any help appreciated Regards James -- View this message in context:

Re: [mapguide-users] Change taskpane in Fusion?

2012-07-20 Thread JamesDudden
You're right there is a taskpane tab when using MG Studio but I need to be able to do this using Maestro. Any other ideas? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Change-taskpane-in-Fusion-tp4989594p4989600.html Sent from the MapGuide Users mailing list archive at

Re: [mapguide-users] What is the best system specification for MG2.2 with 90ish layers?

2012-06-01 Thread JamesDudden
Thanks loads for the helpful responses. Much appreciated. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/What-is-the-best-system-specification-for-MG2-2-with-90ish-layers-tp4978036p4978479.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Can you add a layer with XY coordinates to a Bing maps layer?

2012-06-01 Thread JamesDudden
I have added a Bing map base layer which uses the WGS84.PseudoMercator coordinate system. Can I add a layer with XY coordinates that will marry up with the Bing layer. The layers in question are as follows: UK layer using the British National Grid coordinate system Point layer themed with symbols

Re: [mapguide-users] Can you add a layer with XY coordinates to a Bing maps layer?

2012-06-01 Thread JamesDudden
Thanks Jackie - it works!! -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Can-you-add-a-layer-with-XY-coordinates-to-a-Bing-maps-layer-tp4978484p4978510.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] What is the best system specification for MG2.2 with 90ish layers?

2012-05-30 Thread JamesDudden
I am about to set up a new installation of MG 2.2 using Microsoft Windows Server Standard 2008 R2 + 5 with the following resources: Users: 5-15 Layers: 80ish (.shp, .tiff, Access database, SQL Express 2008) Does anyone have any knowlegde of what would be a suitable system specification? Do the

Re: [mapguide-users] MapGuide OS 2.2 Server Crashing - Suggestions Please

2012-05-30 Thread JamesDudden
Hi, Not sure if you've seen this link already but if not it might help, it describes the parameters and provides parameter tuning tips for the serverconfig.ini and webconfig.ini: http://trac.osgeo.org/mapguide/wiki/ServerconfigWebConfigIni -- View this message in context:

[mapguide-users] Re: zoom to selected item

2011-02-16 Thread JamesDudden
Can you post your code that zooms to the selection. - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message in context:

[mapguide-users] Has Measure.FeatureSource been fixed post MGOS 2.02?

2010-11-17 Thread JamesDudden
I have heard that the problem with Measure.FeatureSource has been fixed post MGOS2.02. Is this true? Does anyone know anymore about the error and why it happens? Would it be possible to apply a fix to 2.02? Can anyone offer any advice to where I might start looking? Or am I going down a

[mapguide-users] Is it possible to pass data from the map to the printable page?

2010-11-17 Thread JamesDudden
I have an SQL Express Spatial layer that contains data that I want to pass to the printable page and display either in the header or footer or somewhere else on the image to be printed. Is this possible? Does anyone have any ideas where to start? Many Thanks -

[mapguide-users] Re: Has Measure.FeatureSource been fixed post MGOS 2.02?

2010-11-17 Thread JamesDudden
FYI: I found a patch at the link below and have installed it. Early testing seems good but only time will tell... http://trac.osgeo.org/mapguide/ticket/1186 - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke

[mapguide-users] Error: Measure.FeatureSource causing system to crash. Any advice please?

2010-11-16 Thread JamesDudden
I am running MGOS 2.02 with .NET and IIS5 and the system runs smoothly most of the time. At the moment I am getting a lot of errors as below and MG crashes then when restarting MG just hangs and I have to restart the server. 2010-11-16T10:31:25 Ajax Viewer 127.0.0.1 Anonymous Error:

[mapguide-users] Re: Error: Measure.FeatureSource causing system to crash. Any advice please?

2010-11-16 Thread JamesDudden
Yes I am using gdal. I have the whole UK mapped out in 20km squares in Tiff format. Would you use Zerowave manually or can you set it up to kill MG on it's own? - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke

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

2010-11-16 Thread JamesDudden
Dave Wilson wrote: 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. If you are using MG Studio then there is a section called 'Define Geometry Properties...' as below. You need to select the table with X, Y

[mapguide-users] Re: Passing coordinates with invoke url

2010-11-10 Thread JamesDudden
Hi, Have a look at this thread as I believe it answers your question: http://osgeo-org.1803224.n2.nabble.com/CTRL-Click-on-layer-td1811590.html#a1811592 - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database

[mapguide-users] Re: Passing coordinates with invoke url

2010-11-10 Thread JamesDudden
Ok, What you need to do is look at the javascript function called DigitizePoint so take a look at the file ajaxmappane.templ in the Viewer files folder. There are all the mouse commands in there too which you can amend as needed. - http://www.software-matters.co.uk Software Matters -

[mapguide-users] Re: Setup default web address for new package

2010-06-01 Thread JamesDudden
You could put the mapguide page into an iframe. If you do a search there is information about this on here. - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message

[mapguide-users] Re: IE refresh issue

2010-05-27 Thread JamesDudden
Hi Tom, FYI: I am using IE7 and tried to recreate the issue but couldn't. - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message in context:

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

2010-03-05 Thread JamesDudden
Thanks for the continued help Dave, I have compared the 2 xml files and there were a couple of small differences so I amended the sdf file to be the same as the dwg to be the same (apart from name and geometry) but it still gives me the same problem. The only thing that is different now is the

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

2010-03-04 Thread JamesDudden
Hi, I’m getting some strange behaviour with labels in Mapguide – basically when using a DWG the label is dynamic and moves when you move the map but with an SDF it is fixed in the centre which means if you move the map you lose the label! I have tried fiddling with all the settings but always

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

2010-03-04 Thread JamesDudden
No, It was a straight import in to MG Studio with no theming. - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message in context:

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

2010-03-04 Thread JamesDudden
It's definitely imported as a polygon because I can select it. Any other thoughts? Does anybnody else see this happening? Regards JD - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software

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

2010-03-04 Thread JamesDudden
Not when I import them as an SDF. The weird thing is, if I import the same file saved as a dwg then the labels work as they should. Regards JD - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and

[mapguide-users] Re: Can't create data connexion for multiple raster folder

2010-03-01 Thread JamesDudden
Look at the min and max bound values for each image in your config file - they are set to default and stacked on top of each other. - Bounds MinX-1000/MinX MinY-1000/MinY MaxX1000/MaxX MaxY1000/MaxY /Bounds Change theses values and try again. -

[mapguide-users] Re: MapGuide Measure Tool and mapguide server error

2010-02-25 Thread JamesDudden
I am having exactly the same problem. I am using MG 2.02 with .NET build on Windows. Is there any help or advice out there for this? Many Thanks JD - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and

[mapguide-users] Re: Mapguide Studio - Limititation to adding layers?

2010-02-18 Thread JamesDudden
How many layers do you currently have on your map? What are they - all dwgs? - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message in context:

[mapguide-users] RE: Mapguide Studio - Limititation to adding layers?

2010-02-18 Thread JamesDudden
Do you have that many layers on one map or that many layers in multiple folders on one map. If the latter then you do have a lot of layers if not then I have used more so you should be fine. Have you added any scale ranges? Are the layers initially displayed in the map? Both these things can

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

2010-02-17 Thread JamesDudden
Thanks for posting the neww dll Crispin but I get the same result as the other dll I tried - the map doesn't show at all! I am right in saying all I need to do is stop Mapguide, put the dll in the server/bin/fdo folder and then restart Mapguide? - http://www.software-matters.co.uk Software

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

2010-02-16 Thread JamesDudden
Hi, I have a circular buffer layer (data with x,y coordiantes in an Access database) that is themed as follows: 50m - blue circle 500m - red circle 1000m - green circle 1m - purple circle The circles are symbols (.png images that are shaded but transparent). Until now they have been

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

2010-02-16 Thread JamesDudden
Dave Wilson wrote: ...I wouldn't call this a bug. I think the workaround is to create circular polygons. I understand how it happens and it does make sense but it renders the theming of points useless if they are going to be anything larger than a few pixels. I think it would be good to

[mapguide-users] Out of memory issues. Help please??

2010-02-11 Thread JamesDudden
Hi, I have been getting a lot of 'Out of memory' errors that have been causing Mapguide to crash as below: StackTrace: - MgMappingUtil.StylizeLayers line 786 file d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\services\mapping\MappingUtil.cpp Failed to stylize layer:

[mapguide-users] Re: Out of memory issues. Help please??

2010-02-11 Thread JamesDudden
are you using customised viewers? I am using the basic viewer which uses my own control panel written in asp in the taskbar. whats your fdo providers talking to? Sorry not quite sure what you mean? any gdql rasters? This is my setup: I am using MG 2.0.2 on windows server 2003 with IIS 5, MG

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

2010-02-04 Thread JamesDudden
Crispin_at_1Spatial wrote: Yes - FDO compiles against a particular version. You need to stick to a v1.4 build. Try unzipping gdalwin32exe144.zip from here: http://download.osgeo.org/gdal/win32/1.4.4/ Hi Crsipin, The FDO version I am currently using is 1.4.3.0 and the version in the

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

2010-02-02 Thread JamesDudden
Crispin_at_1Spatial wrote: . It looks like you are on MG 2.0.2 still? That is GDAL 1.4 so a copy of the GDAL v1.4.x latest (e.g. an old download of FWTools), stop the MG service and replace the GDAL dll -- restart and you should be OK Crispin Hi Crispin, Yes I am using MG2

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

2010-01-29 Thread JamesDudden
Dave Wilson wrote: Does the GDAL provider use a config.xml which contains the file details and bounds similar to the Autodesk Yes it does. What could the problem be? Is there some way of fixing it? The strange thing is it sometimes happens in some places and always happens in other

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

2010-01-29 Thread JamesDudden
Gary Morin wrote: Hi James Are you using OS Tif files? If so it could be a problem with the format, try using a utility like Irfanview to convert them. Hi Gary, Yes I am using OS Tif files so they should all be in the same format. Why do I get this problem with some tiles every time

Re: [mapguide-users] Does anybody understand these errors?

2010-01-28 Thread JamesDudden
UPDATE: Ok, I followed your advice Bruce and used the MakeValid command on all my SQL layers and this has worked. Thank you - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions --

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

2010-01-28 Thread JamesDudden
Hi, I sometimes have a problem where the map (OS raster tiff files) doesn't fully show. This is often resolved by panning around or zooming in and out until the map 'sorts itself out'. The most frequent occurence of this is when I use an invoke script to hide the layer and taskbar panels (so to

Re: [mapguide-users] Does anybody understand these errors?

2010-01-26 Thread JamesDudden
I have taken the SQL layer out and am still getting the same error messages. In fact, if I just start MG Studio I get the same error messages. Does this sound right? Why should I still get errors when I'm not even using the layer? Thanks JD - http://www.software-matters.co.uk Software

[mapguide-users] Best steps for upgrading from 2.0 to 2.1?

2010-01-25 Thread JamesDudden
Hi, Could somebody tell me the best steps from upgrading from MG2.0 to 2.1. Currently I am using MG 2.0 on windows server 2003 with IIS 5, MG Studio 2009 and .net build. I have about 60 layers of data including raster, sdf, MS Access and SQL Express. I have programmed my own web interface that

[mapguide-users] Does anybody understand these errors?

2010-01-25 Thread JamesDudden
Hi, Currently I am using MG 2.0 on windows server 2003 with IIS 5, MG Studio 2009 and .net build. I have about 60 layers of data including raster, sdf, MS Access and SQL Express. Recently there have been alot of instances of MG stalling and me having to restart it to get things going again.

[mapguide-users] Re: How to control zoom level by search

2010-01-20 Thread JamesDudden
I was trying to do something similar so this thread might help: http://n2.nabble.com/Search-and-Zoom-Minscale-td2223712.html#a2223712 Search-and-Zoom-Minscale - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke

Re: [mapguide-users] Can you help with set zoom levels from toolbar?

2010-01-18 Thread JamesDudden
Gordon, that worked like a charm. Thank you :) - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message in context:

[mapguide-users] Can you help with set zoom levels from toolbar?

2010-01-14 Thread JamesDudden
Hi, I would like to add an invoke script command to zoom to a set level (30,000 and 400,000 to be exact) at the current x,y position. Can anyone give some pointers. I have used the ZoomToView(x,y,scale,refresh) function where I know what the coordinates are and that is fine. I am stuck because

[mapguide-users] Can you help with connection properties for OSGeo.SQLServerSpatial?

2009-11-13 Thread JamesDudden
Hi, Can anybody help with the connection properties for OSGeo.SQLServerSpatial? What do I need to put in the following fields: Service Datastore Any help is welcomed Regards JD - http://www.software-matters.co.uk Software Matters -

RE: [mapguide-users] Can you help with connection properties for OSGeo.SQLServerSpatial?

2009-11-13 Thread JamesDudden
I am using SQL 2008 Express. I have tried what you suggested but still get the same error when clicking Test Connection. If I click on the little box at the end of the DataStore row I get a different error: The remote server returned an error: (559) MgFdoException Any ideas? JD -

Re: [mapguide-users] Can you help with connection properties for OSGeo.SQLServerSpatial?

2009-11-13 Thread JamesDudden
Atika Irfan wrote: just checking ...try with a ODBC connection to the same datastore service This works! But, when I look at the data none of my tables are there? All I see in the list of tables is: MSreplication_options spt_fallback_db spt_fallback_dev spt_fallback_usg spt_monitor

RE: [mapguide-users] Can you help with connection properties for OSGeo.SQLServerSpatial?

2009-11-13 Thread JamesDudden
Martin Morrison wrote: What version of which provider are you using? The SQL spatial provider has a login button... Am using MGStudio 09 and the provider doesn't have a number it just says: OSGeo.SQLServerSpatial - http://www.software-matters.co.uk Software Matters -

Re: [mapguide-users] Need help with IF-statment in Tool Tip

2009-11-11 Thread JamesDudden
What does the error say? It normally points to which bit is wrong. Is it the empty string? Try putting a 0 instead like this: If ( LENGTH(BYGGINV_2) 0, BYGGINV_2 , 0) Kratz wrote: Hi! I need help writing a correct string with an if-statement. Trying to determine whether an

Re: [mapguide-users] how to check off layer in legend panel automatically

2009-11-11 Thread JamesDudden
You need to group the layers that you want to control together in the map layer control. - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions -- View this message in context:

Re: [mapguide-users] Oracle 10g Standard

2009-10-29 Thread JamesDudden
Hi, Sorry to chip in to this thread but I have just installed Oracle 10g Express in the hope of storing spatial data that can be added as a datasource in MGOS. Does anybody know if this is possible? If so could you give me some pointers on how to store the data in Orcale and create a layer in MG.

Re: [mapguide-users] Oracle 10g Standard

2009-10-29 Thread JamesDudden
Dejan, Is there a free database that I could use to store spatial data in order to create a layer of polygons in MGOS? Regards JD - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and Software Solutions

Re: [mapguide-users] Oracle 10g Standard

2009-10-29 Thread JamesDudden
Dejan, Thank you for your helpful responses. Just to confirm then - when I talk about spatial data I mean storing X,Y coordinates. I have successfully added layers of points from an Access db with X,Y coordinates stored in a table. But if I wanted to store multiple X,Y coordinates to create a

Re: [mapguide-users] Oracle 10g Standard

2009-10-29 Thread JamesDudden
Sorry I posted this before I saw Dennis' response. JamesDudden wrote: Dejan, Thank you for your helpful responses. Just to confirm then - when I talk about spatial data I mean storing X,Y coordinates. I have successfully added layers of points from an Access db with X,Y coordinates

Re: [mapguide-users] Oracle 10g Standard

2009-10-29 Thread JamesDudden
Thanks for all the comments so far. Has anybody actually created a layer in MGOS that contains polygons that are made up of x,y coordinates that are stored in either Oracle 10g Express or SQL Server 2008 Express edition? The reason I ask is I am trying to decide which one to use and it would

[mapguide-users] Creating Tile Index Config Files - why do I lose my coordinates?

2009-10-14 Thread JamesDudden
HI, I am using MGOS 2.0 and multiple tifs with their corresponding tfws. I have followed the Creating Tile Index Config Files instructions from the FdoGdalNotes but always end up with an xml file with all coordinates set to a default as below. Is there anything I can do to get the xml to show the

[mapguide-users] Can you save polygon data to an MS Access data?

2009-10-14 Thread JamesDudden
Hi, I am storing x,y coordiantes in an MS Access database (using the .net digitize sample) and then showing them as points on a map in MGOS2.0 via MG Studio 09. What I would like to do is store coordiantes for a polygon and then show that on my map. Is this possible using MS Access? If this

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

2009-10-07 Thread JamesDudden
Hi, I have 800 x 15MB .tif files and their accompanying .tfw files. I am using MGStudio with MGOS2 to view the files but it is very slow. I am looking at ways to improve performace and read this post: http://n2.nabble.com/HQ-aerial-photography-with-MGOS-howto-td1810548.html#a1810548

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

2009-10-07 Thread JamesDudden
Update... I have just tested this on a small number of files and the output file was ridiculous. It changed 10 x 15 MB files in to 1 x 650MB file. This is just not practicle for me so I need a new solution! I think I will break the 800 files down in to 80 folders and 80 layers. Does anybody

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

2009-10-07 Thread JamesDudden
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? Thanks - http://www.software-matters.co.uk Software Matters -

Re: [mapguide-users] Raster resizing algorithm

2009-09-29 Thread JamesDudden
Frank Warmerdam wrote: The GDAL based FDO raster provider for MGOS uses nearest neighbour resampling for imagery. To some extent you can improve image quality by pre-creating more appropriately resampled overview layers within the image itself eg. gdaladdo -r average your.tif 2 4 8

Re: [mapguide-users] Can't select features with flexible layout

2009-09-08 Thread JamesDudden
zspitzer wrote: which version of fusion ( flexible layout) and mapguide are you using? I'm using MG Studio 09 with MGOS 2.0 Regards JD - http://www.software-matters.co.uk Software Matters - http://www.software-matters.co.uk/bespoke-database-design.html Bespoke Database and

[mapguide-users] Raster formats/compression question

2009-09-04 Thread JamesDudden
Hi, I have 2 MG installations that I have been testing different raster formats in as follows: MG2010 Enterprise, MGStudio2010, .NET MGOS2, MGStudio2010, .NET I am using GB OS 1:5 data in tif format from the offical source. To start with the tifs do not work in MGOS (I just get an error -

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

2009-08-25 Thread JamesDudden
Dave Wilson wrote: Are you using the GDAL provider? In the provider box it says OSGeo.Gdal - is this correct? Below is an ouput from the FWTools from a working tiff. Can anybody pinpoint the difference in this output to the ouput in my previous post as to why one works and the other does

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

2009-08-25 Thread JamesDudden
Ok, some progress... I have tested the tiffs on a different setup - MGEnterprise2010 with MGStudio2010 - and the tiffs work. Does anybody know why some tiffs will work on this set up and not on MGOpenSource2.1 with MGStudio2009? Is there anyway to copy the setup of 2010 to my old setup? Any

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

2009-08-25 Thread JamesDudden
SOLVED! The problem is with the type of tiff. The Autodesk Raster provider handles different tiff formats to the GDAL provider. I don't know much about tiffs but was pointed to some conversion software called Irfanview - you can download it at http://www.irfanview.net/ - I then tried saving the

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

2009-08-24 Thread JamesDudden
Hi, I am using MG2 with MGStudio9 and have lots of tiffs but some load and some don't. My process - I click New Data Connection then add the path to the tiffs and when I go to view the data some tiffs are there but some give me this error: An unclassified exception occurred. I installed the

[mapguide-users] Can you connect to mapguide across a network?

2009-07-06 Thread JamesDudden
Hi, I have set up and been using Mapguide for a few months now using: MG2, Studio09, Xp, ASP.NET, IIS 5 The computer is on a small local network. Is it possible to view my Mapguide application and map admin from a different computer on the network? I have tried using the computers name and ip

  1   2   >