Re: [mapguide-users] problem with selection set - solved and more question

2020-02-26 Thread pmpm
Thank you This helped me with my problem http://osgeo-org.1560.x6.nabble.com/Fusion-Error-when-using-Select-widget-on-Mapguide-3-1-2-td5430104.html -pmpm -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-us

Re: [mapguide-users] problem with selection set - solved and more question

2020-02-04 Thread Jackie Ng
The mapagent and your PHP code are 2 separate things on the backend. The mapagent, where your viewer sends QUERYMAPFEATURE requests to knows nothing about these PHP scripts. So without digging any further, I'd say that you will have to write some code to do this. - Jackie -- Sent from: http://

[mapguide-users] problem with selection set - solved and more question

2020-02-03 Thread יובל קימל
Jackie hi First thank you very much for your help. We are using the Fusion version that is bundled with the new MGOS 3.1.2 install. We took your advice and changed bUseNativeServices to false in FusionSF. and remarked the rest of the code handling the version selection. This is done to enable

Re: [mapguide-users] problem with selection set - more info

2020-01-30 Thread Jackie Ng
Ok, here's the background. Those PHP scripts in question shouldn't be called now because we now have a version of the QUERYMAPFEATURES mapagent operation that fulfills the needs that these 3 scripts previously provided. Fusion.Layer.MapGuide has a flag (bUseNativeServices) that determines whether

Re: [mapguide-users] problem with ssl and maestro

2020-01-29 Thread Liglio
Hi, you should use https://myserver:9009/mapguide/mapagent/mapagent.fcgi or if you have a public IP https://mysite/mapguide/mapagent/mapagent.fcgi -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailin

Re: [mapguide-users] problem with selection set - more info

2020-01-29 Thread Jackie Ng
Hi Yuval, Thank you for this extra and very useful information. I'll dig through the fusion commit logs and see what the deal is. - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

[mapguide-users] problem with selection set - more info

2020-01-29 Thread יובל קימל
Jackie and all hi You are right, i missed important details. Here they are. We are using Fusion layout and Apache server with PHP. In Mapguide 2.6.1 when selecting an object on a layer on the map Fusion would execute 3 php files /mapguide/fusion/layers/MapGuide/php/SaveSelection.php /mapguide/f

Re: [mapguide-users] problem with selection set

2020-01-28 Thread Jackie Ng
I don't think any of us reading this list actually have an idea what MapGuide installation environment you are referring to other than it is using PHP, which doesn't help any of us in helping you find possible solutions. Is this mis-behaving code coming from: - The AJAX viewer? - Fusion? - You

Re: [mapguide-users] problem with ssl and maestro

2020-01-28 Thread frieda
Are you using IIS as Webserver? I could check my configuration for you. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listi

[mapguide-users] problem with selection set

2020-01-27 Thread יובל קימל
Hello to all I am in the process of upgrading my mapguide 2.6.1 to 3.1.2 In 2.6.1 when i was selecting features on the map they would show in  $_SESSION. In 3.1.2 when selecting features on the map they DONT show in $_SESSION/ Any ideas? thanks Yuval __

[mapguide-users] problem with ssl and maestro

2020-01-27 Thread יובל קימל
Hello I had installed a ssl certificate on my server and followed Gordon's advice for the login from maestro. Unfortunately it doesn't work for me. My login to maestro before the ssl certificate was http://myserver:9009/mapguide/mapagent/mapagent.fcgi After the ssl certificate i tried login

Re: [mapguide-users] Problem with Publish WMS Layer

2017-05-08 Thread Rémy Gourrat
Hi, I getted this issue with mapguide 2.5.2 release the ogc wms api GetFeatureInfo. It failed. Tested with Qgis and Gaia (thecarbonproject) I believe it's functionnal in newer version 2.6.1 (never tested) : https://trac.osgeo.org/mapguide/wiki/Release/2.6.1/Notes rémy - AG-Carto - Bayonn

Re: [mapguide-users] Problem with MobileViewer and SSL (https)

2017-04-10 Thread JonAg
Didn't quite work out that easily. I still get errors from scripts that are located at virtualearth server. I managed to get the osm map instead but I think of that as a temporary solution. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-MobileViewer-and-SSL-h

