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 y

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

2008-07-24 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

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

2008-07-23 Thread Krunoslav
Dave Wilson-3 wrote: > > For performance reasons if you are querying 2 tables on the same instance > it's much faster to create a view in the database than do a second join > which isn't currently supported anyway. > Ok, I created view on OracleXE, and I can make new layer using King.Oracle p

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

2008-07-23 Thread Krunoslav
For example, 3 tables: Table1 <-> Table2 = Join1 This is ok, i understand this. Is it possible to join Join1 with Table3 ? This are tables from OracleXE, and I can join first two tables, but when I create New Join, I cannot select this Join1 as primary join source. How to do this? -- View thi

Re[mapguide-users] commendation for getting started:

2008-07-18 Thread Krunoslav
Here is the task: To develop web viewer for existing dwg files, and to build desktop application for editing features. Since my other application developers are good at Java, I'm considering next approach: Cleaning up drawings and preparing them for exporting into database - Autodesk Map Databa

[mapguide-users] MGOS as vector editing tool?

2008-06-25 Thread Krunoslav
Hi all. What interrests me is if MapGuide Opensource is capable of editing polygons and update them into database (Oracle or PostGIS). For example, something like this would be really great: http://gmaps-samples.googlecode.com/svn/trunk/poly/mymapstoolbar.html Another idea which came to my mi

RE: [mapguide-users] Precision when selecting polygons

2008-04-17 Thread Krunoslav
Krunoslav wrote: > > > > Traian Stanev wrote: >> >> >> You need to have the user name and password in the connection string, and >> not in the separate username and password fields that you see in Studio. >> So something like: >> >&g

RE: [mapguide-users] Precision when selecting polygons

2008-04-17 Thread Krunoslav
Traian Stanev wrote: > > > You need to have the user name and password in the connection string, and > not in the separate username and password fields that you see in Studio. > So something like: > > MYSQL:database,username=myself,password=secret,host=mycomputer,port=666 > > Is this what yo

Re: [mapguide-users] Precision when selecting polygons

2008-04-17 Thread Krunoslav
Kenneth, GEOGRAF A/S wrote: > > My instructions for installing OGR are: > 1. Delete the FDO folder from MgOS > 2. Download FDO WindowsSDK > 3. Extract Bin folder from WindowsSDK > 4. Rename Bin FDO and place as folder deleted in step 1 > > Thanks, works great. Still I can't connect to MySQL

Re: [mapguide-users] Precision when selecting polygons

2008-04-16 Thread Krunoslav
Kenneth, GEOGRAF A/S wrote: > > You can try the OGR provider, which also supports MySQL. > I am positive that the BBOX problem is solved there, but I am unsure > about the performance aspect. > There may be other hidden problems, but it might be easier than > migrating data. > > Thank you.

RE: [mapguide-users] Precision when selecting polygons

2008-04-16 Thread Krunoslav
Dave Wilson-3 wrote: > > If you are using MGOS 2.0 then you can theme on the joined columns. You > can't in the 1.2 version. A join between an SHP and a table in MySQL > should work in 2.0 and allow selection since the selection is based on the > SHP. The searching should also work on the join

RE: [mapguide-users] Precision when selecting polygons

2008-04-16 Thread Krunoslav
Dave Wilson-3 wrote: > > MySQL only does Envelope operations. > > For example when selecting MapGuide might do an Intersect spatial > operation; however, MySQL (at least version 5 and earlier) only does > Envelope Intersects so you won't always get the results you expect > depending on how the

[mapguide-users] Precision when selecting polygons

2008-04-16 Thread Krunoslav
Hi. I have one layer of polygons (parcels), which are drawn from mysql database. Since 2.0.0., drawing performance is finally superb, but I have a small problem with (un)precision. When I click on some parcel, there is always wrong parcel selected (one to left or right) as shown in image attach

RE: [mapguide-users] Funny problem: symbols are upside down

2008-02-01 Thread Krunoslav
Traian Stanev wrote: > > > Are they image symbols? > > Yes, they are. -- View this message in context: http://www.nabble.com/Funny-problem%3A-symbols-are-upside-down-tp15203681s16610p15223153.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

[mapguide-users] Funny problem: symbols are upside down

