Re: [mapguide-users] Mapguide studio with FDO Mysql provider

2009-04-21 Thread Kenneth Skovhede, GEOGRAF A/S
That is how Studio does it. If you change the datasource, it resets your layer. You can use Maestro to change the FeatureSource, but you have to manually check that your new FeatureSource has all the columns used in the layer setup. You can also just accept that the layer is reset, and set it u

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread Kenneth Skovhede, GEOGRAF A/S
To look for errors in your raster data, try using GDalInfo: http://www.gdal.org/gdalinfo.html Regards, Kenneth Skovhede, GEOGRAF A/S psciga skrev: Thanks for your suggestion. I have replaced both DLL's but the result is the same. By the way, when I was reading tons of postings about raster p

Re: [mapguide-users] FDO Provider for Postgis ERROR

2009-04-21 Thread Jackie Ng
Go to the mapagent interface: http://yourmapguideserver:port/mapguide/mapagent/index.html Click "Feature" under "Services API" Click "GetSchemas" Enter the resource id of the feature source and click "Submit" If you get xml content, then click "DescribeSchema" and enter the same resource id a

[mapguide-users] FDO Provider for Postgis ERROR

2009-04-21 Thread nasp
Hi, I successfully installe PostGre 8.3.4 with Postgis 1.3.5 on windows Vista. I also have Mapguide 2.0.2. I created a new data connection with Mapguide Maestro that refers to a postgis database. The database has 1 table with 1 colum of type geometry. When I do "Test Connection" with Maestro, I

RE: [mapguide-users] Parcel Selection Set written to a file

2009-04-21 Thread Jason Birch
Hi Chuck, I see you're using AJAX, so this won't be of direct use to you, but perhaps some of the concepts will be useful. Flexible web layouts (Fusion) contains SelectRadius (click and drag) and SelectRadiusValue (to pre-set radius for single-click SelectRadius) widgets that do most of what y

[mapguide-users] Parcel Selection Set written to a file

2009-04-21 Thread cpietra
I am looking for routine that allows for an easy selection of Parcels by radius user specified at keyboard or as tooltip while dragging out circle. The selected parcels are then displayed in a window and then the ability to write info to a comma delimited file. Using MGE 09 AJAX Any help would b

Re: [mapguide-users] Custom Symbols

2009-04-21 Thread tmerz
I'm having a similar problem with displaying custom symbology in Autodesk MapGuide Studio. I'm trying to display fairly simple point symbology (i.e. circle with a cross) but when previewed, the point is displaying with a white, square outline around the point. I'm not looking for any kind of tra

Re: [mapguide-users] KingOracle dataconnection problem: Maestro/Studio

2009-04-21 Thread Bojan Franc @ FER
I have copied varoius Client files into MG/FDO/ directory, with no luck. Also, I installed different Clients, even did a copy/paste the whole MGOS folder from my old server. No luck. Also, when I try to run the FDO2FDO program from the same mashine, it gives me the following error: Unable to loa

[mapguide-users] Getting username from session ID

2009-04-21 Thread dorshemer
Hello, Is there a way to get the username using the session ID? It seems like I can only get an MgUserInformation instance, but it can't retrieve the actual username. Am I right? And if so, assuming I don't control the user's login process, is there another way to find out the username? Thanks

RE: [mapguide-users] MGE2010 GeometryAdapter.cpp exception

2009-04-21 Thread Dave Wilson
This is an issue with the layer definition. The old definition didn't store the label alignment values in single quotes, but as of 2010 it's expecting quotes. It doesn't cause a rendering error, just a log entry. If you use Maestro you can edit the layer definitions and add the quotes. Dave --

[mapguide-users] Mapguide studio with FDO Mysql provider

2009-04-21 Thread euskalmap
Hi, when i create a data connection (named Test_MySQL) like 'OSGEO FDO Provider for MySQL' (FDO 3.4) in Mapguide Studio 2.2, i have no problem : i edit the IP address of my Debian (Sarge) server (with MySQL server 5), the name of bd, the user and password ==> the test connection is success. But

RE: [mapguide-users] KingOracle dataconnection problem: Maestro/Studio

