Re: [mapguide-users] Advanced Stylization labelling

2013-07-29 Thread GIS4U
I so wish I had an answer for this You so deserve someone to answer your question. Unfortunately, I don't know the answer. On 2013-07-29 6:27 PM, "Jackie Ng" wrote: > Yes, I'm asking a question here :) > > Does anyone know if Advanced Stylization lifts the limitation of label > display on li

Re: [mapguide-users] Add a layer from a shape file (.shp) - MapGuide

2013-04-11 Thread GIS4U
Very cool, sounds like a great solution. On 2013-04-11 10:05 AM, "Srecko Lipovsek" wrote: > Hi > > We have create that kind of function, but in ASP.NET with Topology.dll and > using some code from other functions. > > Function create temporary layer in current map like buffer does. > > Steps: >

Re: [mapguide-users] Mapgiude OS Mobile Viewer

2013-04-03 Thread GIS4U
Hi Brad, Sounds like a fun project. I would agree with Srecko that implementing the functionality can be done with HTML5 or native. Not having worked with the code Srecko has generously made available I can't comment on it specifically. We have done both (HTML/JS and native) and each are equally

Re: [mapguide-users] Mapguide training

2013-02-07 Thread GIS4U
Can you send a link, I'd be happy to to post. On 2013-02-06 10:37 AM, "Johanna Pfalz" wrote: Hi, There is a class being offered through NAIT (Edmonton, AB) the weekend of March 8, 9, and 10th called Web Mapping/GIS Using Open Source Software. The open source software being taught in the course i

Re: [mapguide-users] Mapguide training

2013-02-06 Thread GIS4U
Can you send a link, I'd be happy to to post. On 2013-02-06 10:37 AM, "Johanna Pfalz" wrote: > Hi, > > There is a class being offered through NAIT (Edmonton, AB) the weekend of > March 8, 9, and 10th called Web Mapping/GIS Using Open Source Software. > The open source software being taught in the

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-27 Thread GIS4U
We modified the propertyctrl.templ (on a site by site basis) to look for a specific property name (ie 'Township') and if it finds it, set the value of a variable to something like: var testStr = 'http://www.myserver.com/townshipplans/files/TOWNSHIP-LINK/' + (+properties[i].value) + '.pdf'; and th

Re: [mapguide-users] MGOS - Some Recognition

2012-06-01 Thread GIS4U
Nicely done! Congratulations on your successful project. Jonathon On Fri, Jun 1, 2012 at 6:40 AM, Denis Lalonde wrote: > A little recognition for MGOS and all of you who contributes to the > project: http://goo.gl/cQ2Zo > > > Even with the weird behaviour my site has in Chrome (I’ll fix it with

Re: [mapguide-users] RE: Hyperlink in tool tip

2012-04-16 Thread GIS4U
Hi Darwin, I no longer have access to that code but it really comes down to knowing exactly what is coming through in the URL. NULL vs "" vs "Value" and then catching that case for empty URLs. You then have to follow the URL through the functions (javascript alerts help) and put the appropriate IF

Re: [mapguide-users] Hyperlink in tool tip

2012-04-11 Thread GIS4U
Hi Darwin, I believe you will need to edit the 'ajaxmappane.templ' file. In there are some functions: 1. DisplayHyperlinkTip(x,y) 2. HideHyperlinkTip() I believe you'll need to deal with the Null case for the document.getElementById call. I have done that in the past with success. Regards, Jona

Re: [mapguide-users] ODBC connection: No points shown

2012-03-15 Thread GIS4U
Does the information show up in your Data Source when you preview? If so, do you have a coordinate system set so that MG can reference it to the map? If not, make sure to set it. If so, I would suspect that the primary key as int64 may be the issue. I think you would be safer with int32. Given th

Re: [mapguide-users] Tying DWF's from paper space to FDO data in model space, possible?

2012-02-08 Thread GIS4U
You might be in the wrong group here, that really sound like an Autodesk Map 3D Rubber sheeting type functionality. Regards, Jonathon On Wed, Feb 8, 2012 at 8:53 AM, SteveS wrote: > Some of our data comes from DWF's and the user needs to be able to utilize > view ports in paper space to capture

Re: [mapguide-users] Different colors for one selection

2012-01-12 Thread GIS4U
Perhaps come at it from a different angle... What if you filtered the layer in the Session based on values (cycle through selected objects in code and group them based on ??) and then displayed those polygons in the color of your choice by writing a session layer/layers...not a 'selection' per se

Re: [mapguide-users] Server-side software that can mass convert DWF's to PDF with scheduling?