2008-01-31 Thread Krunoslav
As stated in subject, since trying out 2.0RC1, funny problem occures: all of my symbols from symbols library are shown upside down on the map! I tried to delete them one by one, and reload them in symbols library, but problem remains. Is anyone else familiar with this problem ? -- View this messa

[mapguide-users] Studio 2008 Trial incompatible with MG2.0RC1

2008-01-28 Thread Krunoslav
The Studio Version is incompatible with site version. Where can we download patched dll which would make Studio2008 compatible with MGOS2.0 ? -- View this message in context: http://www.nabble.com/Studio-2008-Trial-incompatible-with-MG2.0RC1-tp15133913s16610p15133913.html Sent from the MapGuide

[mapguide-users] ECW coordinate system problem

2008-01-27 Thread Krunoslav
Hi all. I wanted to try out 2.0RC1, and have this small problem: Raster transformation is not supported. The coordinate system () of layer 2 cannot be different than the coordinate system (XY-M) of the map. My map is in Arbitrary X-Y (meters) system. gdal_info gives next inform

Re: [mapguide-users] MGOS 2.0...

2007-10-18 Thread Krunoslav
James Card wrote: > > > I don't see our current hot-button issue in the list, so I'm guessing that > none of us who've discussed on it on this list actually entered it in > Trac: it is not possible to filter a layer based on data from a joined > table. > > It is there now: http://trac.o

Re: [mapguide-users] MGOS 2.0...

2007-10-18 Thread Krunoslav
JasonBirch wrote: > > Hi all, > > We're looking at a beta release of MGOS 2.0 fairly soon. As part of > this beta cycle, there are limited resources for fixing outstanding > bugs. If there is a particular bug that is critical enough that it is > preventing you from implementing MGOS 1.2, ple

Re: [mapguide-users] SV: MapGuide Automated Tiling Engine 1.2-patchedrelease

2007-10-16 Thread Krunoslav
Martin Burrows wrote: > > Hi Krunoslav, > I have the same problem as you on my local machine running Swedish OS - > MGE2008. > Everything works fine on English OS and MGOS1.2. > Since I got it running on the MGOS machine I'm happy. > > Well, I'm runni

RE: [mapguide-users] MapGuide Automated Tiling Engine 1.2 -patchedrelease

2007-10-15 Thread Krunoslav
Kori Maleski-3 wrote: > > Hi Krunoslav, > > The error seems to be the same as from the previous release. Can you > please > uninstall the application and download and reinstall the current release > and > let me know if it persists? Perhaps empty your browsers cache

RE: [mapguide-users] MapGuide Automated Tiling Engine 1.2 - patchedrelease

2007-10-14 Thread Krunoslav
Kori Maleski-4 wrote: > > Are the scales you are using the same as in the Map Definition in Studio? > > If you run it without specify a scale does it throw the same errors? > > Of course they are the same: I am running it without any parameter: C:\Program Files\Websoft Developers\Faciliti

Re: [mapguide-users] MapGuide Automated Tiling Engine 1.2 - patched release

2007-10-14 Thread Krunoslav
Kori Maleski-3 wrote: > > Hi everyone, > > I have posted an update release of the TilingEngine: > > Hi Kori, Thanks for your great work, but I still have some issues: Title: Error Message: Arithmetic operation resulted in an overflow. StackTrace:at FacilitiesMap.FacilitiesMap.Utilitie

[mapguide-users] Disabling mouse wheel zoom ?

2007-10-03 Thread Krunoslav
Hi all, Since I have problems with Firefox browser, as explained here: http://trac.osgeo.org/mapguide/ticket/269 I was wondering if there is possible to disable mouse wheel zoom in/out, until this problem gets fixed. -- View this message in context: http://www.nabble.com/Disabling-mouse-whee

Re: [mapguide-users] Problem with tiled map and mouse wheel

2007-09-29 Thread Krunoslav
George McLean wrote: > > Krunoslav wrote: >> Hi all. >> >> Since installing 1.2.0, a strange problem occured: >> >> I have one map with Base Layer. If I try to scroll mouse wheel, map zooms >> at >> coordinates 0,0 , and at the closest zoom leve

[mapguide-users] RE: MapGuide Automated Tiling Engine 1.2

2007-09-29 Thread Krunoslav
Kori Maleski-3 wrote: > > I have posted a new release. Please download and install. > > I have bumped up the request delay to prevent the service from going > unresponsive. > > The error that Maciek is encountering should now be written to the log > file. > > Hi Kori. Unfortunately, I sti

