Re: [mapguide-users] RE: Multiple points with same lat/lon

2010-09-08 Thread Jonathon McIntyre
In the past, I've done it one of two ways but you need some data processing
software (such as FME or GIS or Spatial database) to make it work.
Method 1: Process the data and come up with a single point that has a count
of the number of items at the same point (Point on Point) and create a
resultant table to store the values.  Label the point with the number of
points on top of each other.
Method 2: Offset the points by a distance (x,y) that could rotate around the
compass (or other method depending on the number of points that may overlap)
then draw a line from the new point to the original point to show the user
the source.

Perhaps you could try buffering the points based on a increasing buffer
value and then order the items so that the largest buffer displays first
etc...

Without the third dimension you are going to have to be a little bit
flexible and creative in your solution...

J

2010/9/8 Andrew DeMerchant andrew.demerch...@gemtec.ca

 If you could force the user to select using a box, you'd always be assured
 that both points were selected and pass both selected points to your url,
 and then process it how you'd like (either display both, or let the user
 choose, etc). Of course, this depends on what sort of url you are
 opening...maybe it's static html, in which case, this wouldn't work.

 Andrew



 On 10/09/08 1:48 PM, Dave Wilson wrote:

 I think you will have to execute a query in a page and return a result set to 
 select from. Maybe include only the points that have multiple entries. 
 Otherwise you could move the points to different layer via a filter if that's 
 possible. But then the user would need to be able to turn off one of the 
 layers. If your legend isn't visible you might create two buttons for the 
 toolbar that toggle the visibility of the two layers.

 Just some sample ideas. I know someone had created some code to show multiple 
 records in the results pane, but I don't know if it lets you toggle between 
 them. Flexible layouts may allow for something like this, but if you have the 
 legend off I'm guessing you have the properties pane off too.

 Dave

 -Original Message-
 From: mapguide-users-boun...@lists.osgeo.org 
 [mailto:mapguide-users-boun...@lists.osgeo.org 
 mapguide-users-boun...@lists.osgeo.org] On Behalf Of Nickthetemp
 Sent: Wednesday, September 08, 2010 10:02 AM
 To: mapguide-users@lists.osgeo.org
 Subject: [mapguide-users] RE: Multiple points with same lat/lon


 The points are in the same layer.

 Also, the map is embedded in a page with an iframe so the legend has been
 turned off to save space.

 Thanks


 --
 --
 [image: GEMTEC Limited] http://www.gemtec.ca/

 *Andrew DeMerchant*

 tel: 506.453.1025  /  toll-free: 1.877.243.6832
 fax: 506.453.9470

 This e-mail message (including attachments, if any) is confidential and may
 be privileged. Any unauthorized distribution or disclosure is prohibited.
  Disclosure to anyone other than the intended recipient does not constitute
 waiver of privilege.  If you have received this e-mail in error, please
 notify us and delete it and any attachments from your computer system and
 records.
 --
 Ce courriel (y compris  les pièces jointes) est confidentiel et peut être
 privilégié.  La distribution ou la divulgation non autorisée de ce courriel
 est interdite.  Sa divulgation à toute personne autre que son destinataire
 ne constitue pas une renonciation de privilège.  Si vous avez reçu ce
 courriel par erreur, veuillez nous aviser et éliminer ce courriel, ainsi que
 les pièces jointes, de votre système informatique et de vos dossiers.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users


gemtec.png___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide 2.2 ODBC schema walk on Oracle 10g

2010-06-29 Thread Jonathon McIntyre
Hi Trevor,
I have seen this before but mostly with SQL Server databases (primarily
because of client usage but I would expect the same behaviour) where when a
user has select access to all tables/views in schema/database it has to walk
through all.

We were able to resolve it by creating specific users that had access to a
very select group of tables/views which increased performance drastically
(beware the 'public' user).  We created the role and user and then granted
specific privileges.

In your case though, it appears that the problem is specific to public
synonms so you'll have to revoke SELECT access from PUBLIC and then grant
SELECT
access only to those that need to see the table.
Regards,
Jonathon

