[mapguide-users] [Help] Failed to load ECW file

2010-03-16 Thread M. Reza
Hi Everyone,



I'm using MapGuide Studio 2009 and MGOS Version 2.1.0.4283 (apache & PHP) on
WIndows XP SP2 . I try to load ecw file with new data connection (the size
is about 368 MB with UTM 49N Datum WGS 84), but always fail. I have read all
the email archieve about loading ecw file, but still no luck.
What is the right the steps to load ecw file? I really appreciate your help.

Thanks and Regards,
Reza
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] RE: MapGuide connection to SQL Server throughODBC

2010-03-16 Thread Warren Medernach
Unfortunately, this is not what we are finding.

 

The DSN connection works fine from the MG server, but Studio (on a
clients desktop) is still failing when attempting to connect through
that same DSN.  There is an ISA server in the mix here and it seems to
be blocking the request from MapGuide.  Still working to resolve...

 

Warren M

 

 

From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson
Sent: Monday, March 15, 2010 3:40 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] RE: MapGuide connection to SQL Server
throughODBC

 

The issue I described would prevent you from testing the ODBC connection
within the ODBC Database Administrator in Windows. Basically if this
connection works then using the DSN in Studio should work. If you are
trying a connection string that might be a different problem. The DSN
definitely works.

 

Dave

 

From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Warren
Medermach (External)
Sent: Monday, March 15, 2010 3:12 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] RE: MapGuide connection to SQL Server
through ODBC

 

Thanks for the speedy response Dave!

I think I should clarify more.

 

If I create a UDL, or ODBC, connection on the MG Server machine to the
SQL Server on the other machine it works fine.  I'm trying to create a
connection to SQL Server from Studio via the ODBC FDO Provider and
choosing the 'Connect to a database' and 'Microsoft SQL Server' and then
specifying the credentials and proper connection string.  This is
failing.  So I'm not sure what MG is doing differently to communicate
with the SQL Server?

 

As for port 1433, that would need to be open on both machines for the
'handshake' communications, correct?  I wonder if that's the problem...

 

Warren M

 

 

From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson
Sent: Monday, March 15, 2010 2:29 PM
To: MapGuide Users Mail List
Subject: [mapguide-users] RE: MapGuide connection to SQL Server through
ODBC

 

I have an instance in house where the connectivity fails because of a
setting to do with the port in the ODBC configuration.

 

When setting up the ODBC configuration there is a button for Client
Configuration, click this and uncheck the dynamically determine port.
1433 should be shown in a grayed out box.

 

That might be the issue.

 

Dave

 

From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Warren
Medermach (External)
Sent: Monday, March 15, 2010 2:16 PM
To: MapGuide Users Mail List
Subject: [mapguide-users] MapGuide connection to SQL Server through ODBC

 

Hello all,

I'm trying to make a connection to SQL Server through ODBC using MG
Studio.

This works fine on a local test system where MG server & SQL Server are
installed on the same machine.

 

When deployed, MG Server is NOT installed on the same machine as SQL
Server.

In this scenario, I can create a UDL on the MG server machine and
successfully connect to SS with no problems.

However, when I try to create a data connection in MG, it fails with the
following error:

response returned status code 502 (BadGateway)

 

It would seem that something on the SQL Server machine is blocking the
connection request from MG.  So the question is, what is MG doing
differently than a simple UDL connection to communicate with the SQL
Server machine? 

Any ideas, suggestions would be greatly appreciated.

 

MGE 2010

SQL Server 2005

 

Warren M

 

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


Re: [mapguide-users] queries to a G Maps Layer with Fusion and MG

2010-03-16 Thread Kori Maleski
You will have to make a widget that utilizes the Ajax Search API (for
Google).

Have it return Lat/Long position as per Google documentation and then
execute a zoom to view function in javascript.

http://code.google.com/apis/ajaxsearch/

Then add a marker to the Google Layer.

var point = latlng;
var mgLayers = mapWidget.oMapOL.getLayersByClass('OpenLayers.Layer.Google');
mgLayers[0].mapObject.addOverlay(new GMarker(point));




Cheers,

Kori Maleski




On Tue, Mar 16, 2010 at 4:25 AM, Jose Cerrejon  wrote:

>
> I'm tried with success this
> http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays tutorial
>  about
> Using MapGuide Overlays with Commercial Map Service Layers.
>
> I would like to know if I can make a widget to do queries to the Google
> Maps/Bing/Yahoo layer, or if it is a blind layer. For example, find streets
> (with the Maps API) and mark them with a push pin, ...
>
> Any example would be appreciated :)
>
> Thks in advanced!
> --
> View this message in context:
> http://n2.nabble.com/queries-to-a-G-Maps-Layer-with-Fusion-and-MG-tp4742997p4742997.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] View maps in standard MapViewerPHP not Fusion

2010-03-16 Thread Chris Claydon
An "ApplicationDefinition" resource defines a Fusion-based flexible web layout. 
If you want to use the basic viewer, you need to create a "WebLayoutDefinition" 
corresponding to a basic web layout.

Chris.

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of 
shepwaydistrictcouncil
Sent: Tuesday, March 16, 2010 9:39 AM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] View maps in standard MapViewerPHP not Fusion


We have created a demo that we access internally via the following URL:

http://:8008/mapguide2010/fusion/templates/mapguide/maroon/index.html?ApplicationDefinition=Library%3a%2f%2fLayers%2fboundary.ApplicationDefinition

We want to be able to try this using the standard /mapviewerphp/ code (not
fusion) but everything we try doesn't work, are we missing something simple
or do we need to publish the layers in a different place or do I need to
alter a config file somewhere?

