Re: [mapguide-users] Is it possible to create join on join ?

2008-07-25 Thread Krunoslav
Kenneth Skovhede, GEOGRAF A/S wrote: Your table must have a primary key, otherwise selection will not work as expected. If you are using views, you must create a special table to declare this. Instructions are here: http://www.sl-king.com/fdooracle/KingFdoClass.htm Thank you and

RE: [mapguide-users] Is it possible to create join on join ?

2008-07-25 Thread Haris Kurtagic
You need to set KingFdoClass table name in connection properties. The field you are looking in dialog is only to display currently used Table Name as Kingfdoclass table. Haris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krunoslav Sent: Friday, July

Re: [mapguide-users] Work with data from Oracle Spatial

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
If you use Maestro, you should only have to set the Service field to the TNS name, and Schema to the database schema, and then it should work. I think the error is equvalent to a Unknown error occured message. Regards, Kenneth Skovhede, GEOGRAF A/S A. Fischer skrev: Hello Community, I'm a

[mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread jamesdudden
Hi all, I have installed the files from http://trac.osgeo.org/fdo/wiki/FdoGdalNotes and followed the below instructions: 1.Start Studio and connect to your MapGuide Open Source server. 2.Then do File New Data Connection... 3.In the Connect To Data dialog that comes up, select OSGeo FDO

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread wkhattak
Hi, Within the dataconnection , set up the correct coordinate system by overriding the default coordinate system. Have you tried creating a layer and previewing the rasters? Currently it works for me with a few tiff files but I am having no success in loading a large number of tiff files.

[mapguide-users] Loading large amount of raster Data within MG 2.0 with GDAL Provider

2008-07-25 Thread wkhattak
Hi, I am having no success in loading a large amount of raster data using GDAL (3.3.0). On experimental basis, it works with a small amount of data (I ahve got tiff based images). I have also tried by creating the tile index Config file but it looks like that it only applies to 3.2.0. It's the

[mapguide-users] Buffer tool and MG 2.0...how to delete buffer layer

2008-07-25 Thread Maciej Skorczewski
Hi i try to add some buffer tool to my web i use code from sample Analyzing Features http://data.mapguide.com/mapguide/devguide/index.php the code works on Mg 1.2 but don't on MG 2.01 have anybody fix this code or know what should be change on this in MG 2.0 API? I can't refresh this

Re: [mapguide-users] Loading large amount of raster Data within MG 2.0 with GDAL Provider

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
I'm pretty sure the tile index config file works for FDO 3.3.* as well. What errors are you getting? Have you tried the debug instructions to see if there are more errors? You can try to build an index file with Maestro, but you have to use the preview build (r3235)

Re: [mapguide-users] Loading large amount of raster Data within MG 2.0 with GDAL Provider

2008-07-25 Thread wkhattak
I am trying to run the server in interactive mode, however, it looks like that the CPL_DEBUG environment var is not set up on my machine.If I want to set it up manually, what should be its value? regards, Kenneth Skovhede, GEOGRAF A/S wrote: I'm pretty sure the tile index config file works

Re: [mapguide-users] Loading large amount of raster Data within MG 2.0 with GDAL Provider

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
In the command prompt write: set CPL_DEBUG=ON then mgserver.exe /interactive Regards, Kenneth Skovhede, GEOGRAF A/S wkhattak skrev: I am trying to run the server in interactive mode, however, it looks like that the CPL_DEBUG environment var is not set up on my machine.If I want to set it up

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread jamesdudden
Thank you for your reply, I have followed your instructions - set up the correct coordinate system by overriding the default coordinate system and created a new layer and added this to my map. This all seemed fine however i am unable to see the images when i preview a map. Any ideas? Regards

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
In that case, you should follow the instructions for debugging rasters: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes#DebuggingRastersinMapGuide Regards, Kenneth Skovhede, GEOGRAF A/S jamesdudden skrev: Thank you for your reply, I have followed your instructions - set up the correct

RE: [mapguide-users] Is it possible to create join on join ?

2008-07-25 Thread Krunoslav
haris kurtagic wrote: You need to set KingFdoClass table name in connection properties. The field you are looking in dialog is only to display currently used Table Name as Kingfdoclass table. Haris Stupid me! I was typing in it wrong field. Now everything works fine. Thank you

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread jamesdudden
Kenneth, I di das you instructed and this is what i got: (460) Server starting... (460) PROJ4 Coordinate System Library (460) Server started. GDAL: Auto register C:\Program Files\MapGuideOpenSource2.0\Server\Bin\gdalplugin s\gdal_ECW.dll using GDALRegister_ECW. GDAL: Auto register C:\Program

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
That seems to work out correctly. You should try to add a vector layer with data that displays correctly, in the same area. Then make a new map, and add both the raster layer as well as the vector layer. Make sure that the raster layer featuresource projection is the same as the map's.

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread jamesdudden
I checked the log file before trying your suggestion and it looks like there's something wrong with the coordinates - i am using the sample data that came with studio9 and the coordinates that it gave me so i am not sure what to do here?? Error.log: 2008-07-25T13:41:58

Re: [mapguide-users] How do i load raster in MGOS 2?

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
You need to either change the coordinate system of the map to be XY-M (easy, but not may not be desireable for other data). Or add a coordinate system override to the raster featuresource, mapping XY-M to EPSG:4019. The last option requires that your raster data is coordinate value compatible

[mapguide-users] how do i show a popup when i select parcel ?

2008-07-25 Thread Miguel Santiago Vasquez Alave
Hi, its posible select a parcel and show a popup in fusion, i dont know how to do. This popup must be show information of the parcel. Atte miguel Especialista SIG Municipalidad de Santiago de Surco Lima-Peru___ mapguide-users mailing list

Re: [mapguide-users] Fusion custom widget: how to proceed

2008-07-25 Thread gingerbbm
I'm struggling with this. I think part of the problem is that I've been trying to use the redlining example (PHPSAMPLES/DIGITIZING_FEATURES/draw_line.php) in the creation of a Fusion widget. Not to mention the fact that this is my first time with the MapGuide API and I'm not sure conceptually

Re: [mapguide-users] Loading large amount of raster Data within MG 2.0 with GDAL Provider

2008-07-25 Thread wkhattak
Thanks for your help. Was able to start the server in interactive mode. It displays GDAL: GDALOpen(path to .tif file) succeeds as GTiff for every other file. However, in the config file, some of the tifs have got the extents as : MinX-1000/MinX MinY-1000/MinY MaxX1000/MaxX

Re: [mapguide-users] Loading large amount of raster Data within MG 2.0 with GDAL Provider

2008-07-25 Thread Kenneth Skovhede, GEOGRAF A/S
One thing you can try, is to temporarily remove all the tiffs that has bad bounding boxes. Then you have to examine those to figure out why they are not accepted. You can also try to split them into different folders to see if that helps out. If it is random what tiffs gets the bad bounding

Re: [mapguide-users] Beginner looking for advice from GIS experts!

2008-07-25 Thread jkattampally
Thanks again! Could some one please direct me to a resource that would walk me thru the whole process?. May be a book, online resouce etc. I am a programmer with no knowledge of GIS. Thanks Joe jkattampally wrote: Hi, Thanks in advance! I have installed and configured mapGuide (Windows +

RE: [mapguide-users] Should updating a mysql feature source clear the tile cache?

2008-07-25 Thread Dave Wilson
I just checked this and sadly it does seem to clear the cache which makes no sense. I will log a defect on this. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zac Spitzer Sent: Thursday, July 24, 2008 11:43 PM To: MapGuide Users Mail List

RE: [mapguide-users] Beginner looking for advice from GIS experts!

2008-07-25 Thread Martin Morrison
Joe, While I don't have any direct links, it may be best to read some generic GIS information first. Get a handle on what a map projection is, how they are used, etc. A nationwide GIS system has to be given some basic thought to which coordinate system to use. After you have a basic

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Andrew DeMerchant
Is there any update to this yet? When's v1.1 going to be available (or any version with the fix)? This problem with refreshing maps is a blocker for me - I can't use Fusion on my projects with this bug...it's just too slow compared to AJAX. I keep checking

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Mike Adair
Paul or Jason may want to weigh in on this when he gets back from vacation but I believe we were targeting for the end of summer to have 1.1 ready. Mike Andrew DeMerchant wrote: Is there any update to this yet? When's v1.1 going to be available (or any version with the fix)? This problem with

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Andrew DeMerchant
Is there some way for someone to put 1.0 (or anything newer than 1.0.6) on the GetIt site? Otherwise, I'm going to have to go live with a project using AJAX and then maybe switch over to Fusion just after my users get used to AJAX. It'd be really great to start off in Fusion. It looks so much

RE: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Jason Fournier
Hi Andrew, I believe Paul would like 1.1 released for end of Summer. Have you tried checking out trunk from svn.osgeo.org/fusion and seeing if that addresses your issues? I wouldn’t suggest using trunk for production purposes - but at least it would give you an idea if OL 2.6 works better

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Andrew DeMerchant
I have no clue about how to make my own fusion build - which is why I've been checking the GetIt page. It's something I've mentioned on this mailing list before, but it'd be great if we could get access to more cutting edge builds of things, like the Mozilla folks do. Right now, the only

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Mike Adair
Yes a nightly or weekly build would be helpful but the build script for creating the distribution doesn't do much more than zip up all the files (it does generate documentation and compress some of the javascript). You can check out the trunk directory tree from SVN and get essentially the same

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-07-25 Thread Andrew DeMerchant
That and the SVN are simply too much extra work for those of us just interested in testing stuff. The SVN for Fusion has so many files and folders, it's not possible for someone to just 'know' where to put stuff on their system to make it work. A zip file would be nice, like on the GetIt

RE: [mapguide-users] Beginner looking for advice from GIS experts!

2008-07-25 Thread jkattampally
Thanks Martin! I am doing just what you said and I think it's working. Joe Martin Morrison wrote: Joe, While I don't have any direct links, it may be best to read some generic GIS information first. Get a handle on what a map projection is, how they are used, etc. A nationwide GIS

[mapguide-users] MSSQL 2000 Support

2008-07-25 Thread jkattampally
Hi, Is there anyone out there using MSSQL 2000 as the data repository for MGOS 2.0?. Just wanted to make sure MGOS 2.0 can connect to MSSQL 2000 with out any problems. Would it need any additional config. or plugin, to make it connect or can it connect with the basic windows install? Thanks Joe