On Tue, Jun 29, 2010 at 7:09 PM, Trevor Wekel
trevor_we...@otxsystems.comwrote:

 Hello,

 I am posting this to -users since it may be of public interest.  I have an
 Oracle 10g XE database with a single user and three attribute tables.  There
 are no spatial tables in the database.  When I create an ODBC database
 connection using Maestro or Autodesk MapGuide Studio 2011, the UI freezes
 for about five minutes.

 Turning on trace logging reveals that the MapGuide Server is executing
 DescribeSchemaAsXML for the three tables owned by the user and all of the
 public synonyms visible to the user.  This includes tables like ALL_CATALOG,
 CTX_OBJECTS, and WWV_FLOW_HOURS_12 just to name a few.

 Does anyone have any suggestions on how to limit the schema walk to only
 return the tables owned by the Oracle user?

 Thanks,
 Trevor

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] RE: Cannot get any DSN for ODBC Provider

2010-05-06 Thread Jonathon McIntyre
Good morning,
I am not sure whether you are using the 64 bit or 32 bit ODBC Data Source
Administrator.

I was using the default Windows 7 ODBC Data Source Administrator and could
not find the Data Sources in MS Access so I opened the 32 bit ODBC Data
Source Administrator (on my machine in C:\Windows\SysWOW64\odbcad32.exe)
created the ODBC data sources there and was able to see and use the Data
Sources.

Hope that helps,
Best regards,
Jonathon
i-open Tech

On Thu, May 6, 2010 at 12:33 AM, Gunter Becker gunter.bec...@csogis.dewrote:


 Hi James,

 your totally right. Windows 7 and Windows Server 2008 are 64Bit machines
 and
 my Windows XP is 32 Bit.
 I will see if the solution in the link works for me.

 Thanks, Gunter
 --
 View this message in context:
 http://osgeo-org.1803224.n2.nabble.com/Cannot-get-any-DSN-for-ODBC-Provider-tp5011323p5012979.html
  Sent from the MapGuide Users mailing list archive at Nabble.com.
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] RE: Show help on a specific feature when selected

2010-04-30 Thread Jonathon McIntyre
Hi Neal,

Here's the methodology I have used to link up hyperlinks in the legend...

1. In Maesto/Studio you need to change the legend label to: a 
href=http://server/virtualdir/Archaeology Meta Data.pdf 
target=_blankArchaeology Data/a 
2. Also requires a change in the legendui.templ.  Edit the Onclick function and 
comment out the return line (only line in there).
3. Edit the legend.aspx (around line 341) and add StrEscape( ) around the 
rtLayerGroup.GetLegendLabel() value

Hope that helps,
Jonathon





From: shepwaydistrictcouncil neil.thomp...@shepway.gov.uk
To: mapguide-users@lists.osgeo.org
Sent: Thu, April 29, 2010 7:28:38 AM
Subject: [mapguide-users] RE: Show help on a specific feature when selected


That would be great, many thanks Jonathon
 
regards
Neil



Neil Thompson
Analyst/Programmer
Systems Development
Corporate Services 
Shepway District Council, Folkestone, Kent.
Direct Tel:  01303 853340
Direct Fax: 01303 245978
E-Mail: [hidden email]
Website: www.shepway.gov.uk 

The contents and any attachments of this e-mail message are confidential and 
intended only for the named addressees. 
If you have received it in error, please advise the sender immediately by 
return email and then delete it from your system.
Any unauthorised distribution, or copying of this transmission, or mis-use or 
wrongful disclosure of information contained in it, is strictly prohibited.
Shepway District Council cannot accept liability for any statements made which 
are clearly the sender's own and not expressly made on behalf of the council. 


-Original Message-
From: jonnie...@pat [via OSGeo.org] [mailto:[hidden email]]
Sent: 29 April 2010 15:20
To: Thompson, Neil
Subject: Re: Show help on a specific feature when selected


You could add hyperlinks to the legend.  I have found this to be a very useful 
way to display Meta Data.

You just need to put an anchor tag in the legend display.  Note that there are 
two other minor changes that need to be made in the templ files I believe but 
I am unable to check that right now.  Once I am back in the office, I can send 
you the changes.
Regards,
Jonathon