2009-04-21 Thread Dave Wilson
If your Oracle client is in a directory other than your MapGuide or FDO installation I usually set the following: PATH, ORACLE_HOME and TNS_ADMIN. This assumes your Oracle instant client has everything in a single folder. Do not add semicolons to the end of ORACLE_HOME or TNS_ADMIN. You may ne

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread psciga
Thanks for your suggestion. I have replaced both DLL's but the result is the same. By the way, when I was reading tons of postings about raster problems, I think most of users describing touble with lots of files or large files. This was the reason, that I begun only with 4 small files. So I can'

Re: [mapguide-users] MGE2010 GeometryAdapter.cpp exception

2009-04-21 Thread Zac Spitzer
cool :) On Tue, Apr 21, 2009 at 10:12 PM, zolinko wrote: > > Thanks Zac, > That was the problem. > > > zspitzer wrote: >> >> 2010 is a bit stricter than 2009, halfline needs to be quoted i think >> or vice versa >> >> -- >> Zac Spitzer - >> http://zacster.blogspot.com >> +61 405 847 168 >> __

Re: [mapguide-users] MGE2010 GeometryAdapter.cpp exception

2009-04-21 Thread zolinko
Thanks Zac, That was the problem. zspitzer wrote: > > 2010 is a bit stricter than 2009, halfline needs to be quoted i think > or vice versa > > -- > Zac Spitzer - > http://zacster.blogspot.com > +61 405 847 168 > ___ > mapguide-users mailing list >

Re: [mapguide-users] MGE2010 GeometryAdapter.cpp exception

2009-04-21 Thread zolinko
Thanks for the quick answer. This content was came from an mgp. I watched the xml in the packege, and there that was quoted like in the stacktrace: 'Halfline' So you mean I need to edit the xml to delete the quotes? I'll give it a try... zspitzer wrote: > > 2010 is a bit stricter than 2009, ha

Re: [mapguide-users] MGE2010 GeometryAdapter.cpp exception

2009-04-21 Thread Zac Spitzer
2010 is a bit stricter than 2009, halfline needs to be quoted i think or vice versa On Tue, Apr 21, 2009 at 9:48 PM, zolinko wrote: > > Hi there, > > We moved to 2010 from 2009 (enterprise), and now we > find "interesting" rows in the mapguide server trace log: > > StackTrace: >  - MgStylizationU

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread Zac Spitzer
see http://n2.nabble.com/Urgent-MGOS-stability-problem-tp2508362p2526257.html On Tue, Apr 21, 2009 at 9:46 PM, psciga wrote: > > Meanwhile I have done the following steps on a VM machine (XP SP2): > > 1. downloaded MGOS and extensions 2.0.2 > 2. uninstalled MGOS(&extensions) 2.0.1 > 2. installed

[mapguide-users] MGE2010 GeometryAdapter.cpp exception

