[mapguide-users] Doubt with operation find address

2008-10-16 Thread sergi nistal
Hi, Find Address uses rpc.geocoder.us in Sheboygan. Does it exist a general web address to find any data? this is, can I use the function find address to find a name (not a number and a name as is done in Sheboygan, to find a address), but only a name that represents a natural space (layer

Re: Re[mapguide-users] nderingService on MGOS 2.0.2

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
I use the GETMAPIMAGE function extensively, which I belive is the same function, and it works great. What line causes the error? Have you tried with PNG instead of png? Regards, Kenneth Skovhede, GEOGRAF A/S Alex Fordyce skrev: Has anyone been successful using the RenderingService using

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
I agree with Maksim, there seems to be some confusion as to what you want to do. There are two basic scenarios: 1. You want to display some points based on context. An example would be searching for hotels in a certain price interval, and the opening a map with the hotels shown. 2. You want

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Galois
You are wright about the confusion... Anyway, the scenario is the following: I have a map with the Highway of two Italian Cities. Firstly, I would like to display some points of interest on that map. Those points I have them in an XML file. So, my problem till now, is that I add a new layer on

Re: [mapguide-users] Generate map tiles from Oracle data

2008-10-16 Thread gingerbbm
This is really excellent information. So as I understand it if I convert my Oracle tables to SDF, and use the SDFs as layers in a Base Layer group, then seed the tile cache using Zac's tool, it'll fly. My next question is whether MapGuide will use the same set of tiles for base layers that are

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
Lets start out by assuming that you have data in a database, because the actions are more or less the same. In Studio or Maestro, create a new Featuresource (Dataconnection). Choose ODBC as the provider. Set up the page to match your ODBC information. Make sure you point out the X and Y columns

[mapguide-users] AJAX versus DWF problem

2008-10-16 Thread Sebastian NICIU
Hello,   ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] AJAX versus DWF problem

2008-10-16 Thread Sebastian NICIU
Hello,   I have a small problem, please help !!!   I am using the java development environment and need to execute some java code when the map has finished loading. Using the AJAX viewer I use a JSP page that has on the onload property of the body this function :   function onPageLoad() {   

RE: Re: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread stoff
Hi Kenneth, hi Warren! ...just to be sure: Is it true that the Mapguide Studio Printlayouts are only to use within the dwf viewer (and its activeX-features)? To have a customized printlayout in the mapguide ajax standard viewer I have to modify the printablepage.templ? And this pertains

Re: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
To the best of my knowledge, Print Layouts are only avalible when used with the DWF viewer. I am, as always, happy to be corrected, should I be wrong. Printing features in the AJAX viewer are basically a template HTML page with placeholders for the map and legend. You can modify

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
I still can't tell which of the two scenarios you are aiming at. So you have a highway, and some points on the highway. I'm thinking that the points should be created before the user starts to do anything. Does it make sense to convert the data into a database with X and Y columns, before

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Galois
I have a DB with coordinates, but how am I going to put these coordinates in a layer. Even from AutoDesk...? Kenneth Skovhede, GEOGRAF A/S wrote: I still can't tell which of the two scenarios you are aiming at. So you have a highway, and some points on the highway. I'm thinking that

Re: [mapguide-users] Generate map tiles from Oracle data

2008-10-16 Thread gingerbbm
gingerbbm wrote: My next question is whether MapGuide will use the same set of tiles for base layers that are referenced in several different map definitions. I assume it will... can somebody confirm this? Well I've had a look in the Repositories/TileCache folder and it's obvious that

[mapguide-users] DWGLoadProcedure

2008-10-16 Thread Greenhough, Jamie
Hello again MapGuide coders ;) I want to programmatically load .dwg/.shp files to a managed MapGuide environment. I think this can be accomplished with the MapGuide Studio API... but are there any other ways to get this data into the MapGuide server? I'm trying to stay open source. Are

RE: [mapguide-users] Generate map tiles from Oracle data

2008-10-16 Thread Jason Birch
Unfortunately, no. In my opinion, this is a design flaw in MapGuide; base layer groups should be their own entity that is included in other maps. Currently, you can not share them, and any changes in the dynamic map invalidates the layer cache. If you are using OpenLayers directly, rather than

RE: [mapguide-users] Maestro: can't find the table containing the geometry field with SQLServerSpatial

2008-10-16 Thread Carl
Exactly, the returned XML based on the new version of SQLSpatialProvider covers all tables. But now the root node name is changed to 'fdo:DataStore', and Maestro check that the root node name must be 'xs:schema'. (as follows) /// public class

[mapguide-users] MapGuide Oracle FDO provider: Autodesk vs. King.Oracle