From: shepwaydistrictcouncil [hidden email]
To: [hidden email]
Sent: Thu, April 29, 2010 3:04:44 AM
Subject: [mapguide-users] Show help on a specific feature when selected


Hi

Is there any way I can show help information based only on what layer (s)
the user has selected?

I would like for example when the user clicks on my Tree Preservation
Orders layer to then perhaps show help specific to that layer in the right
hand pane?

For example the text : Although this layer displays Tree Preservation
Orders it does not necessarily mean that trees outside of the order are not
protected by a different order. Please contact us for clarification on your
tree before commencing work.

Thanks
Neil
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Show-help-on-a-specific-feature-when-selected-tp4979242p4979242.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users


___ 
mapguide-users mailing list 
[hidden email] 
http://lists.osgeo.org/mailman/listinfo/mapguide-users




--- 
The contents and any attachments of this e-mail message are confidential and intended only for the named addressees.
If you have received it in error, please advise the sender immediately by return email and then delete it from your
system. Any unauthorised distribution, or copying of this transmission, or mis-use or wrongful disclosure of information
contained in it, is strictly prohibited. Shepway District Council cannot accept liability for any statements made which
are clearly the sender's own and not expressly made on behalf of the council.
---
This message has been scanned with email filtering and virus detection software by Shepway District Council 
---
 

View this message in context: RE: Show help on a specific feature when selected
Sent from the MapGuide Users mailing list archive at Nabble.com.


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Show help on a specific feature when selected

2010-04-29 Thread Jonathon McIntyre
You could add hyperlinks to the legend.  I have found this to be a very useful 
way to display Meta Data.

You just need to put an anchor tag in the legend display.  Note that there are 
two other minor changes that need to be made in the templ files I believe but I 
am unable to check that right now.  Once I am back in the office, I can send 
you the changes.
Regards,
Jonathon




From: shepwaydistrictcouncil neil.thomp...@shepway.gov.uk
To: mapguide-users@lists.osgeo.org
Sent: Thu, April 29, 2010 3:04:44 AM
Subject: [mapguide-users] Show help on a specific feature when selected


Hi

Is there any way I can show help information based only on what layer (s)
the user has selected?

I would like for example when the user clicks on my Tree Preservation
Orders layer to then perhaps show help specific to that layer in the right
hand pane?

For example the text : Although this layer displays Tree Preservation
Orders it does not necessarily mean that trees outside of the order are not
protected by a different order. Please contact us for clarification on your
tree before commencing work.

Thanks
Neil
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Show-help-on-a-specific-feature-when-selected-tp4979242p4979242.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Opening an image in an image editor

2010-04-26 Thread Jonathon McIntyre
Hi Marc,

It kind of depends on what language you are writing in as to how you are going 
to end up writing the code but essentially, assuming you are using .NET in IE.  
You need to create a javascript function in your aspx page that opens a new 
shell which opens the application associated with that file type on the users 
machine.  The software you want to use would have to be installed and 
associated for this to work.

Hope this helps.

Best regards,
Jonathon




From: EnvCADGuy m...@environmentalworks.com
To: mapguide-users@lists.osgeo.org
Sent: Mon, April 26, 2010 2:23:16 PM
Subject: [mapguide-users] Opening an image in an image editor


  I'm currently building an internal GIS site for my company and have hit a
wall in my construction.  I have several aerial indexes, in .SHP files, that
display points you can click on to display an aerial for that designated
area.  When I click on one of the points, it tries opening the image in the
browser.  What I am wanting to do is have the image open up in an image
editor on the users computer instead of the browser.  Could anyone help me
figure out how to make these images open up on the users computer, rather
than in a browser?

Thanks!
Marc
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Opening-an-image-in-an-image-editor-tp4965133p4965133.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Re: current win-setup does not work

2010-04-20 Thread Jonathon McIntyre
Sorry, yes that is the location. 2.0 is latest one there last I checked but 
following the directions in it work fine.  You shouldn't need to do any of the 
'building' part of it.  Find the configuring sections that apply to you and 
follow the directions in there.

Best regards,
Jonathon