2009-04-21 Thread zolinko
Hi there, We moved to 2010 from 2009 (enterprise), and now we find "interesting" rows in the mapguide server trace log: StackTrace: - MgStylizationUtil.ExceptionTrap() line 202 file .\GeometryAdapter.cpp <2009-04-21T13:24:27> 2564Ajax Viewer 10.1.1.78 Administrator Warn

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread psciga
Meanwhile I have done the following steps on a VM machine (XP SP2): 1. downloaded MGOS and extensions 2.0.2 2. uninstalled MGOS(&extensions) 2.0.1 2. installed MGOS 2.0.2 (yes, PHP is the same 5.2.5 --- thanks Zac) 3. installed (copied) MrSID as described in FdoGdalNotes (are there any other patc

RE: [mapguide-users] how to set selected feature at client in fusion???

2009-04-21 Thread alba
hi Bernel Brian, You excuse me for this email, but I have the problem to select and to selection objects on map I use mgos 2.0.1 with IIS and fusion I insert in fusion/MapGuide/MapGuideViewerApi.js function GetParent(){ if (popup) { return opener; } else if (parent.Fusion) {

[mapguide-users] Mapguide with fusion 2.0 beta

2009-04-21 Thread Simon Pelicon
Hi! I switched form Fusion 1.1 to Fusion 2 beta. But now i discovered that input options for map.query(options) function doesn't have options.filter parameter as in Fusion1.1. Only geometry intersect query are possible and attribute query's do not work an more?! this, as described here http

[mapguide-users] Problem with bmps

2009-04-21 Thread padmini godavarthi
Hi, iam using mapguide opensource 2.0 (with .net 2.0 +IIS 5.1) Now i have load a polygon layer on the map. Now i want to add bmps (small star images) to my polygons for easy identification of parcels suppose parcel 1 -with red star image parcel2-with gree star image But iam unable

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread Kenneth Skovhede, GEOGRAF A/S
There should be some extent information following the last line in your output. Check if those extents are what you expect them to be. Also check the error log: C:\Program Files\MapGuideOpenSource2.0\Server\Logs\Error.log Regards, Kenneth Skovhede, GEOGRAF A/S psciga skrev: Yes, thank you,

[mapguide-users] Tiling and Map Sessions

2009-04-21 Thread Crispin_at_1Spatial
Hi, In creating session maps (normal MapGuide per-user layers etc) and then viewing in AJAX viewer the tile-cache that is generated becomes prefixed with the session ID so (IMHO) obliterating much of the advantage of a cache as the tiles have to be generated for every session and thus adding a pe

[mapguide-users] re: mapguide tile numbering

2009-04-21 Thread girish kumar bv
Hi,Mapguide does a numbering for its tiles generated, is this numbering system similiar to google maps tile numberingIn my apps i am using LL84 as my projection. I now intend to overlay these tiles over google maps, is this possible.regards,girish ___

[mapguide-users] re; mapguide and google map scales

2009-04-21 Thread girish kumar bv
Hi,can anyone relate mapguide scales with google maps.in my apps i intend to overlay mapguide tiles over google maps using python. Is it possible for me to overlay tiles with the scale range i have in mapguideregards,girish ___ mapguide-users mailing li

[mapguide-users] re: mapguide tile generation

2009-04-21 Thread girish kumar bv
Hi,Is there a means  to generate tiles from the authored map in mapguide studio.In my apps i would want to generate tiles for the themed layer in mapguide studioAny help is appreciated.regards,girish ___ mapguide-users mailing list mapguide-users@lists.

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread psciga
Thanky you! You gives me the courage, to try an update. I'll give a report what happens. Regards - Peter zspitzer wrote: > > i'm pretty sure php didn't change between 2.0.1 and 2.0.2 > > the good news is there has been a lot of effort round rasters in 2.1 > and they should "just work" > > r

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread Zac Spitzer
i'm pretty sure php didn't change between 2.0.1 and 2.0.2 the good news is there has been a lot of effort round rasters in 2.1 and they should "just work" rasters had a tendancy to crash mapguide in 2.0.x, which *may* explain the empty result On Tue, Apr 21, 2009 at 5:50 PM, psciga wrote: > > H

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread psciga
Hi Kenneth and Zac, thank yo for your response. Kenneth Skovhede, GEOGRAF A/S wrote: > > There are some general troubleshooting tips for rasters here: > http://trac.osgeo.org/fdo/wiki/FdoGdalNotes > > Try the part labeled "Debugging Rasters in MapGuide". > > Yes, thank you, I tried it. Her

Re: [mapguide-users] select the location on map

2009-04-21 Thread Stefan Dalakov
Hi Susan, After you have displayed some rows, and they are clickable, on clicking on a row you should (on the server side) create a selection object, add the feature corresponding to this row to the selection object and send the selection to the viewer. The code for this you can find in Dev

Re: [mapguide-users] Problem loading raster (TIF) files

2009-04-21 Thread Zac Spitzer
There is a patch for 2.0.2 which makes GDAL stable, can't quite find it in trac? On Tue, Apr 21, 2009 at 4:44 PM, Kenneth Skovhede, GEOGRAF A/S wrote: > There are some general troubleshooting tips for rasters here: > http://trac.osgeo.org/fdo/wiki/FdoGdalNotes > > Try the part labeled "Debugging