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

2009-04-20 Thread Kenneth Skovhede, GEOGRAF A/S
There are some general troubleshooting tips for rasters here: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Try the part labeled "Debugging Rasters in MapGuide". Regards, Kenneth Skovhede, GEOGRAF A/S psciga skrev: Hello after a lot of hours searching in Nabble an trying different procedures,

RE: [mapguide-users] SPAM-LOW: How to change the url activated of fusion layout?

2009-04-20 Thread achectl
The new hyperlink text is working now! I have a question for the pop-up windows; the scrollbar was disappear. How I can make it appear? I tried to modify the maptip.js as below: this.iframe.scrolling = 'no'; -> this.iframe.scrolling = 'yes'; It doesn't work!!! Anyone know how? Thanks Achect

RE: [mapguide-users] SPAM-LOW: How to change the url activated of fusion layout?

2009-04-20 Thread achectl
Cool... :clap: Andy Morsell wrote: > > I submitted an enhancement request to the Fusion Trac last week on this. > It's very easy to manually change and I have done this on my server. The > only downside is that it is done on a site global basis instead of being > configurable in the layer (th

Re: [mapguide-users] re; Google and mapguide scales

2009-04-20 Thread Kori Maleski
Google Maps scales differ depending on latitude. Here is a javascript example to roughly gauge the approximate scale based on the Google Zoom Factor: i.e. Google Zoom factor of 1 would be approximately 1:20480 switch(this.map.getZoom()) { case 1: sScale = "204 800 000" fScale = 2

Re: [mapguide-users] Select points problem

2009-04-20 Thread Big Tom
Big Tom wrote: > > > > Jackie Ng wrote: >> >> In Maestro, does this PK show up as the key column? If not have you set >> it? >> >> - Jackie >> >> >> Big Tom wrote: >>> >>> >>> Big Tom wrote: Jackie Ng wrote: > > Have you defined a primary key for that point tab

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

2009-04-20 Thread psciga
Hello after a lot of hours searching in Nabble an trying different procedures, I hope of some ideas. The problem: Using OSGeo FDO Provider for GDAL in MG Studio 2009 I create a feature source from a tif file. Following the example on http://trac.osgeo.org/fdo/browser/trunk/Providers/GDAL/Docs/X

Re: [mapguide-users] King.Oracle Describe schema

2009-04-20 Thread Crispin_at_1Spatial
Thanks Haris - for me (personally) the describe schema fixes I needed were included with the WHERE / ORDER BY from the previous release -- but this will help as well. Crispin Haris Kurtagic wrote: > > I have released new version of King.Oracle 0.8.9 which solves issue with > Describe Schema. h

RE: [mapguide-users] Redline Text

2009-04-20 Thread Love, Bev (Capita Symonds)
Cheers, I was just beginning to come to the same conclusion myself!!! I'll take a look at the buffer code J Thanks again, Bev From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: 20 April 2009 1

Re: [mapguide-users] Redline Text

2009-04-20 Thread Kenneth Skovhede, GEOGRAF A/S
If your data has a spare column (or you can add one), simply set the Feature Label to use this column, and you can update the column data to change the text. If you have no spare columns, you can add a new FeatureSource (or table in a database) that has a text column. Then insert points that co

[mapguide-users] Redline Text

2009-04-20 Thread Love, Bev (Capita Symonds)
Afternoon, I'm hoping someone will be able to help me out. I am trying to create some functionality which will allow the user to add text to a layer, something similar to how a user can draw a line on the map. Does anyone know if this is at all possible, and if so does anyone know of an

[mapguide-users] Buffer Problem

2009-04-20 Thread padmini godavarthi
Hi, iam using mapguide opensource 2.0 (with .net 2.0 +IIS 5.1) i have 2 problems 1) while creating buffer using built in command in maestro i got the following error as my map is in WGS 84 (EPSG:4326) coordinate system can u tell me the solution 2) secondly,

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

2009-04-20 Thread Bojan Franc @ FER
I copied FDO2FDO from my client host to my Windows server (Win2008 Enterprise with Oracle DB and MGOS). >From my server... When I try the "Test connection", it says: "Unable to load FDO provider: The specified module coul not be found." >From my client host... After that I shared the folder on t

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

2009-04-20 Thread Kenneth Skovhede, GEOGRAF A/S
If you use the Dependency Walker on the dll's on the old machine, you can see what files it references. You can then guess what you need to install, by looking at folder names for referenced dll files. Regards, Kenneth Skovhede, GEOGRAF A/S Bojan Franc @ FER skrev: I have Oracle 11gR1 databa

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

2009-04-20 Thread Haris Kurtagic
You can use Oracle instant client. There are few dlls which you can copy into same folder as provider. If you download fdo2Fdo, there is provider together with Oracle files. you can use those files (copy to MapGuide/FDO folder)and use Fdo2Fdo to check your FDO/Oracle. Haris From: mapguide-

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

2009-04-20 Thread Bojan Franc @ FER
I have Oracle 11gR1 database on the host. Tried installing Oracle Client 11g, but still no luck. Now will try to install Client 10g x64, if that doesn't work I'll install Client 10g 32bit. Am not so happy about it, but can't figure anything else. My old Mapguide server connect perfectly to my ne

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

2009-04-20 Thread Kenneth Skovhede, GEOGRAF A/S
I'm no Oracle expert, so I can only say that I usually install an "instant client" on the machine, and it works after that. Regards, Kenneth Skovhede, GEOGRAF A/S Bojan Franc @ FER skrev: I don't have Oracle Client installed. The Oracle database is on the same host, do I need to install the