From: stoff m...@effing.org
To: mapguide-users@lists.osgeo.org
Sent: Mon, April 19, 2010 11:42:32 PM
Subject: [mapguide-users] Re: current win-setup does not work


Dear J,

where do I find the instruction for the manual install?
Are you talking about building like here:
http://mapguide.osgeo.org/sites/mapguide.osgeo.org/files/BuildingAndConfiguringMGOSOnWindows.pdf

Thanks and best regards,

Stoff
-- 
View this message in context: 
http://n2.nabble.com/current-win-setup-does-not-work-tp4911515p4929647.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] current win-setup does not work

2010-04-19 Thread Jonathon McIntyre
I have seen the installer do strange things when 2.1 beta was installed and 
then uninstalled and 2.1 installed.  It appears, although I haven't been able 
to confirm it that there are some settings in the IIS config that are causing 
the problem (perhaps MIME types/Application Extensions), that do not get 
removed in the Beta uninstaller.
By running through the steps for the manual install, I have been able to get it 
to work both times.

Although the problem was on Server 2003 not XP.

Hope this helps,
J




From: stoff m...@effing.org
To: mapguide-users@lists.osgeo.org
Sent: Thu, April 15, 2010 10:53:09 PM
Subject: [mapguide-users] current win-setup does not work


Hi,

I tried to set up MGOS on my xp-machine. The setup routine on 

http://download.osgeo.org/mapguide/releases/2.1.0/MapGuideOpenSource-2.1.0.4283-Final.exe

does only show the hourglass-cursor for a short time and nothing else
happens... no errormsg, no logfile

Any ideas? I am working on windows xp SP3 with IIS 5  and all
.Net-Frameworks installed.

Any ideas are welcome,

Stoff
-- 
View this message in context: 
http://n2.nabble.com/current-win-setup-does-not-work-tp4911515p4911515.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] GDAL problem

2009-10-01 Thread Jonathon McIntyre
I have seen this when MG is not able to read the header of the file
correctly and you end up with invalid coordinates in the config file.

 

What does your config file look like?  Does it have 10/-10 for
values in the bounding box?

 

We ended up having to right an FME script to deal with extracting the
coordinates correctly.

 

Regards,

Jonathon

 

 

From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andrew
DeMerchant
Sent: October 1, 2009 12:53 PM
To: MapGuide Users Mail List
Subject: [mapguide-users] GDAL problem

 

I'm getting a problem showing a jpg and a tiffwhen I run MGOS
(2.0.2) in debug mode, I see:

(7120) An exception occurred in FDO component.
Only MOSAIC(), CLIP() and RESAMPLE() are supported.
Exception occurred in method MgServerSelectFeatures.SelectFeatures at
line 249 in file
d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\services
\feature\ServerSelectFeatures.cpp


I've tried about everything that I can think of - any suggestions? Other
files in other projects are working fine. 


Andrew

-- 

 

Andrew DeMerchant
Computer Technologist
ph.1-877-2GEMTEC x.163
fax 506-453-9470

GEMTEC Limited http://www.gemtec.ca 
191 Doak Road
Fredericton, NB, Canada
E3C 2E6

Internal Virus Database is out of date.
Checked by AVG - www.avg.com
Version: 8.0.238 / Virus Database: 270.13.111/2386 - Release Date:
09/21/09 05:51:00

image001.gif___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Current Selection Report

2008-06-28 Thread Jonathon McIntyre
Check out the serverconfig.ini file...there is a new setting in there that 
limits it.
Jonathon



- Original Message 
From: Don C. MacGregor [EMAIL PROTECTED]
To: mapguide-users@lists.osgeo.org
Sent: Friday, June 27, 2008 3:53:08 PM
Subject: Re: [mapguide-users] Current Selection Report


Greeting,
  Correct me if I am wrong, my MGOS 1.2 generates a report of selected
objects irrespective of how many entities I have selected but MGOS 2.0 seems
like cant create report of more than twenty objects.
  Thanks