Re: [mapguide-users] Problem with MobileViewer and SSL (https)

2017-04-07 Thread Hans Milling
If your main page is running HTTPS, you need to load scripts etc. from HTTPS also. Lucky you the virtualearth.net supports HTTPS too. Somewhere there is a reference to the virtualearth script. just edit this to: https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2&mkt=en-us That should

[mapguide-users] Problem with MobileViewer and SSL (https)

2017-04-06 Thread JonAg
Hi I have a problem using mobileviewer (AIMS) after installing SSL certificate. I get error on loading background maps (I use bing, but have tried google and yahoo too). The error I get is : Failed to load script: http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2&mkt=en-us Does an

Re: [mapguide-users] Problem with SetSelectionXml

2016-05-24 Thread GordonL
Don't forget to save the map prior to showing the XML $map->Save(); What are you doing with the XML? Perhaps you need to use fusion (JavaScript) to manually select and zoom? var Fusion = parent.Fusion; var mapWidget = Fusion.getWidgetById('Map'); if (mapWidget && mapWidget.isMapLoaded()) {

[mapguide-users] problem with translate function in labels

2015-07-09 Thread Jérôme Touré
Hi all, I have a SDF file which has some mtext in a Property called Index. I want to display this text in a label. So I create a label in my layer: Translate(Index,'\P', '\n') This works fine most of the time, except when I have a capital "p" (P) in the text. That converts the 'P' in 'n'. For

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: http://osgeo-org.1560.x6.nabble.com/Problem-with-access-tp50612

Re: [mapguide-users] Problem with Fusion and compound symbols

2013-06-30 Thread dan.nilsson
Hi! I have got the layer to show up in Fusion for MapGuide 2.5, if I do as follow: 1. I create the layerdefinition in Autodesk Infrastructure Studio. The xml for the layer looks like this: Circle De

Re: [mapguide-users] Problem with Fusion and compound symbols

2013-06-30 Thread dan.nilsson
Hi! Some more information: If I use Firefox ver. 22.0 and activate Firebug I get this information when the map is tying to load: POST http://localhost/mapguide/fusion/layers/MapGuide/php/LoadMap.php 500 Internal Server Error 46ms PHP Notice: Trying to get property of non-object in C:\Program

[mapguide-users] Problem with Fusion and compound symbols

2013-06-28 Thread dan.nilsson
Hi! version MapGuide 2.5.0.7449 Windows 8 x64 (have also tried on Windows Server 2008 R2 x64) I have problem with Fusion and layers that have compound symbols or composite line style. If I have that kind of layers on a map and I show it with the Ajax viewer it all works fine. But if I use Fusion,

[mapguide-users] Problem with Infrastructure Studio 2013 : custom icons for POINT geometry does not take transparency into account...