[mapguide-users] Problem with tiled map and mouse wheel

2007-09-29 Thread Krunoslav
Hi all. Since installing 1.2.0, a strange problem occured: I have one map with Base Layer. If I try to scroll mouse wheel, map zooms at coordinates 0,0 , and at the closest zoom level for this Base layer. Does anyone but me has this same problem? -- View this message in context: http://www.nab

[mapguide-users] RE: MapGuide Automated Tiling Engine 1.2

2007-09-26 Thread Krunoslav
Kori Maleski-3 wrote: > > I have posted a new release. Please download and install. > > I have bumped up the request delay to prevent the service from going > unresponsive. > > The error that Maciek is encountering should now be written to the log > file. > > Thank you Kori! Now it works

[mapguide-users] Sometimes it just hangs...

2007-09-26 Thread Krunoslav
Hi all. Does anyone know what are those errors below? This happens on raster layers, containg 20-30 ECW images each. After this, mgserver.exe doesn't respond anymore, but also doesn't restart, it just hangs without responding. This is error.log: StackTrace: - MgStylizationUtil.StylizeLayers

Re: [mapguide-users] MapGuide Automated Tiling Engine 1.2

2007-09-26 Thread Krunoslav
macieksk wrote: > > Krunoslav ! you have this same problem :) > > ...i thing we must wait for version whit suport Apache + XP +PHP > > Sorry, I didn't read carefully. Now I see that it works only with .NET Ok, then we'll wait for Apache version :) --

Re: [mapguide-users] MapGuide Automated Tiling Engine 1.2

2007-09-26 Thread Krunoslav
Kori Maleski-3 wrote: > > > > > > Hi everyone, > > > > Websoft Developers is pleased to announce the availability of the new 1.2 > version of our free MapGuide tiling utility. > > > Sorry, but I have problems: MGOS 1.2, Webextensions 1.2, Apache+Php bundle, WinXP C:\Program Fi

Re: [mapguide-users] MGOS 1.2.0 Filter On Joined Field

2007-09-21 Thread Krunoslav
Rahul-2 wrote: > > Hi, > Filter will only work on the primary source although you can show > values coming from the secondry source in the properties pane,but > filtering will not work on the secondry source like SQL views,ODBC > DataSource etc. > > Example - >

Re: [mapguide-users] MGOS 1.2.0 Filter On Joined Field

2007-09-17 Thread Krunoslav
James Card wrote: > > I just tested again on MGOS 1.2.0 and am still not able filter a layer on > a field from a joined table (for example, the expression '"Join1ClassRoom" > = TRUE' does not work). I was sure that we've discussed here before, and > even thought that it had been fixed, bu

[mapguide-users] Search not possible on MySQL <-> SHP join ?

2007-09-17 Thread Krunoslav
Hi all, I have created a join between SHP file, and MySQL batabase. Everything works fine, I can see all object properties which are pulled from MySQL, so therefore, join works fine. But, I have a problem with search function: If I create New Search in Studio, and try to search some object prop

Re: [mapguide-users] MGOS 1.2 mgserver.exe

2007-09-14 Thread Krunoslav
kym wrote: > > Hi > has anyone else had problems with the mgserver.exe service not dieing in > MGOS v1.2 and then not being able to stop and start the service without > restarting the machine, this is on windows 2003. This seems to occur when > it is rendering raster(ecw & tiffs) base layers t

Re: [mapguide-users] Vista and Mapguide Server