Don C. MacGregor wrote:
 
 Greeting,
  Correct me if I am wrong, my MGOS 1.2 generates a report of selected
 objects irrespective of how many entities I have selected but MGOS seems
 like cant create report of more than twenty objects.
  Thanks
 
        
  
              
 -
    
        
 Yahoo!        Canada Toolbar : Search from anywhere on        the web
 and bookmark your favourite sites. Download it now!          
 
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Current-Selection-Report-tp18165248p18165261.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users



  __
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
favourite sites. Download it now at
http://ca.toolbar.yahoo.com.___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Issue with Zoom Window shape not being reflected in map redraw

2008-02-22 Thread Jonathon McIntyre
 I am working with MGOS 1.2 and I am finding that when I draw the zoom window 
to reflect a certain size the resulting display seems to be significantly 
smaller than the zoom window that I originally drew.  Does anyone have any 
ideas as to what might be happening here? I had assumed that it would be 
fitting to the smaller of the height/width in screen size but it seems to be 
even smaller than that.

Thanks in advance,
Jonathon

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.20.9/1293 - Release Date: 22/02/2008 
9:21 AM
 
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] External user cant view web layout in web browser

2007-12-20 Thread Jonathon McIntyre
Is your weblayout pointed to localhost or 127.0.0.1 perhaps?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of mimie idris
Sent: Thursday, December 20, 2007 4:22 PM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] External user cant view web layout in web
browser


Sorry for my late reply.

Yes it is. the main problem is, only the weblayout did not appear if the
user doesnt have mapguide open source installed. the only thing they can
view is the banner.


uXuf wrote:
 
 Just a thought, is PHP configured properly to be used with IIS at your
 end?
 
 uXuf
 
 
 
 mimie idris wrote:
 
 thanks jackie,
 
 Yes, I do install with IIS configuration, and the mapviewerajax is
 available under the mapguide virtual directory. It's configured for
 ASP.net but I dont know whether its 2.0 or not. For additional info,
I
 use PHP.
 
 
 
 Jackie Ng wrote:
 
 Did you install with IIS configuration? If so...
 
 1 - Is there a mapviewerajax/mapviewernet virtual directory under
the
 mapguide virtual directory?
 2 - If so, is it configured for ASP.net 2.0?
 
 - Jackie
 
 
 mimie idris wrote:
 
 Hi,
 
 I've done my develop my web and its successfully view by PC with
 mapguide open source installed. PC with no mapguide just can view
the
 banner and the frame where the web layout should be viewed just
display
 Page Cannot Be Displayed. What I do know is, there's no need to
 install a plugins as I'm using AJAX. I'm using MapGuide Opensource
 1.2.0, Mapguide Studio 2008, and AJAX viewer. 
 
 I really appreciate if someone could explain to me what's really
going
 on. Thank you in advance.
 
 Mimie,
 GeoInfo Services.
 
 
 
 
 
 
 

-- 
View this message in context:
http://www.nabble.com/External-user-cant-view-web-layout-in-web-browser-
tp14412300s16610p14448022.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] External user cant view web layout in web browser

2007-12-20 Thread Jonathon McIntyre
It is then looking at the local machine rather than the server.  You should try 
changing it to the server name or IP ie http://myserver/mapguide/..

Jonathon


- Original Message 
From: mimie idris [EMAIL PROTECTED]
To: mapguide-users@lists.osgeo.org
Sent: Thursday, December 20, 2007 4:46:53 PM
Subject: RE: [mapguide-users] External user cant view web layout in web browser


You mean, in mapguide studio? yes it is. its http://localhost/mapguide/..;
is this the main problem?