Kind regards
Neil
-- 
View this message in context: 
http://n2.nabble.com/View-maps-in-standard-MapViewerPHP-not-Fusion-tp4744399p4744399.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


[mapguide-users] View maps in standard MapViewerPHP not Fusion

2010-03-16 Thread shepwaydistrictcouncil

We have created a demo that we access internally via the following URL:

http://:8008/mapguide2010/fusion/templates/mapguide/maroon/index.html?ApplicationDefinition=Library%3a%2f%2fLayers%2fboundary.ApplicationDefinition

We want to be able to try this using the standard /mapviewerphp/ code (not
fusion) but everything we try doesn't work, are we missing something simple
or do we need to publish the layers in a different place or do I need to
alter a config file somewhere?

Kind regards
Neil
-- 
View this message in context: 
http://n2.nabble.com/View-maps-in-standard-MapViewerPHP-not-Fusion-tp4744399p4744399.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


Re: [mapguide-users] Migrating from Mapguide Studio 2010 to Maestro 2.0

2010-03-16 Thread Andrew DeMerchant




There's nothing to migrate. Install it, connect to your server, edit
your data. It's that easy. 

Andrew


On 3/16/2010 11:44 AM, shepwaydistrictcouncil wrote:

  
Hi

We are currently testing Mapguide Studio 2010 and MG OS Server and would
like to try Maestro 2.0 as the editor (being a great cost saving!)

Is there an easy way to migrate from Studio to Maesto without having to do
everything again?

Kind regards
Neil
  


-- 

  

  
   
  
  Andrew DeMerchant
   Computer Technologist
  ph.1-877-2GEMTEC x.163
fax 506-453-9470
   
  GEMTEC Limited
  191 Doak
Road
  Fredericton,
NB,
Canada
   E3C 2E6
  

  




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


[mapguide-users] Watermark images before displaying (using PHP MG OS Server config)

2010-03-16 Thread shepwaydistrictcouncil

Hi

We are testing MG OS and would really love to impliment this as our web
mapping platform but need to be able to watermark the Ordnance Survey base
mapping with our logo covering preferably top left, top right, bottom left,
bottom right and centre (or anywhere to start)

We will be using the PHP setup to display the maps.

Regards
Neil
-- 
View this message in context: 
http://n2.nabble.com/Watermark-images-before-displaying-using-PHP-MG-OS-Server-config-tp4744085p4744085.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] Migrating from Mapguide Studio 2010 to Maestro 2.0

2010-03-16 Thread shepwaydistrictcouncil

Hi

We are currently testing Mapguide Studio 2010 and MG OS Server and would
like to try Maestro 2.0 as the editor (being a great cost saving!)

Is there an easy way to migrate from Studio to Maesto without having to do
everything again?

Kind regards
Neil
-- 
View this message in context: 
http://n2.nabble.com/Migrating-from-Mapguide-Studio-2010-to-Maestro-2-0-tp4744044p4744044.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] queries to a G Maps Layer with Fusion and MG

2010-03-16 Thread Jose Cerrejon

I'm tried with success this 
http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays tutorial  about
Using MapGuide Overlays with Commercial Map Service Layers.

I would like to know if I can make a widget to do queries to the Google
Maps/Bing/Yahoo layer, or if it is a blind layer. For example, find streets
(with the Maps API) and mark them with a push pin, ...

Any example would be appreciated :)

Thks in advanced!
-- 
View this message in context: 
http://n2.nabble.com/queries-to-a-G-Maps-Layer-with-Fusion-and-MG-tp4742997p4742997.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] passing parameter from url

2010-03-16 Thread Christoph Lauber
Hello list
 
I'm looking for a way to start my mapguide application by a
parameterized URL. What I need are a bounding box or a center coordinate
with scale and the map and layer to be activated.
An URL would look like these for example:
http://localhost/mapguide2010/?
 Bbox=585967,219915,596405,224915&Layers=Ortsplan
 
Does there exist anything like that for mapguide2010? I know there was
on mapguide6.5...
 
 
Thanks for any help
Christoph

*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--
*--*
GeoplanTeam Hutzli + Kluser
Vermessung | Geoinformatik | Umwelttechnik
Egliweg 6, CH - 2560 Nidau
*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--
*--*

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


[mapguide-users] Re: defining coordinate systems in MGE

2010-03-16 Thread Jackie Ng

If you have AutoCAD Map, you can define new coordinate systems there.

Here's a blog entry describing how it's done (It's in german, so run it
through Google Translate)

http://geospatialnavigator.typepad.com/geospatial_navigator/2010/02/neue-koordinatensysteme-mapguide-pandora.html

- Jackie
-- 
View this message in context: 
http://n2.nabble.com/defining-coordinate-systems-in-MGE-tp4742583p4742626.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] defining coordinate systems in MGE

2010-03-16 Thread Ran Mahiru
Hi... I've tried searching the past post but I don't seem to have come across 
this question...

If I have a local coordinate system for which I have the WKT, PROJ4 how do I 
add it into MGE / Studio such that it can detect my SDf data that has this 
coordinate system? Or at least include it as an override option?

I've tried the checkwkt option in the mapguide agent and the string I have 
passes so it should be properly defined.

Thanks... at the moment I have the data on arbitrary XY but then I can't 
overlay data with other projections...

Liz


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


[mapguide-users] Maintenance is possible with mapguide layer?

2010-03-16 Thread Rubén Casal Prieto

Maintenance is possible with mapguide layer?

In other words ... can be given permission to the user to click a point and 
that point is added to a layer?

For example a layer of warnings in the territory? in which users can send 
alerts?

A greeting and thank you, Ruben   
_
Escucha a quienes ya han probado Windows 7 ¡Hazlo aquí!
http://www.sietesunpueblodeexpertos.com/index_windows7.html___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users