2007-07-29 Thread Krunoslav
Ivan Milicevic-3 wrote: > > Hello, > > > > Just for information, Vista doesn't support Mapguide Server (any of > version). It's problem with IIS 7.0. > > > > Also, Mapguide Studio 2008 (2007 work's perfectly) doen't work on this > platform. > > > > I hope so that this compatibility

[mapguide-users] Center View through URL

2007-07-06 Thread Krunoslav
Hi all. I try to achieve this: to put url to some website, which would then redirect user to the map, and center the map to the location of an object. So URL from outside page would be http://mapserver.somedomain/index.php?X=12345&Y=12345&Scale=500 On my index.php, I've put before initiating ma

[mapguide-users] 1.2RC2 and ecw

2007-07-05 Thread Krunoslav
So, what is the status of ECW support in 1.2RC2 ? My ECW images are not showing, so I guess it doesn't work, although I followed instructions at http://trac.osgeo.org/fdo/wiki/FdoGdalNotes . To verify that I did everything correct: I installed: http://home.gdal.org/dl/mapguide/mg_ecw_110.zip ht

Re: [mapguide-users] Default action on map

2007-06-26 Thread Krunoslav
Kenneth, GEOGRAF A/S wrote: > > If you use the AJAX viewer you can modify this behaviour in the file > ajaxmappane.templ. > Yes, I use only AJAX viewer: Sorry for bothering, but I'm not sure what I have to change: I tried to change "var tool" option, but obviously this isn't what I'm looking

[mapguide-users] Suggestion for better performance (maybe for 1.3)

2007-06-22 Thread Krunoslav
When I looked at Google Maps or Mireo's showroom (http://206.222.26.154/GElin/GelinShowRoom.html), it always seemed that it works faster than MGOS, but now I think I know how they did it. Maybe developers of MGOS can achieve this with MGOS: It seems that their Map Server loads in background area

Re: [mapguide-users] Default action on map

2007-06-22 Thread Krunoslav
Krunoslav wrote: > > Hi all. > > As you know, the default action when the map loads is "Select". Is it > possible to change this? I would like "Pan" to be default action. > Really no one knows or it's not possible ? -- View this message in contex

[mapguide-users] Default action on map

2007-06-18 Thread Krunoslav
Hi all. As you know, the default action when the map loads is "Select". Is it possible to change this? I would like "Pan" to be default action. -- View this message in context: http://www.nabble.com/Default-action-on-map-tf3939441s16610.html#a11173230 Sent from the MapGuide Users mailing list a

[mapguide-users] Question for developers: Linux installer on other distribution (especially Debian or Ubuntu)

2007-06-10 Thread Krunoslav
Hi all. Are there any plans to make MGOS work on other disitributions than FC4? It would be great if there would be apt repositories for Debian stable, or even for Ubuntu. I'm not Linux expert, but also I'm not totally new with Linux. When MGOS 1.2 stable comes out, I will try to build apt reposi

[mapguide-users] Custom toolbar

2007-06-07 Thread Krunoslav
Hi all. I would like to have fully customized toolbar, since I don't like default icons and I have to add few own commands and icons. My new icons are 32x32 px. What is the correct way to customize toolbar icon size? Is there css for this, or do I have to edit toolbar.templ ? I've found this in t

[mapguide-users] Opera browser and MGOS

2007-06-06 Thread Krunoslav
So, does Mgos work with Opera browser? For example, I can't see this in Opera 9.02: http://data.mapguide.com/mapguide/phpviewersample/ajaxviewersample.php -- View this message in context: http://www.nabble.com/Opera-browser-and-MGOS-tf3877067s16610.html#a10986002 Sent from the MapGuide Users m

Re: [mapguide-users] Need help with one specific function

2007-06-05 Thread Krunoslav
Jackie Ng wrote: > > You use the DigitizePoint(func) function of the mapframe. > > For the "func" argument supply a reference to a handler function. > > The handler function will receive a point object from the user's input, > which you can then invoke a server-side script passing in your di

[mapguide-users] Need help with one specific function

2007-06-03 Thread Krunoslav
Hi all. I'm trying to set up a php based task in Taskpane frame, where users could insert object into the map (to be exact, to insert new objects into MySQL map layer). So far I made input fields to select all properties of new object. What I'm not sure how to do is how will the users enter X and

[mapguide-users] RE: 1.2.0 Beta2 stability

2007-06-03 Thread Krunoslav
Steve Dang wrote: > > Could you provide detailed steps on how to reproduce the problem. > > Thanks, > Steve. > > Hi once again, Steve. Just to inform you that I've got rid of the crashes: When crashes happened, this was an upgrade from 1.1 to 1.2 Beta2. I just ran 1.2 beta 2 over 1.1, with

[mapguide-users] Joining features from 2 mysql tables

2007-05-29 Thread Krunoslav
Hi all. Is it possible to join features from 2 different tables in the same database? An example: Table1(object): - ID - Name - Type (matches ID from second table) In the second table I have object types: Table2(object types) - ID - Type_name So, what I need is to show properties of an object