Jonathon McIntyre wrote:
 
 Is your weblayout pointed to localhost or 127.0.0.1 perhaps?
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of mimie idris
 Sent: Thursday, December 20, 2007 4:22 PM
 To: mapguide-users@lists.osgeo.org
 Subject: Re: [mapguide-users] External user cant view web layout in web
 browser
 
 
 Sorry for my late reply.
 
 Yes it is. the main problem is, only the weblayout did not appear if the
 user doesnt have mapguide open source installed. the only thing they can
 view is the banner.
 
 
 uXuf wrote:
 
 Just a thought, is PHP configured properly to be used with IIS at your
 end?
 
 uXuf
 
 
 
 mimie idris wrote:
 
 thanks jackie,
 
 Yes, I do install with IIS configuration, and the mapviewerajax is
 available under the mapguide virtual directory. It's configured for
 ASP.net but I dont know whether its 2.0 or not. For additional info,
 I
 use PHP.
 
 
 
 Jackie Ng wrote:
 
 Did you install with IIS configuration? If so...
 
 1 - Is there a mapviewerajax/mapviewernet virtual directory under
 the
 mapguide virtual directory?
 2 - If so, is it configured for ASP.net 2.0?
 
 - Jackie
 
 
 mimie idris wrote:
 
 Hi,
 
 I've done my develop my web and its successfully view by PC with
 mapguide open source installed. PC with no mapguide just can view
 the
 banner and the frame where the web layout should be viewed just
 display
 Page Cannot Be Displayed. What I do know is, there's no need to
 install a plugins as I'm using AJAX. I'm using MapGuide Opensource
 1.2.0, Mapguide Studio 2008, and AJAX viewer. 
 
 I really appreciate if someone could explain to me what's really
 going
 on. Thank you in advance.
 
 Mimie,
 GeoInfo Services.
 
 
 
 
 
 
 
 
 -- 
 View this message in context:
 http://www.nabble.com/External-user-cant-view-web-layout-in-web-browser-
 tp14412300s16610p14448022.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.
 
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

-- 
View this message in context: 
http://www.nabble.com/External-user-cant-view-web-layout-in-web-browser-tp14412300s16610p14448340.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


  Looking for a X-Mas gift?  Everybody needs a Flickr Pro Account.

 

http://www.flickr.com/gift/
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Using MrSID GDAL raster provider with Linux

2007-10-01 Thread Jonathon McIntyre
Hello,
I am trying to help someone compile the MrSid GDAL raster provider in MGOS 1.2 
using RHEL4 but cannot seem to find any documentation on how to do this.  We 
have successfully compiled MGOS and have it working with RHEL4 but cannot find 
the source to compile the MrSid or the ECW GDAL.
Am I missing something or can someone point me in the right direction.
Thanks,
Jonathon


  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] MrSID files through GDAL FDO provider

2007-06-14 Thread Jonathon McIntyre
Thanks for your feedback Andy.  The issues you have logged, I am
definitely finding also.

 

In reference to my previous email, I have tried a few things...

1.   I removed the ecw dll from the C:\Program
Files\MapGuideOpenSource\Server\Bin\gdalplugins.  I no longer see the
gdal fdo provider checking to see if the images are ecw.  This does help
improve performance.

2.   I created a 2.5 GB single mosaiced image of all the images with
10 zoom levels built in.  I get more than acceptable performance from it
(5 seconds).  After the initial load, it is almost instantaneous.
Whereas the individual images in the same directory locked up my machine
with the processor pegged at 100% for minutes at a time and often
nothing would display.

3.   I have also noticed what Andy has indicated, that on initial
map open, the gdal fdo provider seems to open each image and I think
because MrSids have the zoom levels built in this is problematic...at
least on my machine.  

4.   I have attached the messages from the mgserver console

 

GDAL: GDALOpen(C:\projects\FRPA\Orthos - 2004/frpa.sid) called.

MrSID: Opened zoom level 1 with size 91188x48715.

 

MrSID: Opened zoom level 2 with size 45594x24358.

 

MrSID: Opened zoom level 3 with size 22797x12179.

 

MrSID: Opened zoom level 4 with size 11399x6090.

 

MrSID: Opened zoom level 5 with size 5700x3045.

 

MrSID: Opened zoom level 6 with size 2850x1523.

 

MrSID: Opened zoom level 7 with size 1425x762.

 

MrSID: Opened zoom level 8 with size 713x381.

 

MrSID: Opened zoom level 9 with size 357x191.

 

MrSID: Opened zoom level 10 with size 179x96.

 

MrSID: Opened zoom level 0 with size 182375x97430.

 

MrSID: Opened image: width 182375, height 97430, bands 3

GDAL: GDALOpen(C:\projects\FRPA\Orthos - 2004/frpa.sid) succeeds as
MrSID.

 

MrSID: RasterIO() - using optimized dataset level IO.

