[mapguide-users] RE: Using a SQL server to join to actual geometry objects in Mapguide Studio

Greg Johnson gmjohnson77 at hotmail.com
Wed Aug 1 13:27:07 EDT 2007


Hello,
 
I have the following problem:
I want to use a SQL server to join to actual geometry objects in Mapguide Studio.  
Is this possible?  I have established a “successful” connection to the SQL server.  However, the connection does not show up in the site explorer.  When I create a join with an actual geometry object – the objects do not show up in any of the previews.  (layer, map web, or either viewer)
 
Any help would be greatly appreciated!
 
Greg Johnson 

> From: mapguide-users-request at lists.osgeo.org> Subject: mapguide-users Digest, Vol 8, Issue 1> To: mapguide-users at lists.osgeo.org> Date: Wed, 1 Aug 2007 12:00:04 -0400> > Send mapguide-users mailing list submissions to> mapguide-users at lists.osgeo.org> > To subscribe or unsubscribe via the World Wide Web, visit> http://lists.osgeo.org/mailman/listinfo/mapguide-users> or, via email, send a message with subject or body 'help' to> mapguide-users-request at lists.osgeo.org> > You can reach the person managing the list at> mapguide-users-owner at lists.osgeo.org> > When replying, please edit your Subject line so it is more specific> than "Re: Contents of mapguide-users digest..."> > > Today's Topics:> > 1. RE: RenderMap in C# (Andy Morsell)> 2. ODBC Support In PHP On Linux (James Card)> 3. ODBC Required For Database Joins? (James Card)> 4. RE: RenderMap in C# (Jim O'Leary)> 5. Re: Problem creating new Layer, Map or Feature Source (Zak James)> 6. Re: Preview pane in Web Studio is empty (Zak James)> 7. Re: export view to sdf (Zak James)> 8. Re: Solve problem MySQL Polygon Selection (Rahul)> 9. Re: MapInfo problem (Stefan Dalakov)> 10. Re: ODBC Required For Database Joins? (Jackie Ng)> 11. Re: Feature label aligment (Jackie Ng)> 12. Re: Solve problem MySQL Polygon Selection (Mansoureh Sadrykia)> 13. Re: Preview pane in Web Studio is empty (Naumce Lazarevski)> 14. Re: Preview pane in Web Studio is empty (Kenneth, GEOGRAF A/S)> 15. Re: Solve problem MySQL Polygon Selection (Dhirendra Kumar)> 16. Setting up own security with MapGuide (Ismael Cams)> 17. Label line (Deepak Kumar)> 18. Lable Line (Deepak Kumar)> 19. Re: Solve problem MySQL Polygon Selection (Rahul)> 20. calculate route (Jose Manuel C G)> 21. RE: Setting up own security with MapGuide (Martin Morrison)> 22. Re: calculate route (JeromeA)> 23. RE: Setting up own security with MapGuide (Ismael Cams)> 24. Re: Problem creating new Layer, Map or Feature Source> (Naumce Lazarevski)> 25. Re: Lable Line (Dhirendra Kumar)> 26. WebserverExtension <-> MapguideServer dialog question> (David Hequet)> 27. RE: RE: Setting up own security with MapGuide (Martin Morrison)> 28. Re: Problem creating new Layer, Map or Feature Source (Zak James)> 29. RE: RE: Setting up own security with MapGuide (Ismael Cams)> 30. Re: RE: RE: Setting up own security with MapGuide (Rich Bauer)> 31. Re: Problem creating new Layer, Map or Feature Source> (Naumce Lazarevski)> 32. RE: RE: RE: Setting up own security with MapGuide> (Martin Morrison)> > > ----------------------------------------------------------------------> > Message: 1> Date: Tue, 31 Jul 2007 09:01:29 -0700> From: "Andy Morsell" <amorsell at spatialgis.com>> Subject: RE: [mapguide-users] RenderMap in C#> To: "'MapGuide Users Mail List'" <mapguide-users at lists.osgeo.org>> Message-ID: <03a901c7d38c$0ec0d870$96f1fea9 at SPINAJM>> Content-Type: text/plain; charset="us-ascii"> > Hi Jim,> The below code works for me when I worked on a similar application awhile> back.> > MgColor bgcolor = new MgColor(0,0,0,0);> MgByteReader byteReader = renderingService.RenderMap(map, selection,> envelop, 600, 600, bgcolor, "png" );> long byteReaderSize = byteReader.GetLength(); > //Create an MgByteSink and save to the file system> MgByteSink byteSink = new MgByteSink(byteReader);> string fileName = "c:\\temp\\test" + i + ".png";> byteSink.ToFile(fileName); > > > Andy Morsell, P.E.> Spatial Integrators, Inc.> http://www.SpatialGIS.com> > -----Original Message-----> From: mapguide-users-bounces at lists.osgeo.org> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jim O'Leary> Sent: Tuesday, July 31, 2007 8:06 AM> To: mapguide-users at lists.osgeo.org> Subject: [mapguide-users] RenderMap in C#> > > I'm implementing the createimagemap.php DevGuide sample in C#. When I use> "GIF" as the format argument to RenderMap I see a blank image with a brown> background (which is the color argument). When I use PNG or JPG I just see a> blank image.> > Here's my C# code.> > MgByteReader byteReader = renderingService.RenderMap(map, selection,> envelope, width, height, color, "PNG");> Response.AddHeader("Content-type: ", byteReader.GetMimeType() );> > byte[] buffer= new byte[50000];> while (byteReader.Read(buffer, 50000) != 0) {> Response.BinaryWrite(buffer);> }> > Any suggestions? I've also tried Response.Buffer and Response.BufferOutput> to no effect.> > Thanks.> --> View this message in context:> http://www.nabble.com/RenderMap-in-C--tf4193602s16610.html#a11925975> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > ------------------------------> > Message: 2> Date: Tue, 31 Jul 2007 09:14:29 -0700> From: "James Card" <James.Card at calcad.com>> Subject: [mapguide-users] ODBC Support In PHP On Linux> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID: <op.twb7efyahujxww at fog>> Content-Type: text/plain; format="flowed"; delsp="yes";> charset="US-ASCII"> > When you install MapGuide OS on Linux the default install does not include > ODBC support in the PHP instance that MapGuide installs. Since our > application was developed first in the Windows environment we encounted a > variety of interesting surprises, including this one.> > How would we go about recompiling PHP with ODBC support, without messing > up our MapGuide install?> > -- > James Card> 209-578-5580> > > ------------------------------> > Message: 3> Date: Tue, 31 Jul 2007 09:16:55 -0700> From: "James Card" <James.Card at calcad.com>> Subject: [mapguide-users] ODBC Required For Database Joins?> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID: <op.twb7ihjohujxww at fog>> Content-Type: text/plain; format="flowed"; delsp="yes";> charset="US-ASCII"> > We know that ODBC is required for database joins to works in MapGuide on > Windows. Is that also true under Linux? Can we install the MySQL FDO > provider and use that to join to our SDF layers?> > -- > James Card> 209-578-5580> > > ------------------------------> > Message: 4> Date: Tue, 31 Jul 2007 09:27:01 -0700 (PDT)> From: Jim O'Leary <joleary.public at gmail.com>> Subject: [mapguide-users] RE: RenderMap in C#> To: mapguide-users at lists.osgeo.org> Message-ID: <11927629.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > It does write a PNG to disk and appears with a brown background, which is an> improvement. However, the map does not show, but this indicates to me that> something previous in my code is wrong.> > Thanks.> > Andy Morsell wrote:> > > > Hi Jim,> > The below code works for me when I worked on a similar application awhile> > back.> > > > MgColor bgcolor = new MgColor(0,0,0,0);> > MgByteReader byteReader = renderingService.RenderMap(map, selection,> > envelop, 600, 600, bgcolor, "png" );> > long byteReaderSize = byteReader.GetLength(); > > //Create an MgByteSink and save to the file system> > MgByteSink byteSink = new MgByteSink(byteReader);> > string fileName = "c:\\temp\\test" + i + ".png";> > byteSink.ToFile(fileName); > > > > > > Andy Morsell, P.E.> > Spatial Integrators, Inc.> > http://www.SpatialGIS.com> > > > -----Original Message-----> > From: mapguide-users-bounces at lists.osgeo.org> > [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jim O'Leary> > Sent: Tuesday, July 31, 2007 8:06 AM> > To: mapguide-users at lists.osgeo.org> > Subject: [mapguide-users] RenderMap in C#> > > > > > I'm implementing the createimagemap.php DevGuide sample in C#. When I use> > "GIF" as the format argument to RenderMap I see a blank image with a brown> > background (which is the color argument). When I use PNG or JPG I just see> > a> > blank image.> > > > Here's my C# code.> > > > MgByteReader byteReader = renderingService.RenderMap(map, selection,> > envelope, width, height, color, "PNG");> > Response.AddHeader("Content-type: ", byteReader.GetMimeType() );> > > > byte[] buffer= new byte[50000];> > while (byteReader.Read(buffer, 50000) != 0) {> > Response.BinaryWrite(buffer);> > }> > > > Any suggestions? I've also tried Response.Buffer and Response.BufferOutput> > to no effect.> > > > Thanks.> > --> > View this message in context:> > http://www.nabble.com/RenderMap-in-C--tf4193602s16610.html#a11925975> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/RenderMap-in-C--tf4193602s16610.html#a11927629> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 5> Date: Tue, 31 Jul 2007 15:30:16 -0400> From: "Zak James" <zak4ms at gmail.com>> Subject: Re: [mapguide-users] Problem creating new Layer, Map or> Feature Source> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <488dfaa70707311230j6572e609p4536234bd284ead at mail.gmail.com>> Content-Type: text/plain; charset=ISO-8859-1> > Naumce,> > This can happen if you have antivirus or firewall software installed> that interferes with the ability of webstudio to communicate with the> server. Try disabling anything like that temporarily to see if it> clears up the problem.> > zak> > On 7/31/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> >> > Hello MG community> >> > I have installed MG Open Source and sample data and application is Up and> > Running.> > On one test computer creation of new layer, data source or map is Ok, but on> > another computer (both with Windows XP) I can create folder in the library,> > but after creating map, layer or data source, I receive message "ERROR: OK".> >> > Naumce Lazarevski> > --> > View this message in context: http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11925022> > Sent from the MapGuide Users mailing list archive at Nabble.com.> >> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > > -- > Zak James> Applications and Software Development> DM Solutions Group Inc.> http://www.dmsolutions.ca> > > ------------------------------> > Message: 6> Date: Tue, 31 Jul 2007 15:31:52 -0400> From: "Zak James" <zak4ms at gmail.com>> Subject: Re: [mapguide-users] Preview pane in Web Studio is empty> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <488dfaa70707311231h749ddc26h7d73d141599605b2 at mail.gmail.com>> Content-Type: text/plain; charset=ISO-8859-1> > Naumce,> > This can be caused by layers that do not have an appropriate> coordinate system set up. How did you import the data to the mapguide> repository?> > zak> > On 7/31/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> >> > Hello,> >> > I'm Using MGOS 1.1 Web Studio.> > After selecting layer or map, preview pane is empty, and progress indicator> > is showing that frame is still working (expecting data).> > Sample application is working and map is displayed.> > Please help me how to preview my layers and maps.> >> > Thank You,> > Naumce Lazarevski> > :handshake:> > --> > View this message in context: http://www.nabble.com/Preview-pane-in-Web-Studio-is-empty-tf4193342s16610.html#a11925179> > Sent from the MapGuide Users mailing list archive at Nabble.com.> >> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > > -- > Zak James> Applications and Software Development> DM Solutions Group Inc.> http://www.dmsolutions.ca> > > ------------------------------> > Message: 7> Date: Tue, 31 Jul 2007 15:39:10 -0400> From: "Zak James" <zak4ms at gmail.com>> Subject: Re: [mapguide-users] export view to sdf> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <488dfaa70707311239t7392a3f6j3da379aab4bfc5d2 at mail.gmail.com>> Content-Type: text/plain; charset=ISO-8859-1> > Todd,> > If you want an complete file containing all the features in all the> visible layers I think you would need to use the API to create a> script that stepped through the layers in the map and copied features> within the current extents. You could then create a custom tool to> control the script from the ajax viewer.> > zak> > On 7/30/07, Todd Wells <twells at sveassoc.com> wrote:> >> >> >> > I apologize if this is a repeat question but through my research I have been> > unable to find the answer to this.... I am using mgos and and the ajax> > viewer... Is there a way to export the current view to an sdf file so I can> > import it back to autodesk map 08??? Plot to dwf works but unfortunately I> > am not able to do any coordinate transformation on insert dwf into autodesk> > map 08... thanks...Todd> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> >> > > -- > Zak James> Applications and Software Development> DM Solutions Group Inc.> http://www.dmsolutions.ca> > > ------------------------------> > Message: 8> Date: Tue, 31 Jul 2007 19:31:16 -0700 (PDT)> From: Rahul <unicorn_admirer at yahoo.com>> Subject: Re: [mapguide-users] Solve problem MySQL Polygon Selection> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>> Message-ID: <529326.88805.qm at web34512.mail.mud.yahoo.com>> Content-Type: text/plain; charset="iso-8859-1"> > Hi,> Kindly refer to the below link regarding the implementing best practices for MapGuide,although its for MGE but same can be followed in MGOS.> > http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=7798553> > Regarding the fdo2fdo just go the website www.sl-king.com and download the the Zip file after that its quite simple and just follow the steps.> > Cheers> Max !1> > > > Mansoureh Sadrykia <m_sadrykia at yahoo.com> wrote:> Hi !> > Would you please give me some information about the Guide which you mentioned by the name "implementing best practices using the mapguide".> My problem is: I have to work with databases and don't know any idea what to do, Unfortunately I have no proper guides for databases, What help files or documentations do you suggest for becoming familiar with 'how to get databases specially spatial ones work in mapguide'. I would be really thankful if you introduce me fdo2fdo and tell me how I can get and install it. > > Lots of Thanks for your help, > > Rahul <unicorn_admirer at yahoo.com> wrote:> Hi,> OracleXE is free to download ,you can check on oracle website,Regarding the slowness its nothing to do with PostGIS Database as i already used some other webGIS solutions and no problem regarding selection or anything ,may be something to do with OGR Provider(No Idea) may be better clarification required from Tarain or Kenneth.> > I think you try with SDF and 20 layers are not important ,the important thing is data size and if you follow the "Guide--implementing best practises using the MapGuide",i think u can work with 20 layers,just try to work through with SDF if you have no customer limitations regarding the Database.> > Cheers> Max !!> > Dhirendra Kumar <dhirendra.mgos at gmail.com> wrote:> > Hi Rahul,> > Thankyou for suggestion. I want to use free database i have not idea about> OracleXE, it is free or not ? but i already test PostGIS. PostGIS is slow in> compare of MySQL. In PostGIS when i select one polygon then polygon higlight> after few second on my local machine. Any method to increase PostGIS> performence ? 20 layers in my project so i think SQLite will be not good for> this project. help me. Thankyou in Advance.> > Regards,> > Dhirendrs Kumar> > Rahul-2 wrote:> > > > Hi,> > I think you can try OracleXE and use King Oracle Provider 0.7.1> > or you can try PostGIS as both are much better Spatial Databases as> > compared to MySQL. > > > > SDF uses SQLite inbuilt database so i think for small scale not for> > enterprise solution SDF will also be an option to consider upon seriously.> > > > Cheers> > Max> > > > Dhirendra Kumar wrote:> > > > Hi Kenneth,> > > > Thankyou for replay and giving suggestion once again. I can't use Oracle> > as> > a FDO Database so for that resion i want use MySQL. you mentioned in 3rd> > no.> > points Use another provider, so which provider is better ? and another> > thing> > you mentioned transfer all data using sdf file. So i transfered all data> > in> > MySQL database using FDO2FDO, 1st i convert shp file to sdf and after that> > importing sdf file in MySQL using FDO2FDO.Kenneth, any thing wrong in my> > steps ? I am waiting for your suggestion.> > > > Regards,> > Dhirendra Kumar> > > > > > Kenneth, GEOGRAF A/S wrote:> >> > >> As someone else mentioned, the selection problem is a known bug in the > >> MySQL provider.> >> You have the following options:> >> 1. Wait until someone fixes the problem.> >> 2. Download source and fix it yourself (or perhaps pay someone to do it)> >> 3. Use another provider> >> > >> If you MUST use a "real" database, I can only suggest Oracle (you have > >> tried the others).> >> Are there any reason that you cannot use SDF files?> >> > >> Regards, Kenneth, GEOGRAF A/S> >> > >> > >> > >> Dhirendra Kumar skrev:> >>> Hi All,> >>>> >>> Sorry for repeating this qustion. I tested MS SQL server, MySQL,> >>> Postgresql/postGIS and i got result MySQL performance is better in> >>> compare> >>> of all, but problem in polygon selection. I want to know that, no way to> >>> solve this polygon selection problem ? :(> >>> PROBLEM:- When i select some polygon then near polygon get highlighted> >>> in> >>> place of current selection.> >>> If anyone have idea or suggestion then please help me. Thankyou in> >>> Advance.> >>>> >>> Regards,> >>>> >>> Dhirendra Kumar> >>> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > > > > -- > > View this message in context:> > http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11918234> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > > > ---------------------------------> > Building a website is a piece of cake. > > Yahoo! Small Business gives you all the tools to get online.> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11919719> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > ---------------------------------> Building a website is a piece of cake. > Yahoo! Small Business gives you all the tools to get online._______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ---------------------------------> Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ---------------------------------> Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.> -------------- next part --------------> An HTML attachment was scrubbed...> URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070731/b4271c50/attachment-0001.html> > ------------------------------> > Message: 9> Date: Wed, 01 Aug 2007 06:21:27 +0300> From: Stefan Dalakov <s.dalakov at mapware.net>> Subject: Re: [mapguide-users] MapInfo problem> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>> Message-ID: <46AFFC37.6030702 at mapware.net>> Content-Type: text/plain; charset="iso-8859-1"> > Hi Jackie,> I was out of office yesterday. You helped me a lot. In fact the > "mapviewerajax" virtual directory has been setup> > as an application, but the "default document" was not enabled....> > Thanks again.> > > Jackie Ng wrote:> > Hi Stefan,> >> > It sounds like the "mapviewerajax" virtual directory has not been setup /> > registered as an application.> >> > Are you using Apache or IIS?> >> > Does a url like this work for you?> >> > http://localhost/mapguide/mapviewerajax/?WEBLAYOUT=<Path to a weblayout> > resource>> >> > OR> >> > http://localhost:8008/mapguide/mapviewerajax/?WEBLAYOUT=<Path to a weblayout> > resource>> >> > - Jackie> >> >> > Stefan Dalakov wrote:> > > >> I have to apologize, It is not connected to the provider. There is > >> something wrong with viewer. When I set the MG Studio to work with dwf > >> viewer> >> it is OK. With the AJAX viewer I get this problem. I had Studio 2008 > >> recently installed, so I guess there is the problem. Help will be > >> appreciated anyway....> >>> >>> >> Stefan Dalakov wrote:> >> > >>> Hi all,> >>> I try to open Mapinfo files (TAB,DAT...) - rather old ones - version > >>> 3. I have installed the OGR provider. Test connection succeeds and in > >>> the preview pane of MG Studio I see data and geometry description. > >>> When I click on "View data" I see attributes listed - works perfect, > >>> but when I click on "view feature" and I expect to see features, I get > >>> this message :> >>>> >>>> >>> Directory Listing Denied> >>>> >>> This Virtual Directory does not allow contents to be listed.> >>>> >>>> >>>> >>> What's wrong ? I am using MGOS 1.2RC2 on WinXP, I have no problem with > >>> other data sources> >>>> >>>> >>> Thank you in advance : Stefan Dalakov> >>> ------------------------------------------------------------------------> >>>> >>> _______________________________________________> >>> mapguide-users mailing list> >>> mapguide-users at lists.osgeo.org> >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >>> > >>> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >>> >>> >> > >> > > > -------------- next part --------------> An HTML attachment was scrubbed...> URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070801/60bc8e5b/attachment-0001.html> > ------------------------------> > Message: 10> Date: Tue, 31 Jul 2007 20:41:26 -0700 (PDT)> From: Jackie Ng <jackie.ng at aecsystems.com.au>> Subject: Re: [mapguide-users] ODBC Required For Database Joins?> To: mapguide-users at lists.osgeo.org> Message-ID: <11939206.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > I believe the MySQL FDO provider is used to read actual geometry objects> rather than joinable attribute data.> > - Jackie> > > James Card wrote:> > > > We know that ODBC is required for database joins to works in MapGuide on > > Windows. Is that also true under Linux? Can we install the MySQL FDO > > provider and use that to join to our SDF layers?> > > > -- > > James Card> > 209-578-5580> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/ODBC-Required-For-Database-Joins--tf4194075s16610.html#a11939206> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 11> Date: Tue, 31 Jul 2007 20:46:23 -0700 (PDT)> From: Jackie Ng <jackie.ng at aecsystems.com.au>> Subject: Re: [mapguide-users] Feature label aligment> To: mapguide-users at lists.osgeo.org> Message-ID: <11939233.post at talk.nabble.com>> Content-Type: text/plain; charset=UTF-8> > > Hi Ivan,> > Are they feature labels for points? If so, they are disabled because the> point style has the "labels are fixed" option unticked in MG Studio.> > - Jackie> > > Ivan Milicevic-3 wrote:> > > > Good day,> > > > > > > > I'm trying to figure out why is options for horizontal and vertical> > aligment in feature labels disabled?> > > > > > > > Ivan Miličević> > CIO> > > > > > > > SUPRA NET d.o.o.> > Erlichova 2, 10000 Zagreb> > CROATIA> > > > Mobile: +385 (0)91 2352-320> > Fax: +385 (0)1 6678-728> > Email: ivan.milicevic at supranet.hr <mailto:ivan.milicevic at supranet.hr> > > URL: www.supranet.hr <http://www.supranet.hr/> > > > > > > > > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Feature-label-aligment-tf4191635s16610.html#a11939233> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 12> Date: Tue, 31 Jul 2007 23:24:49 -0700 (PDT)> From: Mansoureh Sadrykia <m_sadrykia at yahoo.com>> Subject: Re: [mapguide-users] Solve problem MySQL Polygon Selection> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>> Message-ID: <941171.99987.qm at web33614.mail.mud.yahoo.com>> Content-Type: text/plain; charset="iso-8859-1"> > Hi!> > It was very kind of you to help me Max, I guess I can get enough information by using the resources you introduced.> > Regards,> > Rahul <unicorn_admirer at yahoo.com> wrote:> Hi,> Kindly refer to the below link regarding the implementing best practices for MapGuide,although its for MGE but same can be followed in MGOS.> > http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=7798553> > Regarding the fdo2fdo just go the website www.sl-king.com and download the the Zip file after that its quite simple and just follow the steps.> > Cheers> Max !1> > > > Mansoureh Sadrykia <m_sadrykia at yahoo.com> wrote:> Hi !> > Would you please give me some information about the Guide which you mentioned by the name "implementing best practices using the mapguide".> My problem is: I have to work with databases and don't know any idea what to do, Unfortunately I have no proper guides for databases, What help files or documentations do you suggest for becoming familiar with 'how to get databases specially spatial ones work in mapguide'. I would be really thankful if you introduce me fdo2fdo and tell me how I can get and install it. > > Lots of Thanks for your help, > > Rahul <unicorn_admirer at yahoo.com> wrote:> Hi,> OracleXE is free to download ,you can check on oracle website,Regarding the slowness its nothing to do with PostGIS Database as i already used some other webGIS solutions and no problem regarding selection or anything ,may be something to do with OGR Provider(No Idea) may be better clarification required from Tarain or Kenneth.> > I think you try with SDF and 20 layers are not important ,the important thing is data size and if you follow the "Guide--implementing best practises using the MapGuide",i think u can work with 20 layers,just try to work through with SDF if you have no customer limitations regarding the Database.> > Cheers> Max !!> > Dhirendra Kumar <dhirendra.mgos at gmail.com> wrote:> > Hi Rahul,> > Thankyou for suggestion. I want to use free database i have not idea about> OracleXE, it is free or not ? but i already test PostGIS. PostGIS is slow in> compare of MySQL. In PostGIS when i select one polygon then polygon higlight> after few second on my local machine. Any method to increase PostGIS> performence ? 20 layers in my project so i think SQLite will be not good for> this project. help me. Thankyou in Advance.> > Regards,> > Dhirendrs Kumar> > Rahul-2 wrote:> > > > Hi,> > I think you can try OracleXE and use King Oracle Provider 0.7.1> > or you can try PostGIS as both are much better Spatial Databases as> > compared to MySQL. > > > > SDF uses SQLite inbuilt database so i think for small scale not for> > enterprise solution SDF will also be an option to consider upon seriously.> > > > Cheers> > Max> > > > Dhirendra Kumar wrote:> > > > Hi Kenneth,> > > > Thankyou for replay and giving suggestion once again. I can't use Oracle> > as> > a FDO Database so for that resion i want use MySQL. you mentioned in 3rd> > no.> > points Use another provider, so which provider is better ? and another> > thing> > you mentioned transfer all data using sdf file. So i transfered all data> > in> > MySQL database using FDO2FDO, 1st i convert shp file to sdf and after that> > importing sdf file in MySQL using FDO2FDO.Kenneth, any thing wrong in my> > steps ? I am waiting for your suggestion.> > > > Regards,> > Dhirendra Kumar> > > > > > Kenneth, GEOGRAF A/S wrote:> >> > >> As someone else mentioned, the selection problem is a known bug in the > >> MySQL provider.> >> You have the following options:> >> 1. Wait until someone fixes the problem.> >> 2. Download source and fix it yourself (or perhaps pay someone to do it)> >> 3. Use another provider> >> > >> If you MUST use a "real" database, I can only suggest Oracle (you have > >> tried the others).> >> Are there any reason that you cannot use SDF files?> >> > >> Regards, Kenneth, GEOGRAF A/S> >> > >> > >> > >> Dhirendra Kumar skrev:> >>> Hi All,> >>>> >>> Sorry for repeating this qustion. I tested MS SQL server, MySQL,> >>> Postgresql/postGIS and i got result MySQL performance is better in> >>> compare> >>> of all, but problem in polygon selection. I want to know that, no way to> >>> solve this polygon selection problem ? :(> >>> PROBLEM:- When i select some polygon then near polygon get highlighted> >>> in> >>> place of current selection.> >>> If anyone have idea or suggestion then please help me. Thankyou in> >>> Advance.> >>>> >>> Regards,> >>>> >>> Dhirendra Kumar> >>> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > > > > -- > > View this message in context:> > http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11918234> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > > > ---------------------------------> > Building a website is a piece of cake. > > Yahoo! Small Business gives you all the tools to get online.> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11919719> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > ---------------------------------> Building a website is a piece of cake. > Yahoo! Small Business gives you all the tools to get online._______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ---------------------------------> Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ---------------------------------> Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ---------------------------------> Pinpoint customers who are looking for what you sell. > -------------- next part --------------> An HTML attachment was scrubbed...> URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070731/c62a63d9/attachment-0001.html> > ------------------------------> > Message: 13> Date: Wed, 1 Aug 2007 00:05:18 -0700 (PDT)> From: Naumce Lazarevski <nume at mt.net.mk>> Subject: Re: [mapguide-users] Preview pane in Web Studio is empty> To: mapguide-users at lists.osgeo.org> Message-ID: <11940801.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > Hi Zak,> > It happens even with the demo data for Sheboygan data.> > Naumce > > -- > View this message in context: http://www.nabble.com/Preview-pane-in-Web-Studio-is-empty-tf4193342s16610.html#a11940801> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 14> Date: Wed, 01 Aug 2007 09:11:53 +0200> From: "Kenneth, GEOGRAF A/S" <ks at geograf.dk>> Subject: Re: [mapguide-users] Preview pane in Web Studio is empty> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>> Message-ID: <46B03239.3080406 at geograf.dk>> Content-Type: text/plain; charset=us-ascii; format=flowed> > I cannot get the preview to work, unless I install the PHP extensions.> > Regards, Kenneth, GEOGRAF A/S> > > > Naumce Lazarevski skrev:> > Hi Zak,> >> > It happens even with the demo data for Sheboygan data.> >> > Naumce > >> > > > > ------------------------------> > Message: 15> Date: Wed, 1 Aug 2007 00:38:44 -0700 (PDT)> From: Dhirendra Kumar <dhirendra.mgos at gmail.com>> Subject: Re: [mapguide-users] Solve problem MySQL Polygon Selection> To: mapguide-users at lists.osgeo.org> Message-ID: <11941126.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > Hi Rahul-2> > Now I established connection Mapguide studio 2007 with postgressql/postgis> Database and also add PostGIS provider in FDO2FDO. Connection is OK. But> after assignig source attribute with destination table attribute and> providing Source class name: [SDF file name] and Destination class name:> [Destination Table name] and when press Run Copy Task then it show> Error:c_FDO_Api::CopyFdoClass:Unable to find Class 'mouza' in destiantion!.> but mouza table is persent in destination database. Rahul anything wrong in> my step ? I also transfered SHP file using OGR2OGR in Postgres but due to> performance problem i want to transfer sdf or shp file directly in database> table using FDo2FDO. Rahul is it posible ? if you have any idea, how to> transfer all data in PostgreSQL/PostGIS database using FDO2FDO then help me.> I am asking to you because you already used PostgreSQL. Thankyou in Advance.> > Regards,> Dhirendra Kumar> > Rahul-2 wrote:> > > > Hi,> > OracleXE is free to download ,you can check on oracle> > website,Regarding the slowness its nothing to do with PostGIS Database as> > i already used some other webGIS solutions and no problem regarding> > selection or anything ,may be something to do with OGR Provider(No Idea)> > may be better clarification required from Tarain or Kenneth.> > > > I think you try with SDF and 20 layers are not important ,the important> > thing is data size and if you follow the "Guide--implementing best> > practises using the MapGuide",i think u can work with 20 layers,just try> > to work through with SDF if you have no customer limitations regarding the> > Database.> > > > Cheers> > Max !!> > > > Dhirendra Kumar <dhirendra.mgos at gmail.com> wrote:> > > > Hi Rahul,> > > > Thankyou for suggestion. I want to use free database i have not idea about> > OracleXE, it is free or not ? but i already test PostGIS. PostGIS is slow> > in> > compare of MySQL. In PostGIS when i select one polygon then polygon> > higlight> > after few second on my local machine. Any method to increase PostGIS> > performence ? 20 layers in my project so i think SQLite will be not good> > for> > this project. help me. Thankyou in Advance.> > > > Regards,> > > > Dhirendrs Kumar> > > > Rahul-2 wrote:> >> > >> Hi,> >> I think you can try OracleXE and use King Oracle Provider 0.7.1> >> or you can try PostGIS as both are much better Spatial Databases as> >> compared to MySQL. > >> > >> SDF uses SQLite inbuilt database so i think for small scale not for> >> enterprise solution SDF will also be an option to consider upon> >> seriously.> >> > >> Cheers> >> Max> >> > >> Dhirendra Kumar wrote:> >> > >> Hi Kenneth,> >> > >> Thankyou for replay and giving suggestion once again. I can't use Oracle> >> as> >> a FDO Database so for that resion i want use MySQL. you mentioned in 3rd> >> no.> >> points Use another provider, so which provider is better ? and another> >> thing> >> you mentioned transfer all data using sdf file. So i transfered all data> >> in> >> MySQL database using FDO2FDO, 1st i convert shp file to sdf and after> >> that> >> importing sdf file in MySQL using FDO2FDO.Kenneth, any thing wrong in my> >> steps ? I am waiting for your suggestion.> >> > >> Regards,> >> Dhirendra Kumar> >> > >> > >> Kenneth, GEOGRAF A/S wrote:> >>> > >>> As someone else mentioned, the selection problem is a known bug in the > >>> MySQL provider.> >>> You have the following options:> >>> 1. Wait until someone fixes the problem.> >>> 2. Download source and fix it yourself (or perhaps pay someone to do it)> >>> 3. Use another provider> >>> > >>> If you MUST use a "real" database, I can only suggest Oracle (you have > >>> tried the others).> >>> Are there any reason that you cannot use SDF files?> >>> > >>> Regards, Kenneth, GEOGRAF A/S> >>> > >>> > >>> > >>> Dhirendra Kumar skrev:> >>>> Hi All,> >>>>> >>>> Sorry for repeating this qustion. I tested MS SQL server, MySQL,> >>>> Postgresql/postGIS and i got result MySQL performance is better in> >>>> compare> >>>> of all, but problem in polygon selection. I want to know that, no way> >>>> to> >>>> solve this polygon selection problem ? :(> >>>> PROBLEM:- When i select some polygon then near polygon get highlighted> >>>> in> >>>> place of current selection.> >>>> If anyone have idea or suggestion then please help me. Thankyou in> >>>> Advance.> >>>>> >>>> Regards,> >>>>> >>>> Dhirendra Kumar> >>>> > >>> _______________________________________________> >>> mapguide-users mailing list> >>> mapguide-users at lists.osgeo.org> >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >>> > >>> > >> > >> -- > >> View this message in context:> >> http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11918234> >> Sent from the MapGuide Users mailing list archive at Nabble.com.> >> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > >> > >> ---------------------------------> >> Building a website is a piece of cake. > >> Yahoo! Small Business gives you all the tools to get online.> >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > > > > -- > > View this message in context:> > http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11919719> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > > > ---------------------------------> > Building a website is a piece of cake. > > Yahoo! Small Business gives you all the tools to get online.> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11941126> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 16> Date: Wed, 1 Aug 2007 00:54:28 -0700 (PDT)> From: Ismael Cams <mapguide2007 at gmail.com>> Subject: [mapguide-users] Setting up own security with MapGuide> To: mapguide-users at lists.osgeo.org> Message-ID: <11941302.post at talk.nabble.com>> Content-Type: text/plain; charset=UTF-8> > > Hello,> > I have posted this message alreay a couple of times, but until now nobody> could provide me with an answer. > As I see this as a basic functionality on IIS I assume someone should have> already ran into this problem too. > I am using the .NET API to develop an application around MapGuide. This> application is accessing external databases. I have set up my own> application with Integrated Security in order to prevent unauthorized users> from accessing this databases. Unfortunately this is causing problems with> MapGuide. I have already tried to change the security of the MapGuide> directories in different ways, but I run into the problem that either the> viewer is not correctly working or I can not login to the MapGuide Studio> anymore.> > Is it in first place possible to work with MapGuide and Integrated security> and if yes how could this be achieved ?> > Is it maybe possible to disable the MapGuide security somewhere in the> templates (note: I am providing the weblayout with user and password but> without any result) ?> > This problem is keeping me busy already for months, therefore any help is> highly appreciated.> > Kind regards,> Ismaël> -- > View this message in context: http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11941302> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 17> Date: Wed, 1 Aug 2007 13:26:05 +0530> From: "Deepak Kumar" <deepak123 at roseindia.net>> Subject: [mapguide-users] Label line> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID: <CLEHJCLDPCPPNGFINFEOAELECLAA.deepak123 at roseindia.net>> Content-Type: text/plain; charset="iso-8859-1"> > Hi,> > I am using > $propertyCollection = MakeLine("Line ".$linecount, $x0, $y0, $x1, $y1);> $batchPropertyCollection->Add($propertyCollection);> > How can I lable the line?> > Regards> deepak> > > ------------------------------> > Message: 18> Date: Wed, 1 Aug 2007 13:27:52 +0530> From: "Deepak Kumar" <deepak123 at roseindia.net>> Subject: [mapguide-users] Lable Line> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID: <CLEHJCLDPCPPNGFINFEOGELECLAA.deepak123 at roseindia.net>> Content-Type: text/plain; charset="us-ascii"> > Hi Dhirendra,> > How can i lable a line?> > Thanks> Deepak> > > ------------------------------> > Message: 19> Date: Wed, 1 Aug 2007 01:23:07 -0700 (PDT)> From: Rahul <unicorn_admirer at yahoo.com>> Subject: Re: [mapguide-users] Solve problem MySQL Polygon Selection> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>> Message-ID: <332642.26625.qm at web34508.mail.mud.yahoo.com>> Content-Type: text/plain; charset="iso-8859-1"> > Hi ,> I think you can use Shp2PgSql Tool as i used that tool to transfer shp file into PostGIS Database.You can also try to download QGIS (Free QuantumGIS ) for importing shapefile into PostGIS using Graphical user interface.You can define SRID as well as Geometry Column Name and public schema etc.> > Cheers> Max !!> > > Dhirendra Kumar <dhirendra.mgos at gmail.com> wrote:> > Hi Rahul-2> > Now I established connection Mapguide studio 2007 with postgressql/postgis> Database and also add PostGIS provider in FDO2FDO. Connection is OK. But> after assignig source attribute with destination table attribute and> providing Source class name: [SDF file name] and Destination class name:> [Destination Table name] and when press Run Copy Task then it show> Error:c_FDO_Api::CopyFdoClass:Unable to find Class 'mouza' in destiantion!.> but mouza table is persent in destination database. Rahul anything wrong in> my step ? I also transfered SHP file using OGR2OGR in Postgres but due to> performance problem i want to transfer sdf or shp file directly in database> table using FDo2FDO. Rahul is it posible ? if you have any idea, how to> transfer all data in PostgreSQL/PostGIS database using FDO2FDO then help me.> I am asking to you because you already used PostgreSQL. Thankyou in Advance.> > Regards,> Dhirendra Kumar> > Rahul-2 wrote:> > > > Hi,> > OracleXE is free to download ,you can check on oracle> > website,Regarding the slowness its nothing to do with PostGIS Database as> > i already used some other webGIS solutions and no problem regarding> > selection or anything ,may be something to do with OGR Provider(No Idea)> > may be better clarification required from Tarain or Kenneth.> > > > I think you try with SDF and 20 layers are not important ,the important> > thing is data size and if you follow the "Guide--implementing best> > practises using the MapGuide",i think u can work with 20 layers,just try> > to work through with SDF if you have no customer limitations regarding the> > Database.> > > > Cheers> > Max !!> > > > Dhirendra Kumar wrote:> > > > Hi Rahul,> > > > Thankyou for suggestion. I want to use free database i have not idea about> > OracleXE, it is free or not ? but i already test PostGIS. PostGIS is slow> > in> > compare of MySQL. In PostGIS when i select one polygon then polygon> > higlight> > after few second on my local machine. Any method to increase PostGIS> > performence ? 20 layers in my project so i think SQLite will be not good> > for> > this project. help me. Thankyou in Advance.> > > > Regards,> > > > Dhirendrs Kumar> > > > Rahul-2 wrote:> >> > >> Hi,> >> I think you can try OracleXE and use King Oracle Provider 0.7.1> >> or you can try PostGIS as both are much better Spatial Databases as> >> compared to MySQL. > >> > >> SDF uses SQLite inbuilt database so i think for small scale not for> >> enterprise solution SDF will also be an option to consider upon> >> seriously.> >> > >> Cheers> >> Max> >> > >> Dhirendra Kumar wrote:> >> > >> Hi Kenneth,> >> > >> Thankyou for replay and giving suggestion once again. I can't use Oracle> >> as> >> a FDO Database so for that resion i want use MySQL. you mentioned in 3rd> >> no.> >> points Use another provider, so which provider is better ? and another> >> thing> >> you mentioned transfer all data using sdf file. So i transfered all data> >> in> >> MySQL database using FDO2FDO, 1st i convert shp file to sdf and after> >> that> >> importing sdf file in MySQL using FDO2FDO.Kenneth, any thing wrong in my> >> steps ? I am waiting for your suggestion.> >> > >> Regards,> >> Dhirendra Kumar> >> > >> > >> Kenneth, GEOGRAF A/S wrote:> >>> > >>> As someone else mentioned, the selection problem is a known bug in the > >>> MySQL provider.> >>> You have the following options:> >>> 1. Wait until someone fixes the problem.> >>> 2. Download source and fix it yourself (or perhaps pay someone to do it)> >>> 3. Use another provider> >>> > >>> If you MUST use a "real" database, I can only suggest Oracle (you have > >>> tried the others).> >>> Are there any reason that you cannot use SDF files?> >>> > >>> Regards, Kenneth, GEOGRAF A/S> >>> > >>> > >>> > >>> Dhirendra Kumar skrev:> >>>> Hi All,> >>>>> >>>> Sorry for repeating this qustion. I tested MS SQL server, MySQL,> >>>> Postgresql/postGIS and i got result MySQL performance is better in> >>>> compare> >>>> of all, but problem in polygon selection. I want to know that, no way> >>>> to> >>>> solve this polygon selection problem ? :(> >>>> PROBLEM:- When i select some polygon then near polygon get highlighted> >>>> in> >>>> place of current selection.> >>>> If anyone have idea or suggestion then please help me. Thankyou in> >>>> Advance.> >>>>> >>>> Regards,> >>>>> >>>> Dhirendra Kumar> >>>> > >>> _______________________________________________> >>> mapguide-users mailing list> >>> mapguide-users at lists.osgeo.org> >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >>> > >>> > >> > >> -- > >> View this message in context:> >> http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11918234> >> Sent from the MapGuide Users mailing list archive at Nabble.com.> >> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > >> > >> ---------------------------------> >> Building a website is a piece of cake. > >> Yahoo! Small Business gives you all the tools to get online.> >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > > > > -- > > View this message in context:> > http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11919719> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > > > ---------------------------------> > Building a website is a piece of cake. > > Yahoo! Small Business gives you all the tools to get online.> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11941126> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ---------------------------------> Boardwalk for $500? In 2007? Ha! > Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.> -------------- next part --------------> An HTML attachment was scrubbed...> URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070801/934f56e0/attachment-0001.html> > ------------------------------> > Message: 20> Date: Wed, 1 Aug 2007 04:49:34 -0700 (PDT)> From: Jose Manuel C G <gis at mapas-sll.com>> Subject: [mapguide-users] calculate route> To: mapguide-users at lists.osgeo.org> Message-ID: <11944011.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > I have a new proyect now to calculate routes between 2 points (streets), and> I found pgRouting based on PostGis.> > I'd like to know any other posibilities or apps to do this task. Any idea? > > thk.> -- > View this message in context: http://www.nabble.com/calculate-route-tf4199613s16610.html#a11944011> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 21> Date: Wed, 1 Aug 2007 07:50:45 -0400> From: "Martin Morrison" <martin.morrison at edsi.com>> Subject: RE: [mapguide-users] Setting up own security with MapGuide> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <FD2BD3B38865714984074E06C499BB4C1A6FA5 at exchange1.corp.edsi.com>> Content-Type: text/plain; charset="iso-8859-1"> > What type of database?> > -----Original Message-----> From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> Sent: Wednesday, August 01, 2007 3:54 AM> To: mapguide-users at lists.osgeo.org> Subject: [mapguide-users] Setting up own security with MapGuide> > > Hello,> > I have posted this message alreay a couple of times, but until now nobody> could provide me with an answer. > As I see this as a basic functionality on IIS I assume someone should have> already ran into this problem too. > I am using the .NET API to develop an application around MapGuide. This> application is accessing external databases. I have set up my own> application with Integrated Security in order to prevent unauthorized users> from accessing this databases. Unfortunately this is causing problems with> MapGuide. I have already tried to change the security of the MapGuide> directories in different ways, but I run into the problem that either the> viewer is not correctly working or I can not login to the MapGuide Studio> anymore.> > Is it in first place possible to work with MapGuide and Integrated security> and if yes how could this be achieved ?> > Is it maybe possible to disable the MapGuide security somewhere in the> templates (note: I am providing the weblayout with user and password but> without any result) ?> > This problem is keeping me busy already for months, therefore any help is> highly appreciated.> > Kind regards,> Ismaël> -- > View this message in context: http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11941302> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ------------------------------> > Message: 22> Date: Wed, 1 Aug 2007 04:52:14 -0700 (PDT)> From: JeromeA <PraktikantTA3 at stuttgart-airport.com>> Subject: Re: [mapguide-users] calculate route> To: mapguide-users at lists.osgeo.org> Message-ID: <11944013.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > You could use A* (A-Star) or Dijkstra algorithm.> > > Jose Manuel C G wrote:> > > > I have a new proyect now to calculate routes between 2 points (streets),> > and I found pgRouting based on PostGis.> > > > I'd like to know any other posibilities or apps to do this task. Any idea? > > > > thk.> > > > -- > View this message in context: http://www.nabble.com/calculate-route-tf4199613s16610.html#a11944013> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 23> Date: Wed, 1 Aug 2007 05:39:04 -0700 (PDT)> From: Ismael Cams <mapguide2007 at gmail.com>> Subject: [mapguide-users] RE: Setting up own security with MapGuide> To: mapguide-users at lists.osgeo.org> Message-ID: <11944773.post at talk.nabble.com>> Content-Type: text/plain; charset=UTF-8> > > These are non-geospatial databases. Basically I get the id of a feature (e.g.> parcelnumber) out of the map and need to get information out of these> databases based on the id. The kind of information is very different (e.g.> reports, parcel information). The used database vendors are ranging from SQL> Server, MS Acces to Oracle. The access is done with a direct connection (not> via FDO) towards the databases.> One thing that should be possible for example is to add new information to> the database based on a spatial filter in the map. But not everyone is> allowed to this, neither is everybody allowed to generate reports.> Each of these handlings are separate .aspx pages that need to be secured> based on the user that is logged in (windows users). Therefore I need to> work with Integrated Security. > > Hope this gives a clear picture of what I try to achieve.> > > Martin Morrison wrote:> > > > What type of database?> > > > -----Original Message-----> > From: mapguide-users-bounces at lists.osgeo.org> > [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> > Sent: Wednesday, August 01, 2007 3:54 AM> > To: mapguide-users at lists.osgeo.org> > Subject: [mapguide-users] Setting up own security with MapGuide> > > > > > Hello,> > > > I have posted this message alreay a couple of times, but until now nobody> > could provide me with an answer. > > As I see this as a basic functionality on IIS I assume someone should have> > already ran into this problem too. > > I am using the .NET API to develop an application around MapGuide. This> > application is accessing external databases. I have set up my own> > application with Integrated Security in order to prevent unauthorized> > users> > from accessing this databases. Unfortunately this is causing problems with> > MapGuide. I have already tried to change the security of the MapGuide> > directories in different ways, but I run into the problem that either the> > viewer is not correctly working or I can not login to the MapGuide Studio> > anymore.> > > > Is it in first place possible to work with MapGuide and Integrated> > security> > and if yes how could this be achieved ?> > > > Is it maybe possible to disable the MapGuide security somewhere in the> > templates (note: I am providing the weblayout with user and password but> > without any result) ?> > > > This problem is keeping me busy already for months, therefore any help is> > highly appreciated.> > > > Kind regards,> > Ismaël> > -- > > View this message in context:> > http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11941302> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11944773> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 24> Date: Wed, 1 Aug 2007 06:07:43 -0700 (PDT)> From: Naumce Lazarevski <nume at mt.net.mk>> Subject: Re: [mapguide-users] Problem creating new Layer, Map or> Feature Source> To: mapguide-users at lists.osgeo.org> Message-ID: <11945241.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > Hi,> > I have reinstalled MG (1.1.0 and 1.2.0 RC1), uninstalled the anti virus and> disabled the Firewall, but the situation is the same.> > When I try to create Datasource, layer or map, I receive message "ERROR: OK"> > Please help.> > Naumce> > > > Zak James wrote:> > > > Naumce,> > > > This can happen if you have antivirus or firewall software installed> > that interferes with the ability of webstudio to communicate with the> > server. Try disabling anything like that temporarily to see if it> > clears up the problem.> > > > zak> > > > On 7/31/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> >>> >> Hello MG community> >>> >> I have installed MG Open Source and sample data and application is Up and> >> Running.> >> On one test computer creation of new layer, data source or map is Ok, but> >> on> >> another computer (both with Windows XP) I can create folder in the> >> library,> >> but after creating map, layer or data source, I receive message "ERROR:> >> OK".> >>> >> Naumce Lazarevski> >> --> >> View this message in context:> >> http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11925022> >> Sent from the MapGuide Users mailing list archive at Nabble.com.> >>> >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >>> > > > > > -- > > Zak James> > Applications and Software Development> > DM Solutions Group Inc.> > http://www.dmsolutions.ca> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11945241> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 25> Date: Wed, 1 Aug 2007 06:17:25 -0700 (PDT)> From: Dhirendra Kumar <dhirendra.mgos at gmail.com>> Subject: Re: [mapguide-users] Lable Line> To: mapguide-users at lists.osgeo.org> Message-ID: <11945416.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > Hi Deepak,> > Write your problem in detail.> > Regards,> Dhirendra Kumar> > Deepak Kumar wrote:> > > > Hi Dhirendra,> > > > How can i lable a line?> > > > Thanks> > Deepak> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Solve-problem-MySQL-Polygon-Selection-tf4170008s16610.html#a11945416> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 26> Date: Wed, 1 Aug 2007 06:34:04 -0700 (PDT)> From: David Hequet <david.hequet at free.fr>> Subject: [mapguide-users] WebserverExtension <-> MapguideServer dialog> question> To: mapguide-users at lists.osgeo.org> Message-ID: <11945702.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > Hi,> > I have a few question about WebServerExtension and MapguideServer Dialog> protocol:> 1) Which dialog protocol use WebServerExtension when it ask MapGuideServer> for a map? I Think it's standard TCP-IP, can you confirm?> > 2) I have to try a configuration like this:> - 1 server with IIS, WebServerExtension and mapguide Site> - 1 Site Server with MapguideServer> - 1 Site Server that is the first Site Server replica> > The WebServerExtension part must use either the first server or the second.> It must be capable of switching from one to the other depending on charge or> crash from one of the site server. I'm Using MG Enterprise 2008.> > Do you have a hint how to do that?> > Thank's!> -- > View this message in context: http://www.nabble.com/WebserverExtension-%3C-%3E-MapguideServer-dialog-question-tf4200127s16610.html#a11945702> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 27> Date: Wed, 1 Aug 2007 09:53:10 -0400> From: "Martin Morrison" <martin.morrison at edsi.com>> Subject: RE: [mapguide-users] RE: Setting up own security with> MapGuide> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <FD2BD3B38865714984074E06C499BB4C1A6FAC at exchange1.corp.edsi.com>> Content-Type: text/plain; charset="iso-8859-1"> > Look at the solution without using Mapguide for a moment. I presume you can query/update data in a normal web form without Mapguide. > > With the assumption that you have that working you can create a new frameset with two frames. One being Mapguide, the other being your web form that accesses the database. Pass data back and forth between the 2 forms as needed. Use Mapguide with anonymous access and update the data in the web form using Integrated Security.> > This is only one way to do it, I'm sure other people will chime in with other methods that may be better and more efficient.> > Martin> > > -----Original Message-----> From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> Sent: Wednesday, August 01, 2007 8:39 AM> To: mapguide-users at lists.osgeo.org> Subject: [mapguide-users] RE: Setting up own security with MapGuide> > > These are non-geospatial databases. Basically I get the id of a feature (e.g.> parcelnumber) out of the map and need to get information out of these> databases based on the id. The kind of information is very different (e.g.> reports, parcel information). The used database vendors are ranging from SQL> Server, MS Acces to Oracle. The access is done with a direct connection (not> via FDO) towards the databases.> One thing that should be possible for example is to add new information to> the database based on a spatial filter in the map. But not everyone is> allowed to this, neither is everybody allowed to generate reports.> Each of these handlings are separate .aspx pages that need to be secured> based on the user that is logged in (windows users). Therefore I need to> work with Integrated Security. > > Hope this gives a clear picture of what I try to achieve.> > > Martin Morrison wrote:> > > > What type of database?> > > > -----Original Message-----> > From: mapguide-users-bounces at lists.osgeo.org> > [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> > Sent: Wednesday, August 01, 2007 3:54 AM> > To: mapguide-users at lists.osgeo.org> > Subject: [mapguide-users] Setting up own security with MapGuide> > > > > > Hello,> > > > I have posted this message alreay a couple of times, but until now nobody> > could provide me with an answer. > > As I see this as a basic functionality on IIS I assume someone should have> > already ran into this problem too. > > I am using the .NET API to develop an application around MapGuide. This> > application is accessing external databases. I have set up my own> > application with Integrated Security in order to prevent unauthorized> > users> > from accessing this databases. Unfortunately this is causing problems with> > MapGuide. I have already tried to change the security of the MapGuide> > directories in different ways, but I run into the problem that either the> > viewer is not correctly working or I can not login to the MapGuide Studio> > anymore.> > > > Is it in first place possible to work with MapGuide and Integrated> > security> > and if yes how could this be achieved ?> > > > Is it maybe possible to disable the MapGuide security somewhere in the> > templates (note: I am providing the weblayout with user and password but> > without any result) ?> > > > This problem is keeping me busy already for months, therefore any help is> > highly appreciated.> > > > Kind regards,> > Ismaël> > -- > > View this message in context:> > http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11941302> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11944773> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > ------------------------------> > Message: 28> Date: Wed, 1 Aug 2007 10:15:16 -0400> From: "Zak James" <zak4ms at gmail.com>> Subject: Re: [mapguide-users] Problem creating new Layer, Map or> Feature Source> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <488dfaa70708010715n2346e22cye9cbdf367db6e6a1 at mail.gmail.com>> Content-Type: text/plain; charset=ISO-8859-1> > There are 2 conditions that can cause this less-than-helpful error> message to appear:> > 1. The server is responding to a request to generate a tree of the> resources in the repository but no data are loaded.> > 2. The attempt to create a new resource failed, potentially because> the logged in user does not have permission to create resources in the> repository.> > Are you using IIS?> > zak> > On 8/1/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> >> > Hi,> >> > I have reinstalled MG (1.1.0 and 1.2.0 RC1), uninstalled the anti virus and> > disabled the Firewall, but the situation is the same.> >> > When I try to create Datasource, layer or map, I receive message "ERROR: OK"> >> > Please help.> >> > Naumce> >> >> >> > Zak James wrote:> > >> > > Naumce,> > >> > > This can happen if you have antivirus or firewall software installed> > > that interferes with the ability of webstudio to communicate with the> > > server. Try disabling anything like that temporarily to see if it> > > clears up the problem.> > >> > > zak> > >> > > On 7/31/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> > >>> > >> Hello MG community> > >>> > >> I have installed MG Open Source and sample data and application is Up and> > >> Running.> > >> On one test computer creation of new layer, data source or map is Ok, but> > >> on> > >> another computer (both with Windows XP) I can create folder in the> > >> library,> > >> but after creating map, layer or data source, I receive message "ERROR:> > >> OK".> > >>> > >> Naumce Lazarevski> > >> --> > >> View this message in context:> > >> http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11925022> > >> Sent from the MapGuide Users mailing list archive at Nabble.com.> > >>> > >> _______________________________________________> > >> mapguide-users mailing list> > >> mapguide-users at lists.osgeo.org> > >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > >>> > >> > >> > > --> > > Zak James> > > Applications and Software Development> > > DM Solutions Group Inc.> > > http://www.dmsolutions.ca> > > _______________________________________________> > > mapguide-users mailing list> > > mapguide-users at lists.osgeo.org> > > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > >> > >> >> > --> > View this message in context: http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11945241> > Sent from the MapGuide Users mailing list archive at Nabble.com.> >> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > > -- > Zak James> Applications and Software Development> DM Solutions Group Inc.> http://www.dmsolutions.ca> > > ------------------------------> > Message: 29> Date: Wed, 1 Aug 2007 07:15:36 -0700 (PDT)> From: Ismael Cams <mapguide2007 at gmail.com>> Subject: [mapguide-users] RE: RE: Setting up own security with> MapGuide> To: mapguide-users at lists.osgeo.org> Message-ID: <11946341.post at talk.nabble.com>> Content-Type: text/plain; charset=UTF-8> > > Thanks for the proposed solution Martin. > Unfortunately I thought it would be a good idea to have the application> integrated as much as possible in the MapGuide viewer. As a result all the> actions are started from within the toolbar (to have one look and feel) with> invoke URL commands and showed in the taskpane. This might not have been a> good idea after all ... > > As the application contains a lot of code and I will not have the time to> completely rewrite it, I hope there is a workaround possible to overcome> this.> > > Martin Morrison wrote:> > > > Look at the solution without using Mapguide for a moment. I presume you> > can query/update data in a normal web form without Mapguide. > > > > With the assumption that you have that working you can create a new> > frameset with two frames. One being Mapguide, the other being your web> > form that accesses the database. Pass data back and forth between the 2> > forms as needed. Use Mapguide with anonymous access and update the data> > in the web form using Integrated Security.> > > > This is only one way to do it, I'm sure other people will chime in with> > other methods that may be better and more efficient.> > > > Martin> > > > > > -----Original Message-----> > From: mapguide-users-bounces at lists.osgeo.org> > [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> > Sent: Wednesday, August 01, 2007 8:39 AM> > To: mapguide-users at lists.osgeo.org> > Subject: [mapguide-users] RE: Setting up own security with MapGuide> > > > > > These are non-geospatial databases. Basically I get the id of a feature> > (e.g.> > parcelnumber) out of the map and need to get information out of these> > databases based on the id. The kind of information is very different (e.g.> > reports, parcel information). The used database vendors are ranging from> > SQL> > Server, MS Acces to Oracle. The access is done with a direct connection> > (not> > via FDO) towards the databases.> > One thing that should be possible for example is to add new information to> > the database based on a spatial filter in the map. But not everyone is> > allowed to this, neither is everybody allowed to generate reports.> > Each of these handlings are separate .aspx pages that need to be secured> > based on the user that is logged in (windows users). Therefore I need to> > work with Integrated Security. > > > > Hope this gives a clear picture of what I try to achieve.> > > > > > Martin Morrison wrote:> >> > >> What type of database?> >> > >> -----Original Message-----> >> From: mapguide-users-bounces at lists.osgeo.org> >> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> >> Sent: Wednesday, August 01, 2007 3:54 AM> >> To: mapguide-users at lists.osgeo.org> >> Subject: [mapguide-users] Setting up own security with MapGuide> >> > >> > >> Hello,> >> > >> I have posted this message alreay a couple of times, but until now nobody> >> could provide me with an answer. > >> As I see this as a basic functionality on IIS I assume someone should> >> have> >> already ran into this problem too. > >> I am using the .NET API to develop an application around MapGuide. This> >> application is accessing external databases. I have set up my own> >> application with Integrated Security in order to prevent unauthorized> >> users> >> from accessing this databases. Unfortunately this is causing problems> >> with> >> MapGuide. I have already tried to change the security of the MapGuide> >> directories in different ways, but I run into the problem that either the> >> viewer is not correctly working or I can not login to the MapGuide Studio> >> anymore.> >> > >> Is it in first place possible to work with MapGuide and Integrated> >> security> >> and if yes how could this be achieved ?> >> > >> Is it maybe possible to disable the MapGuide security somewhere in the> >> templates (note: I am providing the weblayout with user and password but> >> without any result) ?> >> > >> This problem is keeping me busy already for months, therefore any help is> >> highly appreciated.> >> > >> Kind regards,> >> Ismaël> >> -- > >> View this message in context:> >> http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11941302> >> Sent from the MapGuide Users mailing list archive at Nabble.com.> >> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> > >> > > > > -- > > View this message in context:> > http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11944773> > Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11946341> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 30> Date: Wed, 01 Aug 2007 09:26:53 -0500> From: Rich Bauer <rdbauer at gmail.com>> Subject: Re: [mapguide-users] RE: RE: Setting up own security with> MapGuide> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>> Message-ID: <46B0982D.4060001 at gmail.com>> Content-Type: text/plain; charset="us-ascii"> > An HTML attachment was scrubbed...> URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070801/4f6cfc92/attachment-0001.html> > ------------------------------> > Message: 31> Date: Wed, 1 Aug 2007 07:29:46 -0700 (PDT)> From: Naumce Lazarevski <nume at mt.net.mk>> Subject: Re: [mapguide-users] Problem creating new Layer, Map or> Feature Source> To: mapguide-users at lists.osgeo.org> Message-ID: <11946699.post at talk.nabble.com>> Content-Type: text/plain; charset=us-ascii> > > Yes, I'm using IIS, but i tried with enabling "Everyone" to the> MapGuideOpenSource folder.> I'll try with the security settings.> > Naumce> > > > Zak James wrote:> > > > There are 2 conditions that can cause this less-than-helpful error> > message to appear:> > > > 1. The server is responding to a request to generate a tree of the> > resources in the repository but no data are loaded.> > > > 2. The attempt to create a new resource failed, potentially because> > the logged in user does not have permission to create resources in the> > repository.> > > > Are you using IIS?> > > > zak> > > > On 8/1/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> >>> >> Hi,> >>> >> I have reinstalled MG (1.1.0 and 1.2.0 RC1), uninstalled the anti virus> >> and> >> disabled the Firewall, but the situation is the same.> >>> >> When I try to create Datasource, layer or map, I receive message "ERROR:> >> OK"> >>> >> Please help.> >>> >> Naumce> >>> >>> >>> >> Zak James wrote:> >> >> >> > Naumce,> >> >> >> > This can happen if you have antivirus or firewall software installed> >> > that interferes with the ability of webstudio to communicate with the> >> > server. Try disabling anything like that temporarily to see if it> >> > clears up the problem.> >> >> >> > zak> >> >> >> > On 7/31/07, Naumce Lazarevski <nume at mt.net.mk> wrote:> >> >>> >> >> Hello MG community> >> >>> >> >> I have installed MG Open Source and sample data and application is Up> >> and> >> >> Running.> >> >> On one test computer creation of new layer, data source or map is Ok,> >> but> >> >> on> >> >> another computer (both with Windows XP) I can create folder in the> >> >> library,> >> >> but after creating map, layer or data source, I receive message> >> "ERROR:> >> >> OK".> >> >>> >> >> Naumce Lazarevski> >> >> --> >> >> View this message in context:> >> >>> >> http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11925022> >> >> Sent from the MapGuide Users mailing list archive at Nabble.com.> >> >>> >> >> _______________________________________________> >> >> mapguide-users mailing list> >> >> mapguide-users at lists.osgeo.org> >> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> >>> >> >> >> >> >> > --> >> > Zak James> >> > Applications and Software Development> >> > DM Solutions Group Inc.> >> > http://www.dmsolutions.ca> >> > _______________________________________________> >> > mapguide-users mailing list> >> > mapguide-users at lists.osgeo.org> >> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> >> >> >> >> >>> >> --> >> View this message in context:> >> http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11945241> >> Sent from the MapGuide Users mailing list archive at Nabble.com.> >>> >> _______________________________________________> >> mapguide-users mailing list> >> mapguide-users at lists.osgeo.org> >> http://lists.osgeo.org/mailman/listinfo/mapguide-users> >>> > > > > > -- > > Zak James> > Applications and Software Development> > DM Solutions Group Inc.> > http://www.dmsolutions.ca> > _______________________________________________> > mapguide-users mailing list> > mapguide-users at lists.osgeo.org> > http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > -- > View this message in context: http://www.nabble.com/Problem-creating-new-Layer%2C-Map-or-Feature-Source-tf4193295s16610.html#a11946699> Sent from the MapGuide Users mailing list archive at Nabble.com.> > > > ------------------------------> > Message: 32> Date: Wed, 1 Aug 2007 10:41:03 -0400> From: "Martin Morrison" <martin.morrison at edsi.com>> Subject: RE: [mapguide-users] RE: RE: Setting up own security with> MapGuide> To: "MapGuide Users Mail List" <mapguide-users at lists.osgeo.org>> Message-ID:> <FD2BD3B38865714984074E06C499BB4C1A6FAD at exchange1.corp.edsi.com>> Content-Type: text/plain; charset="iso-8859-1"> > Correct.> > > > ________________________________> > From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Rich Bauer> Sent: Wednesday, August 01, 2007 10:27 AM> To: MapGuide Users Mail List> Subject: Re: [mapguide-users] RE: RE: Setting up own security with MapGuide> > > > I am not positive, but you are able to have basically completely separate pages in the task pane, so if you don't use any connection to MapGuide, then you should be ok because the Task pane is just a frame. Like I said, I am not positive but in my opinion it should work.> > Rich> > Ismael Cams wrote: > > Thanks for the proposed solution Martin. > Unfortunately I thought it would be a good idea to have the application> integrated as much as possible in the MapGuide viewer. As a result all the> actions are started from within the toolbar (to have one look and feel) with> invoke URL commands and showed in the taskpane. This might not have been a> good idea after all ... > > As the application contains a lot of code and I will not have the time to> completely rewrite it, I hope there is a workaround possible to overcome> this.> > > Martin Morrison wrote:> > > Look at the solution without using Mapguide for a moment. I presume you> can query/update data in a normal web form without Mapguide. > > With the assumption that you have that working you can create a new> frameset with two frames. One being Mapguide, the other being your web> form that accesses the database. Pass data back and forth between the 2> forms as needed. Use Mapguide with anonymous access and update the data> in the web form using Integrated Security.> > This is only one way to do it, I'm sure other people will chime in with> other methods that may be better and more efficient.> > Martin> > > -----Original Message-----> From: mapguide-users-bounces at lists.osgeo.org> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> Sent: Wednesday, August 01, 2007 8:39 AM> To: mapguide-users at lists.osgeo.org> Subject: [mapguide-users] RE: Setting up own security with MapGuide> > > These are non-geospatial databases. Basically I get the id of a feature> (e.g.> parcelnumber) out of the map and need to get information out of these> databases based on the id. The kind of information is very different (e.g.> reports, parcel information). The used database vendors are ranging from> SQL> Server, MS Acces to Oracle. The access is done with a direct connection> (not> via FDO) towards the databases.> One thing that should be possible for example is to add new information to> the database based on a spatial filter in the map. But not everyone is> allowed to this, neither is everybody allowed to generate reports.> Each of these handlings are separate .aspx pages that need to be secured> based on the user that is logged in (windows users). Therefore I need to> work with Integrated Security. > > Hope this gives a clear picture of what I try to achieve.> > > Martin Morrison wrote:> > > What type of database?> > -----Original Message-----> From: mapguide-users-bounces at lists.osgeo.org> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Ismael Cams> Sent: Wednesday, August 01, 2007 3:54 AM> To: mapguide-users at lists.osgeo.org> Subject: [mapguide-users] Setting up own security with MapGuide> > > Hello,> > I have posted this message alreay a couple of times, but until now nobody> could provide me with an answer. > As I see this as a basic functionality on IIS I assume someone should> have> already ran into this problem too. > I am using the .NET API to develop an application around MapGuide. This> application is accessing external databases. I have set up my own> application with Integrated Security in order to prevent unauthorized> users> from accessing this databases. Unfortunately this is causing problems> with> MapGuide. I have already tried to change the security of the MapGuide> directories in different ways, but I run into the problem that either the> viewer is not correctly working or I can not login to the MapGuide Studio> anymore.> > Is it in first place possible to work with MapGuide and Integrated> security> and if yes how could this be achieved ?> > Is it maybe possible to disable the MapGuide security somewhere in the> templates (note: I am providing the weblayout with user and password but> without any result) ?> > This problem is keeping me busy already for months, therefore any help is> highly appreciated.> > Kind regards,> Ismaël> -- > View this message in context:> http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11941302> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > -- > View this message in context:> http://www.nabble.com/Setting-up-own-security-with-MapGuide-tf4198581s16610.html#a11944773> Sent from the MapGuide Users mailing list archive at Nabble.com.> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > > > > > -------------- next part --------------> An HTML attachment was scrubbed...> URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070801/5a064bb5/attachment-0001.html> > ------------------------------> > _______________________________________________> mapguide-users mailing list> mapguide-users at lists.osgeo.org> http://lists.osgeo.org/mailman/listinfo/mapguide-users> > > End of mapguide-users Digest, Vol 8, Issue 1> ********************************************
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070801/b6b31214/attachment.html


More information about the mapguide-users mailing list