2013-06-26 Thread HUSSON Matthieu
Hello map-guys, I started recently to produce some web-layouts with infrastructure studio 2013 (for AIMS 2013) and there is an issue I cannot resolve. When I try to create a custom icon using a PNG image file, which background is transparent (unless you open it and save it with paint, then it's

Re: [mapguide-users] Problem with access

2013-06-19 Thread Hans Milling
Hi Manuel I think the problem might be that 64 bit windows does not have a 64 bit MS Access driver as default. Also the FDO provider might use the wrong connection string, I am not sure cause I never used it. To use a Microsoft Access database in a 64 bit environment, you need two things: 1.insta

Re: [mapguide-users] Problem with access

2013-06-19 Thread Jackie Ng
How are you connecting? Via connection string or DSN? You have to make sure all the bitness lines up. ie. For a 64-bit MapGuide install: * You have Access 2010 64-bit drivers installed * If using connection strings, you are using the Microsoft Access 2010 driver ({Microsoft Access Driver (*.mdb

[mapguide-users] Problem with access

2013-06-19 Thread Manuel Fernandez
I am using windows server 2012, IIS 8 Infraestructue Autodesk Mapguide Studio 2013 and 2.5. I also tested with Maestro 5.0 and the same connection problem. I'm trying to connect an access database (mdb or accdb), and I get this error: An exception occurred in FDO component. Error occurred in Feat

Re: [mapguide-users] Problem with "/"

2013-05-09 Thread Zac Spitzer
try escaping it, i.e use // ? probably won't work On Wed, May 8, 2013 at 2:34 PM, Hans Milling wrote: > Can't hou use _ (underscore) instead? Then in your own application/code if > you do need a / (slash) just do a Replace in the string. > I think changing MapGude will be a huge task. > > Hans.

Re: [mapguide-users] Problem with "/"

2013-05-07 Thread Hans Milling
Can't hou use _ (underscore) instead? Then in your own application/code if you do need a / (slash) just do a Replace in the string. I think changing MapGude will be a huge task. Hans... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-tp5051952p5051975.html Se

Re: [mapguide-users] Problem with "/"

2013-05-07 Thread Martin Morrison
: Tuesday, May 07, 2013 8:09 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Problem with "/" So you can make difference between / and the delimit path, in the next version . Thank's a lot -- View this message in context: http://osgeo-org.1560.x6.nabble.c

Re: [mapguide-users] Problem with "/"

2013-05-07 Thread ilyasselk
So you can make difference between / and the delimit path, in the next version . Thank's a lot -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-tp5051952p5051954.html Sent from the MapGuide Users mailing list archive at Nabble.com. __

Re: [mapguide-users] Problem with "/"

2013-05-07 Thread Jackie Ng
"/" is a reserved character. We use it to delimit path components in a resource ID. You have to choose name different character. Sorry. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-tp5051952p5051953.html Sent from the MapGuide Users mailing list a

[mapguide-users] Problem with "/"

2013-05-07 Thread ilyasselk
Hi everyone I have probleme whene i wanna creat Layer contain *"/"* I need your answer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-tp5051952.html Sent from the MapGuide Users mailing list archive at Nabble.com. __

Re: [mapguide-users] Problem with ODBC on 64-Bit-machine after Update to MG2.4 Final

2012-10-18 Thread Hans Milling
Hi David Microsoft designed these drivers, so why on earth they decided that it has to be this difficult to install, don't ask me. Anyway I guess they never could imagine anyone would install a 32 bit version of Office on a 64 bit Windows. But just as they invented the C:\Windows\SysWOW64 that sha

Re: [mapguide-users] Problem with ODBC on 64-Bit-machine after Update to MG2.4 Final

2012-10-18 Thread ketan7880
I am having the same issue with FDO SHP provider. did you manage to resolve yours? how? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Problem-with-ODBC-on-64-Bit-machine-after-Update-to-MG2-4-Final-tp5008915p5009722.html Sent from the MapGuide Users mailing list archive a

Re: [mapguide-users] Problem with ODBC on 64-Bit-machine after Update to MG2.4 Final

2012-10-16 Thread Hans Milling
To use an MS Access database in a 64 bit environment you need to use a different provider. 32-bit: Provider=Microsoft.Jet.OLEDB.4.0 64-bit: Provider=Microsoft.ACE.OLEDB.12.0 Also be sure to install this 64-bit driver: http://www.microsoft.com/en-us/download/details.aspx?id=13255 If you have 64 bit

Re: [mapguide-users] Problem with ODBC on 64-Bit-machine after Update to MG2.4 Final

2012-10-16 Thread Jackie Ng
Check the ODBC driver name being used. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Problem-with-ODBC-on-64-Bit-machine-after-Update-to-MG2-4-Final-tp5008915p5008917.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

Re: [mapguide-users] problem with selection from task pane

2012-09-04 Thread renardchan
Ok thanks, in a my $selectionXml was changing case and delete some parses. Finaly i use . So my problem was unrelated to mapguide. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/problem-with-selection-from-task-pane-tp4999654p4999704.html Sent from the MapGuide Users

Re: [mapguide-users] problem with selection from task pane

2012-09-04 Thread Jackie Ng
XML attributes must *always* be surrounded by quotes. XML tag elements are also case sensitive. != - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/problem-with-selection-from-task-pane-tp4999654p4999655.html Sent from the MapGuide Users mailing list archive at N

[mapguide-users] problem with selection from task pane

2012-09-04 Thread renardchan
hello, I would like select features from the task pane. i try to do that with example from DevSampleGuide (SELECTFEATURES.PHP). The example is working but i have a problem with my own selection. I use mapguide 2.1 / apache/php. i generate a the constant $selectionXml. I have seen that a i have

Re: [mapguide-users] Problem with SQL connection

2012-08-20 Thread Jackie Ng
This is because the physical directory of MapGuide's www root is actually: C:\Program Files\OSGeo\MapGuide\Web\www Any directory under here is available under http://localhost:8008/mapguide give-or-take the default htaccess rules. - Jackie -- View this message in context: http://osgeo-org.156

Re: [mapguide-users] Problem with SQL connection

2012-08-20 Thread Peter Shoemark
Excellent thanks Jackie. Last question for today and I realise a little off topic but, I have a 'Hello.htm' file in C:\Program Files\OSGeo\MapGuide\Server\Repositories\Site\Test_07\ I haven't managed to get it to display when I paste the string into the Initial task Pane URL box for my Layout. My

Re: [mapguide-users] Problem with SQL connection

2012-08-20 Thread Jackie Ng
In SQL Server, there's 2 ways to authenticate when connecting 1. Using SQL Server logins 2. Using Windows user accounts Connecting without specifying a username/password in the UI will instruct the SQL Server FDO provider to use Windows Authentication using the username/password of the windows

Re: [mapguide-users] Problem with SQL connection

2012-08-20 Thread Peter Shoemark
Awesome thanks team. The bit I was stuck on was I didn't understand, " If username/password both blank, the SQL Server FDO provider will default to Windows Authentication using the account the MapGuide Server process is running under " Cheers, Peter __

Re: [mapguide-users] Problem with SQL connection

2012-08-20 Thread Jackie Ng
Service: The SQL Server instance name (Lap-01\SQLEXPRESS) DataStore: The name of the SQL Server database Username: The SQL Server username Password: The SQL Server password If username/password both blank, the SQL Server FDO provider will default to Windows Authentication using the account the Map

Re: [mapguide-users] Problem with SQL connection

2012-08-20 Thread Ryan Northcott
I think for SQL server, it wants your server name: SPATIAL_01 and then your user account that has access to read/etc to your SQL DB it appears you are trying to pass your MapGuide Administrator account to your SQL DB engine. Two separate systems. On Mon, Aug 20, 2012 at 9:41 PM, sidecar5 wrote

[mapguide-users] Problem with SQL connection

2012-08-20 Thread sidecar5
Hi, can someone give me some guidance with a SQL connection please? I am using 2.4 RC1 MG and 5.03b Maestro, SQL Express 2008 r2, Win 7 x86. Database details Lap-01\SQLEXPRESS db SPATIAL_01 (The Service name under Computer Management -> Services is 'MapGuideServer2.4') user: Administrator pwd: ad

[mapguide-users] Problem with loading MapguideDotNetAPI in VWD

2011-10-16 Thread Alen
Does anyone have problem with <%@ Import Namespace="OSGeo.MapGuide" %> in Visual Web Developer ? It raises an error saying: *ASP.NET Runtime error:Could not load file or assembly 'MapguideDotNetApi' or one of its dependences. An attempt was made to load a program with incorrect format.* I was previ

RE: [mapguide-users] problem with jsgraphics and zoom

2011-08-30 Thread andrea tiveron (e-metodi)
(e-metodi) Sent: martedì 19 luglio 2011 16:22 To: 'MapGuide Users Mail List' Subject: [mapguide-users] problem with jsgraphics and zoom hello all I use the library wz_jsgraphics.js to allow the user to draw polygons If during the insertion of several points at one time the user use

[mapguide-users] Problem with line breaks in properties fields

2011-08-11 Thread von Wartburg, Jan BKSD
The presence of line breaks in property (string-)fields of SDF features is causing my browser to show an error message (unterminated string constant). This happens when I click on a feature in the AJAX viewer. The properties of the feature are not being displayed. Is there a solution to this prob

[mapguide-users] problem with jsgraphics and zoom

2011-07-19 Thread andrea tiveron (e-metodi)
hello all I use the library wz_jsgraphics.js to allow the user to draw polygons If during the insertion of several points at one time the user uses the zoom function with the mouse wheel, the coordinates of the points are not updated someone has worked to get the change of coordinates through the

[mapguide-users] Problem with raster

2011-07-18 Thread katerinak
Hi, I have problem with load and visualize rasters. I follow these steps: - open Maestro - click on New Resource - choose Feature Source and GDAL Provider - in the GDAAl feature source set up Type: Single and choose fila like Alias - the Test Connection is ok - I save it - clicking on Validate I

[mapguide-users] Problem with measure - Ubuntu

2011-06-24 Thread Martin Fafard
"Hi I install MapGuide on Ubuntu server 10.04 and localize in french (fr). The measure tool doesn't work: "The specified file was not found: /data/data_mapguide/Repositories/Session/DataFiles/c174c348-9e6f-11e0-8000-12313d01cd13/Measure.sdf" Apache log error: " Undefined variable: locale in

[mapguide-users] problem with fusion template into chrome 11.0!!

2011-05-10 Thread Clonus
I have problems with google chrome (11.0.696.65) and googlemaps images (are the edges of tiles) into fusion template. Use the release 2.2 version (mapguide OS). Thank you -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/problem-with-fusion-template-into-chrome-11-0-tp6350

[mapguide-users] Problem with Query Widget Mapguide 2011

2010-12-06 Thread ama.stan
Hy! I'm ussing MapGuide 2011 and a have a problem with Query widget. You can't see the layers and the properties and I think the problem is with some declarations, eg: -in query.php $resourceService = $this->site->CreateService(MgServiceType::ResourceService); if a replace this with $resourceServ

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

2010-08-13 Thread Kori Maleski
;> >> >> >> I suspect it's a permissions issue. >> >> >> >> Dave >> >> >> >> *From:* mapguide-users-boun...@lists.osgeo.org [mailto: >> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski >>

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

2010-08-13 Thread Kori Maleski
om:* mapguide-users-boun...@lists.osgeo.org [mailto: > mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski > *Sent:* Friday, August 13, 2010 3:57 PM > *To:* MapGuide Users Mail List > *Subject:* Re: [mapguide-users] Problem with ODBC and Point Feature > Display via Lat

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

2010-08-13 Thread Dave Wilson
uide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski Sent: Friday, August 13, 2010 3:57 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Problem with ODBC and Point Feature Display via Lat Long Thanks Warren! So much for organ

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

2010-08-13 Thread Kori Maleski
Thanks Warren! So much for organizing by schema. Can't wait to get to switch to MS SQL 2008 for spatial. Cheers, Kori Maleski On Fri, Aug 13, 2010 at 3:50 PM, Warren Medernach wrote: > Hey Kori, > While this isn't an 'identical' test, I just tested this in MGE 2011 and > can confirm the sam

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

2010-08-13 Thread Warren Medernach
Hey Kori, While this isn't an 'identical' test, I just tested this in MGE 2011 and can confirm the same results. The points DO NOT display under a different schema. Warren M On Fri, Aug 13, 2010 at 3:27 PM, Kori Maleski wrote: > > > MapGuide 2.1.0.4283 > SQL Server 2005 > ODBC FDO 3.4 > > > I ca

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

2010-08-13 Thread Kori Maleski
MapGuide 2.1.0.4283 SQL Server 2005 ODBC FDO 3.4 I can create a Feature from the Lat Long columns of a table under the dbo schema, but if I use another schema the feature does not display in the map. Anybody else encounter this? Cheers, Kori Maleski

[mapguide-users] Problem with Add sdf

2010-06-09 Thread navya024
Hi zac, thanks.i will try to solve it.if it is not happend i will ask for your help. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-with-Add-sdf-tp5161880p5161880.html Sent from the MapGuide Users mailing list archive at Nabble.com. __

Re: [mapguide-users] Problem with Find Address

2010-04-07 Thread Zac Spitzer
did you try setting allow_call_time_pass_reference to true in your INI file ? On 8 April 2010 15:42, padmini godavarthi wrote: > > Hi, > iam just trying for the find address functionality in phpviewersample. > > while running it i got this warnings and nothing is displayed.. > > Warning: Call-ti

[mapguide-users] Problem with Find Address

2010-04-07 Thread padmini godavarthi
Hi, iam just trying for the find address functionality in phpviewersample. while running it i got this warnings and nothing is displayed.. Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would

[mapguide-users] Problem with Studio 2010 +Flexible layouts Error

2010-02-24 Thread padmini godavarthi
Hi jason, i have modified my applicationDefinition.xml(in maestro -Edit as xml).and assigned it to EPSG:26911 +proj=utm +zone=11 +ellps=GRS80 +datum=NAD83 +units=m +no_defs but the result is java script error as "fusion is undefinied" in line 24.why this happens to me?? is anybody

Re: [mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon

2010-02-19 Thread Haris Kurtagic
Fix is in trunk now. I have added unittest for that case and it seems it works fine now. Problem and fix was exactly as you described. numrings--; line was copied from standard polygon conversion were exterior ring was done separately. Thank you. Haris On Fri, Feb 19, 2010 at 5:30 PM, Andreas M

RE: [mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon

2010-02-19 Thread Andreas Morf
Haris, found the bug: #617 Seems that nobody used curved polygons so far with KingOracle: bug is a blocker for all curved polygons resulting in a null-geometry... Andreas ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osge

Re: [mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon

2010-02-19 Thread Haris Kurtagic
half Of Haris > Kurtagic > >Sent: Thursday, February 18, 2010 9:09 PM > >To: MapGuide Users Mail List > >Subject: Re: [mapguide-users] Problem with KingOracle and SpatialFilter > using CurvePolygon > > >Perhaps, King.Oracle is wrongly parsing that curved geometry.

[mapguide-users] Problem with Studio 2010 +Flexible layouts

2010-02-19 Thread padmini godavarthi
Hi, iam using mgos 2.1 with mg studio 2010. i have created feature source, layer,map and flexible layout in mapguide studio. but while running on "Show in Browser" i got an error that syntax error in Line 45 "Fusion is undefined in C:\Program Files\OSGeo\MapGuide\Web\www\fusion\template

RE: [mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon

2010-02-18 Thread Andreas Morf
ists.osgeo.org] On Behalf Of Haris Kurtagic >Sent: Thursday, February 18, 2010 9:09 PM >To: MapGuide Users Mail List >Subject: Re: [mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon >Perhaps, King.Oracle is wrongly parsing that curved geometry. >I remembe

Re: [mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon

2010-02-18 Thread Haris Kurtagic
Perhaps, King.Oracle is wrongly parsing that curved geometry. I remember some issue in past with it, but also it was fixed as far as I can remember. I also just runed again unittest which I have for curved polygons and it says it is ok. Can you check are you using latest version ? As , I am writi

[mapguide-users] Problem with KingOracle and SpatialFilter using CurvePolygon

2010-02-18 Thread Andreas Morf
Hi all When invoking the command "featureSvc.SelectFeatures(featureSource, featureClassName, query1);" with a spatial filter geometry like CURVEPOLYGON ((757057.9839994 245592.943 (LINESTRINGSEGMENT (757058.4030005 245594.383, 757034.647 245610.432), CIRCULARARCSEGMENT (757032.8179

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

2010-01-29 Thread Gabriele Monfardini
You may try to have a look to the output of the command gdalinfo applied to your tiff files. It sometimes reports errors or warning, expecially on compressed tiff files created with some applications. This probably means that gdal have some problem reading the file even if it appears correctly in

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

2010-01-28 Thread Dave Wilson
Behalf Of JamesDudden Sent: Thursday, January 28, 2010 8:39 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Problem with map only half showing. Hi, I sometimes have a problem where the map (OS raster tiff files) doesn't fully show. This is often resolved by panning arou

[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 l

[mapguide-users] problem with printing in fusion

2010-01-25 Thread Christoph Lauber
Hi List I have a printing problem with Fusion (Ajax works fine) using Windows Server 2008, IIS7 and Topobase Web. At the moment I hit the Print icon, Firebug shows this mesage: "GET http://my-page-ip/mapguide2010/fusion/widgets/Print/Print.html 400 Bad Request" and the printing dialog shows up wi

Re: [mapguide-users] Problem with the dwf viewer and a reverse proxy.

2009-12-04 Thread Nick Sebastyan
Thanks Gabriele, that worked perfectly. From: Gabriele Monfardini To: MapGuide Users Mail List Sent: Fri, December 4, 2009 1:40:16 PM Subject: Re: [mapguide-users] Problem with the dwf viewer and a reverse proxy. > Problem : > The dwf viewer do

Re: [mapguide-users] Problem with the dwf viewer and a reverse proxy.

2009-12-04 Thread Gabriele Monfardini
> Problem : > The dwf viewer does not display the map, it displays all the other > frames correctly, i.e tbFrame, taskFrame and from the mapFrame only > the    Layers  and Properties panes. The ajax viewer works > perfectly. > I have noticed in the logs of the apache server t

[mapguide-users] Problem with the dwf viewer and a reverse proxy.

2009-12-04 Thread Nick Sebastyan
Greetings all,  Information's : I use mapguide open source 2.02. The mapguide server is behind a firewall and it is accessed from a proxy using  apache server.        Example:  #mapguide                             ProxyPass /mapguide http://mapguideserver:8008/mapguide          

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-10 Thread Jason Birch
There's an MrSID plugin for GDAL 1.6, which I think I link to in the message posted above. We've never distributed an MrSID plugin directly (I'd feel uncomfortable with this, but less so than for ECW) just pointed to the versions that Frank has made available for download. Jason 2009/11/10 Zac S

Re: [mapguide-users] problem with the formFrame.Submit method

2009-11-10 Thread Mauricio Villablanca
Well duh, you are reloading the same page. Assuming your script is dynamic and will output data based on the parameters it receives, did you write the code to process the parameters you are sending? ram282 wrote: > > I have a problem with the formFrame.Submit method. When I mention the page > u

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-10 Thread Zac Spitzer
is there a version of the MrSID for fdo 3.4 ? I couldn't see one? the older downloads are missing as well if your using the previous version for fdo 3.30 which was gdal 1.43, fdo 3.40 is using 1.60 you can also enable some pretty detailed tracing in 2.1 which might shed some light on the problem

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-10 Thread Jason Birch
Have you tried that on a local drive? I don't know how well / whether gdal works wth UNC shares. Also, is your mapguide service running as an account that is a domain user and, in this case, an administrator on the remote server since you're trying to access an admin share? You may want to try lo

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-10 Thread HABC
Thanks for all the responses. I did try everything that i know/can find and I also tried to manually set up the config.xml but still with no luck. I hope this is just a bug and hopefully it will be fixed in the final 2.1 release. Here is config.xml i manually created. http://www.w3.org/2001/XM

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Jason Birch
ECW and MrSID are not supported by default in MGOS, primarily due to licensing restrictions. We could probably bundle the MrSID DLLs from my reading of the license, but there is a certain degree of risk that would be involved and we'd probably want to get a legal opinion first. I documented some

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Jason Birch
rg > [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of HABC > Sent: Saturday, November 07, 2009 8:38 AM > To: mapguide-users@lists.osgeo.org > Subject: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide > 2.1 > > > I have been trying to get the raster im

RE: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Homan, Thomas
Tom -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of HABC Sent: Saturday, November 07, 2009 8:38 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Crispin_at_1Spatial
Also see... http://n2.nabble.com/Minutes-from-PSC-Meeting-Nov-5-09-tt3954905.html#a3962451 ... MapGuide bugs 1121 and 790 (=FDO 493) They well maybe all the same thing... Crispin Dejan Gregor wrote: > > Dear Kenneth and HABC, > > is MrSID really supported my MGOS 2.1 out of the box by th

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Dejan Gregor
Dear Kenneth and HABC, is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider that comes with the installation? Personally, I was not able to run it. HABC, which provider do you use for MrSID? How did you implementi it to MGOS 2.1? Dejan On Mon, Nov 9, 2009 at 09:06, Kenneth

Re: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-09 Thread Kenneth Skovhede, GEOGRAF A/S
The warning tells you that the provider reports the default extents, which are probably not valid. Either your data is missing extent info (not likely) or the provider is not working. Please see the FdoGdalNotes for info on how to debug rasters: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Regar

[mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide 2.1

2009-11-07 Thread HABC
I have been trying to get the raster image to work but with no luck. I have downloaded the plugin. I don't know what i have missed. Couple things i notice: when i try to save a raster dataconnect the message comes up like this "Spatial context extent appeas to be invalid(or default)". I did set up

[mapguide-users] problem with the formFrame.Submit method

2009-10-02 Thread ram krishna
I have a problem with the formFrame.Submit method. When I mention the page url in this method the page is popping up. suppose formFrame.Submit("../Development/Default.aspx",params,null) current active page is Default.aspx page when I execute the above code I don't want to get another same page. T

[mapguide-users] Problem with query

2009-09-03 Thread Catharos
Hello to all I am a new mapguide user and I have the first problem with the program. At first I tried the sheboygan.mgp and the redding.mgp and I tried to query with the generic task but I had no data in return. I tried also my personal package for querying the map but nothing happened. So what is

[mapguide-users] Problem with King.Oracle and SetSpatialFilter

2009-08-19 Thread Andreas Morf
Hi all To retrieve all points with a spatial filter I tried to use the following statements: $queryOptions->SetSpatialFilter($featureGeometryName, $geom, 7); $featureReader = $featureService->SelectFeatures($featureResId, $class, $queryOptions); The SelectFeatures-command results in followi

Re: [mapguide-users] Problem with MgSelection's GetSelectedFeatures

2009-07-23 Thread Tom Lazo / Stygy
Muchas Gracias Mauricio. Tu ayuda me sirvio para unas ideas y ya logre mi objetivo. Thanks Mauricio. Your support gave me a few ideas and i've already achieved my goal. Tom. Mauricio Villablanca wrote: > > Instead of > $featureReader = $selection->GetSelectedFeatures($layer, $className, > $

Re: [mapguide-users] Problem with MgSelection's GetSelectedFeatures

2009-07-23 Thread Mauricio Villablanca
Instead of $featureReader = $selection->GetSelectedFeatures($layer, $className, $boolS); use this $strings = "featId = 1"; //the filter that matches the selected features $queryOptions = new MgFeatureQueryOptions(); $queryOptions->SetFilter($strings); $layerFeatureId = $layer->GetFeatureSourceI

Re: [mapguide-users] Problem with MgSelection's GetSelectedFeatures

2009-07-22 Thread Jackie Ng
Have you tried using the MgMap(MgSiteConnection) constructor? I get a feeling the selection you've created assumes the map was created with this constructor. Note that if you do change constructors, you should be calling the overloads of Open(), Create() and Save() without the service parameters.

[mapguide-users] Problem with MgSelection's GetSelectedFeatures

2009-07-22 Thread Tom Lazo / Stygy
Hi, Well, srry about my last post, quiet stupid...dun worry..i erased it. Ok, i'm using the MgSelection as it follows include ("Common.php"); include('../../common/php/Utilities.php'); include('Utilities.php'); $featureService = $siteConnection->Cre

Re: [mapguide-users] Problem with map.save()

2009-06-26 Thread Gyufi
Hi. You must instantiate an MgMap object and call this object Create method. After then, you can save the map to the repository. Don't use Open method, you don't need this, just use create. I know it so, MgMapBase will return with an MgNotImplementedException, because it not implemented yet. (ht

Re: [mapguide-users] Problem With Preview Pane in Web Studio

2009-06-15 Thread Gyufi
I have the same problem. :( Naumce Lazarevski wrote: > > Hello All, > > I was working with MGOS 1.2 and it was fine. > After migrating server and WebServer Extensions to 2.0.1 I have problem > with Preview Panel in Web Studio. > > When I want to display data for Layers or Maps, I receive foll

[mapguide-users] Problem with map.save()

2009-06-02 Thread sathishpsk9
Hi all, I have problem with map.save(). it is throwing NullRefence exception MgMap map = new MgMap(); map.open(resourceService,"mapName"); // here stuff related adding layer map.save(); and if i use map.save(resourceService,mapResid); it is throwing XmlParser except

[mapguide-users] Problem with layer selection and zoom to selection

2009-05-25 Thread ehsan
hi, i trying to make selection on the map and zoom to selection...it seem the layer had been selected, but in the properties pane show that "none selected", in the status bar show "1 feature selected",i'm using the JavaScript body onload to SetSelectionXml to make selection on the layer, and Execu

  1   2   3   >