MrSID: Dataset:IRasterIO(0,0 182375x97430 - 713x381 - 398x353,
zoom=256)

MrSID: RasterIO() - using optimized dataset level IO.

MrSID: Dataset:IRasterIO(0,0 182375x97430 - 713x381 - 398x353,
zoom=256)

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy
Morsell
Sent: Wednesday, June 13, 2007 11:20 PM
To: 'MapGuide Users Mail List'
Subject: RE: [mapguide-users] MrSID files through GDAL FDO provider

 

Hi Jonathon,

All of my answers refer to 1.2 RC1.

 

Yes, the GDAL provider does try to hit all of the images in the feature
source when the map is first accessed regardless of whether that layer
is actually visible.  This issue has been entered by me into Trac
already.  

 

I have seen the ECW and MrSID providers trying to access the same image
files as well.  Doesn't make sense to me either.

 

I am currently running a client site with 10 GB of ECW imagery, each
about 25 MB and seeing relatively good performance (except for the first
issue above).  So, perhaps your issue is more confined to the MrSID
format?  In my case, the data started as JPEG2000 format which the GDAL
provider could not successfully read so I used fwtools gdal_translate to
convert all of them to ECW.  Perhaps translating your MrSID's to ECW's
would help in this case?  Also, Jason Birch and others are working on
image tile index support for directories of images which could help with
your particular problem.

 

By the way, here are some of the GDAL issues I have logged with the 1.2
beta that might be of interest:

 

http://trac.osgeo.org/mapguide/ticket/191

http://trac.osgeo.org/mapguide/ticket/187

http://trac.osgeo.org/mapguide/ticket/160

 

 

Andy Morsell, P.E. 
Spatial Integrators, Inc. 
http://www.SpatialGIS.com 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathon
McIntyre
Sent: Wednesday, June 13, 2007 12:21 PM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] MrSID files through GDAL FDO provider

Good morning,

I am working with MGOS 1.2 RC1 and the latest GDAL FDO providers on XP
Pro.

 

I have a directory with twenty five 40MB MrSID files in it.  If I create
a single data source against that directory, I have a limited
possibility that the images will actually process although there does
not seem to be any errors when I run MGServer from the command line. It
appears that the datasource is processed whether or not the layer is
turned on.

 

As an aside,  I did notice that if I have the ECW dll in the directory,
the messages indicate that it is trying to read the .sid format files as
ECW which adds to the time.

 

In order to test things out, I created a data source for each file.  I
noticed that for a couple of files, the processor usage spikes to 100%
but the images are displayed quickly.  As I add more files, the
processor spikes become longer and the delays far more apparent.  When I
get all 25 added my processor spikes to 100% usage for several minutes
although the images will eventually display.  Watching the mgserver from
the command line shows that the images process and some go

[mapguide-users] MrSID files through GDAL FDO provider

2007-06-13 Thread Jonathon McIntyre
Good morning,

I am working with MGOS 1.2 RC1 and the latest GDAL FDO providers on XP
Pro.

 

I have a directory with twenty five 40MB MrSID files in it.  If I create
a single data source against that directory, I have a limited
possibility that the images will actually process although there does
not seem to be any errors when I run MGServer from the command line. It
appears that the datasource is processed whether or not the layer is
turned on.

 

As an aside,  I did notice that if I have the ECW dll in the directory,
the messages indicate that it is trying to read the .sid format files as
ECW which adds to the time.

 

In order to test things out, I created a data source for each file.  I
noticed that for a couple of files, the processor usage spikes to 100%
but the images are displayed quickly.  As I add more files, the
processor spikes become longer and the delays far more apparent.  When I
get all 25 added my processor spikes to 100% usage for several minutes
although the images will eventually display.  Watching the mgserver from
the command line shows that the images process and some go very quickly
but others seem to be very slow (which may just be the result of the
processor being pegged).

 

I tried using fwtools to mosaic these images together but can only get
about 4 together before I hit the 4GB tiff limit.

 

I am trying to create a new single mosaiced .sid file to see if that
will make a difference but was wondering if there were any other ideas
of what I could do to improve the performance of the display of the
images?

 

Thanks,

J

 

 

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users