[mapguide-users] MGOS - DWG / DXF

2012-08-28 Thread David Das Neves
Hello all I have a simple question which could not be answered fully after searching the web: Is it possible to load dwg or dxf-files directly with MGOS and how will the performance be? Greetings David ___ mapguide-users mailing list

Re: [mapguide-users] MGOS - DWG / DXF

2012-08-28 Thread GordonL
According the OGR/GDAL site (http://www.gdal.org/ogr/ogr_formats.html) DWG is supported (but I would definitely say that Object Data and Link Templates aren't), although I haven't tried the OGR for DWG yet. -- View this message in context:

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-28 Thread Steve G
Gordon has the money shot...however, I have noticed some problems with setting up the feature sources in Maestro using alias connections (both file and folder). Basically, when you set up a connection to an alias using the Single feature type, the path is correctly displayed. But when you do the

[mapguide-users] Fusion tool tip

2012-08-28 Thread elliott17
Fusion can have a tool tip showing an image. There is a site from Jackie showing the following text. http://www.aecsystems.com.au/BLOG/entry/the-expressive-power-of-mapguide-tooltips.html Concat('div http://www.somepublicallyavailablewebserver.com/parcels/image.php?ParcelID=', PARCEL_ID, '

[mapguide-users] Folders created in Maestro

2012-08-28 Thread sidecar5
Team, when I create a new folder in Maestro, does it appear somewhere under either C:\Program Files\OSGeo\MapGuide Maestro 5.0b3 or under C:\Program Files\OSGeo\MapGuide (as I cant find it under either) Cheers, Peter -- View this message in context:

Re: [mapguide-users] Folders created in Maestro

2012-08-28 Thread Ryan Northcott
The folder is in your repository folder in the /program files/osgeo Folder(s) - sent via mobile iOS5 On 2012-08-28, at 7:42 PM, sidecar5 shoemark.pe...@gmail.com wrote: Team, when I create a new folder in Maestro, does it appear somewhere under either C:\Program Files\OSGeo\MapGuide

Re: [mapguide-users] Folders created in Maestro

2012-08-28 Thread Jackie Ng
Folders and data in your repository are abstracted away by MapGuide's resource service. You're not supposed to know (nor do you need to know) the *true* physical location of these folders and files. Is there a reason why you need to know where these folders are? - Jackie -- View this message

Re: [mapguide-users] Fusion tool tip

2012-08-28 Thread Jackie Ng
image.php a theoretical php script that outputs an image for a parcel based on the given parcel ID. So, no there is not actual code for that. It's just to illustrate the point about image urls. - Jackie -- View this message in context:

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-28 Thread Jackie Ng
About the slashes, / is a valid path separator in Windows so this is not an issue. Also, be aware that there is a small defect at the moment with adding top-level aliased raster files: http://trac.osgeo.org/mapguide/ticket/2035 - Jackie -- View this message in context:

Re: [mapguide-users] Fusion tool tip

2012-08-28 Thread Ryan Northcott
I might have been dreaming this, but can't you also put any url right into the hover tooltip via an iframe src=xxx.com.page?VARIABLE=[MAP ATTRIBUTE] / I thought I had seen one of my map techs show me this, and it worked pretty fast and cool. You can do some damage with that puppy On Tue, Aug 28,

Re: [mapguide-users] Fusion tool tip

2012-08-28 Thread Jackie Ng
The tooltip container is just a div that can take on *any* html content. Yes ... Even iframes to other pages - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-tool-tip-tp4998418p4998456.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] MGOS - DWG / DXF

2012-08-28 Thread Jackie Ng
The DWG driver support in OGR is through Teigha/ODA, so most definitely just vanilla AutoCAD and none of the vertical stuff like OD tables and Link Templates. Good luck finding binaries with DWG driver support built-in. - Jackie -- View this message in context:

Re: [mapguide-users] how to do working devguideSample ?

2012-08-28 Thread Jackie Ng
There something wrong with the web server settings for that directory. As a simple test to see whether PHP is correctly working, just create a test.php file like this: ?php phpinfo(); ? Drop this file into the directory in question and try to request this file from your web browser. If you get

Re: [mapguide-users] API Change in MG 2.4 also Affects PUT in GeoRest?

2012-08-28 Thread Jackie Ng
It could be related to this fix I put in for handling previously un-documented behaviour in MgFeatureService.UpdateFeatures http://trac.osgeo.org/mapguide/changeset/6846 But this is just a symptom of a bigger problem. IMO, MgFeatureService.UpdateFeatures is just a poorly designed API that tries

Re: [mapguide-users] FDP components of AISM2013 in MGOS2.4RC?

2012-08-28 Thread Jackie Ng
Legal issues aside (I haven't read the EULA for AIMS, but what you're doing probably violates it), Maestro has a generic fallback editor for FDO providers that do not have a specialized editor for it, so any FDO provider will have some basic level of editor support for it in Maestro. Worse come