2011-12-20 Thread GIS4U
I have had great success with this through FME from Safe Software ( www.safe.com). There are also some third party dlls out there that we use for PDF generation for many other applications besides just mapping. That however requires application dev and I am not sure if you want to do that. Hope t

Re: [mapguide-users] Re: Creating batch process to produce DWF's, code bombing out

2011-12-20 Thread GIS4U
So you added the new line to: try { MgMap map = new MgMap(); map.Create(resourceService, newMap, "MAPNAME"); map.Open(resourceService, mapName); Is that correct? Or was it somewhere else in the code? Jonathon On Tue, Dec 20, 2011 at 11:04 AM, SteveS wro

Re: [mapguide-users] Re: Mapagent FCGI Not Found

2011-12-20 Thread GIS4U
Thanks for sharing your detailed solution. Everyone of them posted up here may help someone in the future. On Tue, Dec 20, 2011 at 11:22 AM, John Grego wrote: > My problem is now solved. > > Although I’ve tried everything contained in the following solution before, > I > believe the thoroughnes

Re: [mapguide-users] Re: Mapagent FCGI Not Found

2011-12-08 Thread GIS4U
OK, for what it is worth, I have had strange but similar issues but it does not appear consistently so that I can say: "this is the answer". When I have had it, I have found that adding mapagent.fcgi to the default documents and moving it to the top of the list will solve it. Don't know why...but

Re: [mapguide-users] Re: DWF layers look good in Design Review but out of whack in MapGuide

2011-12-02 Thread GIS4U
Have you tried running MG (IMS) in debug mode and seeing what that says? Might be worth a look. If you unzip the dwf and look at the image in there does it look alright? Regards, Jonathon On Fri, Dec 2, 2011 at 11:32 AM, GIS4U wrote: > Have you tried it in MGOS? > > What other dat

Re: [mapguide-users] Re: DWF layers look good in Design Review but out of whack in MapGuide

2011-12-02 Thread GIS4U
Have you tried it in MGOS? What other data sources are you using? On Thu, Dec 1, 2011 at 5:00 PM, tmblackflag wrote: > I've ruled out Map 3D 2010 as the culprit. I'm not sure what else to try > with > this one. > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/DWF-

Re: [mapguide-users] Re: DWF layers look good in Design Review but out of whack in MapGuide

2011-12-01 Thread GIS4U
I assume you have a coordinate system defined in Map and it is the same one you are using in MG? On Thu, Dec 1, 2011 at 1:05 PM, tmblackflag wrote: > Everything is in model space. We're upgrading from version 6.5 but weren't > using any DWF's there. > > I'll give map 2012 a quick test. > > -- >

Re: [mapguide-users] Re: DWF layers look good in Design Review but out of whack in MapGuide

2011-12-01 Thread GIS4U
I have quite a few clients using DWF in MapGuide and I have never seen the text rotation issue you are describing. Do you have another version of MG running or just IMS 2012? If so, did it work on previous MG version? Don't uninstall Map 2010 until you've tested out 2012 I have seen issues w

Re: [mapguide-users] DWF layers look good in Design Review but out of whack in MapGuide

2011-12-01 Thread GIS4U
Is it the layer preview or map preview? What tool are you using to create the DWF? Is it Design Review or Map 3D. What version of the tool is it? What version of MG are you using? Regards, Jonathon On Wed, Nov 30, 2011 at 9:26 AM, tmblackflag wrote: > As the title states, I'm building maps in

Re: [mapguide-users] RE: Points from Sql/ODBC data source not showing

2011-11-23 Thread GIS4U
Did you end up getting it working? If not, can you provide some info on: 1. How many points are you talking about? Given it is a test dataset I am assuming it is not really large. 2. Can you view the attributes in the Feature Source? If you preview, do they display? 3. Have you tr

Re: [mapguide-users] Re: Anyone tried copying DWF files from library to session repository?

2011-11-07 Thread GIS4U
A dwf file is just a zip file that contains a number of different files/directory. If you rename it zip, you can open it up and see the info including the png image. Once you open it you can then see the Unique ID. If you open the xml for the data source for the previous dwf, you'll see it has a

Re: [mapguide-users] Re: Anyone tried copying DWF files from library to session repository?

2011-11-07 Thread GIS4U
Yes, I have. Essentially, if you rename the dwf to a zip extension and look at the Unique ID in there you'll notice that each one is different. In order for it to work that Unique ID needs to be updated in MapGuide so that it refers to the new id not the old even though you have replaced the file.

Re: [mapguide-users] Re: Scale Stops Selection

2011-09-08 Thread GIS4U
Hi Gordon, Don't use the Fusion layouts much I'm afraid so I doubt I'll be of much help. Have you tried it from the Basic layout just to confirm whether it is MG itself or viewer? Jonathon On Thu, Sep 8, 2011 at 9:53 AM, GordonL wrote: > Thanks Jonathan, actually to follow up - it's a single la

Re: [mapguide-users] Scale Stops Selection

2011-09-08 Thread GIS4U
Hi Gordon, Given who you are, this is probably a somewhat irrelevant thought:) but is it possible there are two similar but different layers (one for zoomed in with tooltips on perhaps) that act to the user as a single layer. We have done that in the past to get fast initial displays and more deta