2008-10-16 Thread gingerbbm
Dear all [This was originally posted to FDO Users.] We have bought and paid for an MGE2009 licence but have been working with MGOS in order to be up-to-date with the latest and greatest enhancements. But the King.Oracle FDO provider has memory leak issues (

Re: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread BradM
With respect to printing, can we print to PDF and can we specify the DPI so that images will print with a higher resolution? Kenneth Skovhede, GEOGRAF A/S wrote: To the best of my knowledge, Print Layouts are only avalible when used with the DWF viewer. I am, as always, happy to be

RE: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread Jason Birch
No, there is no PDF support in MapGuide. I'd sure love to see GeoPDF (and geo-referenced DWF) supported. This has been mentioned to the appropriate ADSK product manager more than once, but it would be awesome if there was enough community support and a C++ coder willing to get into the guts of

RE: [mapguide-users] MapGuide Oracle FDO provider: Autodesk vs.King.Oracle

2008-10-16 Thread Jason Birch
I don't have MGE 2009, so can't verify this, and I can't comment on the legality, but it should be as simple as: - Ensuring that the appropriate Oracle client libraries are on the server - Copying the Autodesk Oracle provider DLLs (there should be at least three of them) into MapGuide's

RE: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread Gary Morin
I would back both of those proposals Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: 16 October 2008 17:36 To: MapGuide Users Mail List Subject: RE: [mapguide-users] Print Layout - 2 questions... No, there is no PDF support in

[mapguide-users] GETMAPLEGENDIMAGE options?

2008-10-16 Thread Andrew DeMerchant
Is there any documentation about the GETMAPLEGENDIMAGE mapagent operation? Currently, the legend image that I'm getting is pretty bad (note the attached image)...I'd like to be able to make a larger font size, and to be able to get rid of the border (or at least make the legend be inside of

[mapguide-users] Oracle XE with ODBC?

2008-10-16 Thread Gordon Luckett
Hi, has anyone been able to enumerate the list of tables in Oracle XE 10g when connecting in MapGuide Studio with ODBC. None of the tables appear in the Show Tables area when making an OSGEO FDO Provider for ODBC. None of the tables are spatial just numeric with Lat and Long... I have tried

Re: [mapguide-users] Supported WMS and WFS in MapGuide

2008-10-16 Thread BradM
WMS is critical to the success of my mapguide applications. Can anyone answer Kenneth? Kenneth Skovhede, GEOGRAF A/S wrote: If found the following document describing the versions of WMS and WFS supported in MapGuide: http://mapguide.osgeo.org/faq_ogcserices.html The page appears

RE: [mapguide-users] Please help! Has anybody used King.Oracleinreal conditions?

2008-10-16 Thread Haris Kurtagic
Hi, I am running MG OS 2.0.1 with King.Oracle provider. I have problems that I cant clearly reproduce problems with memory leaks. I noticed some strange slow running but to soon to tell exactly. Can you tell me what version of provider are you using and MapGuide and Oracle client ? Thanks,

RE: [mapguide-users] Please help! Has anybody used King.Oracleinrealconditions?

2008-10-16 Thread Haris Kurtagic
Hi, I was not able to reproduce problem with my builds of MapGuide 2.0.1 and King.Oracle, at least not yet. However, I was able to reproduce memory problem with standard installation files from MG 2.0.1 and King.Oracle binaries from our web site and Oracle instant client 10.2.0.3. Also I noticed

Re: [mapguide-users] Oracle XE with ODBC?

2008-10-16 Thread Zac Spitzer
was your userame in uppercase? On Fri, Oct 17, 2008 at 5:45 AM, Gordon Luckett [EMAIL PROTECTED] wrote: Hi, has anyone been able to enumerate the list of tables in Oracle XE 10g when connecting in MapGuide Studio with ODBC. None of the tables appear in the Show Tables area when making an

Re: Re[mapguide-users] nderingService on MGOS 2.0.2

2008-10-16 Thread Zac Spitzer
there's a few case sensitive gotcha's like that with mapguide... worth filing a bug? On Fri, Oct 17, 2008 at 11:41 AM, Alex Fordyce [EMAIL PROTECTED] wrote: Kenneth, I don't know whether to laugh or cry, but that was it! Changed png to PNG and it works great now. Thank you so much.

Re: [mapguide-users] Supported WMS and WFS in MapGuide

2008-10-16 Thread Zac Spitzer
I think you can test the server side capabilities using the web tier tests which allows passing a version http://locahost:8008/mapguide/mapagent/ there are a few quirks with WMS in there, GetMap returns only layers ( and a list of them ) rather than maps, there's no caching and or http cache

RE: [mapguide-users] Please help! Has anybody used King.Oracle inreal conditions?

2008-10-16 Thread shreepad Ranadive
Harris thanks a lot. i have almost 5 live porjects using king fdo so we are really depend upon this update thanks shreepad haris kurtagic wrote: Hi, I am looking into King.Oracle provider right now. I thought we will do it at start of this week but I forgot that my colleague Simon,