Re: [mapguide-users] MS Access connection lost during 2.1 to 2.2 migration

2011-09-07 Thread GIS4U
Hi Ward, I am able to read MS Access files (.mdb) using both "Unmanaged" and "DSN" Connection methods in MG 2.2 (64 bit) and Maestro 3.5 on Windows 7 Pro (64 bit). I believe that I had to install the 64 bit ODBC drivers in the past though so that may be what is allowing it to work. Maestro does p

Re: [mapguide-users] RE: Alias to external DWF files

2011-08-30 Thread GIS4U
...and there you go, the Maestro API will allow you to do it in an 'Automated' fashion. BTW, we've been testing the Maestro API here for some functionality and have been very impressed so far Jackie. Great job. Jonathon On Tue, Aug 30, 2011 at 9:54 AM, Jackie Ng wrote: > If you set or upload

Re: [mapguide-users] RE: Alias to external DWF files

2011-08-30 Thread GIS4U
In the DWF data source xml is the tag: com.autodesk.dwf.ePlot_PzUXam3FOUiHAfx0Jiafig Note that the 'PzUXam3FOUiHAfx0Jiafig' portion of the name changes with every DWF that's generated so you have to get that part of the name from the DWF itself and replace it in the data source xml progra

Re: [mapguide-users] RE: Alias to external DWF files

2011-08-24 Thread GIS4U
The challenge with DWFs is that they are actually compressed directories of files and that have a unique id and an xml that references the unique id. Each time a DWF is created, it creates a unique ID. This information is referenced in MapGuide. The Load Procedures deal with this. Without using

Re: [mapguide-users] Sort results alphabetically from asp query

2011-08-23 Thread GIS4U
Hi Darwin, We have implementeda function called GetSortedProperties() in MapGuide (though not in the query.aspx). Not sure exactly the code behind it at this point though. J On Tue, Aug 23, 2011 at 2:39 PM, elliott17 wrote: > I am using the query.aspx file and would like the attributes to show >

Re: [mapguide-users] Properties item list

2011-08-09 Thread GIS4U
The list is displaying the count of the values in the array. While I haven't done it specifically, you should be able to display values in there instead. You should be able to modify the propertyctrl.templ file in the viewerfiles directory. Make sure to back it up first as breaking it can break

Re: [mapguide-users] MSSQL 2008 R2 and MGOS 2.2

2011-07-20 Thread GIS4U
Hi, What is the connection string that you are using? Is it using SQL Server Express? How many tables exist in the database? Are the connections that are working in the same database connection or a different one on the same SQL Server? Are you using a SQL Server user for all or do some have Wi

Re: [mapguide-users] Re: Layer Rule not Rendering at Assigned Layer

2011-06-07 Thread GIS4U
Well it certainly sounds like you are doing the right things... Unfortunately, though it means that your analysis may be entirely correct in that the join between the shapefile and the database is just too slow to display the color coding when zoomed out. Don't know what tools you have access to a

Re: [mapguide-users] Re: Layer Rule not Rendering at Assigned Layer

2011-06-06 Thread GIS4U
Good day, Most often I have seen this happen with corrupt .idx files but you indicated that you have deleted them. Just to make sure, I'd stop the Mapguide service, delete the idx files and restart. Alternatively, Kori had pointed out a solution in this link: http://osgeo-org.1803224.n2.nabble.com

Re: [mapguide-users] Re: Raster GeoTIFF howto

2011-05-02 Thread GIS4U
I am assuming you have seen this but just in case: http://trac.osgeo.org/mapguide/wiki/MGOS22GdalProvider On Mon, May 2, 2011 at 1:28 PM, kkorde wrote: > Hello Dave, > I was able to add feature source(OsGeo FDO provider for GDAL) > using Maestro's add "New Resource" set of templat