Re: [mapguide-users] RAM problem

2019-02-12 Thread frieda
You could try Debug Diagnostic Tool from Microsoft
https://www.microsoft.com/en-us/download/details.aspx?id=49924


Add performance rule and collect some information:
https://blogs.msdn.microsoft.com/asiatech/2014/01/09/debug-diagnostic-2-0-creating-a-rule-in-crash-mode/

Another analyse tool
https://snede.net/hunting-net-memory-leaks-with-windbg/



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] RAM problem

2019-02-12 Thread Roberto Lombardini
thank you very much, i'll try this tools.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Probelem regarding group folder in fusion legend

2019-02-12 Thread GordonL
Are you using any Tiled Layers in the map?




--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] php problems with 3.x

2019-02-12 Thread Andrew DeMerchant
I'm struggling to get my old PHP scripts that worked in 2.5 to work in 
3.1...hoping someone can help out. I've had a hard time finding documentation 
that's up to date. Here's a snippet:


  MgInitializeWebTier ($configFilePath);
  $userInfo= new MgUserInformation($mgSessionId);
  $siteConnection  = new MgSiteConnection();
  $siteConnection->Open($userInfo);
  $resourceService = $siteConnection->CreateService(0);
  $featureService  = $siteConnection->CreateService(2);
  $queryOptions= new MgFeatureQueryOptions();
  $map = new MgMap();
  $map->Open($resourceService, $mapName);

  // Create the selection object by retrieving the current
  // selection from the map.

  $selection = new MgSelection($map);
  $selection->Open($resourceService, $mapName);

  $layers = $selection->GetLayers();


Right now, it's giving me an error at new MgMap() saying that it's the wrong 
number of parameters. I can't find any docs that tell me what's changed, so I'm 
pretty stuck. Any suggestions?


[GEMTEC]

Andrew DeMerchant

Fredericton, NB
tel: 506.453.1025 x163  /  toll-free: 1.877.243.6832
mobile: 506.470.2007 /  fax: 506.453.9470


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

Re: [mapguide-users] php problems with 3.x

2019-02-12 Thread Alec Bell
Hi Andrew,

You'll need to pass in the site connection object.
API docs are installed in the ..\www\help folder.
eg:
file:///C:/Program%20Files/OSGeo/MapGuide/Web/www/help/devguide/introduction.html#maps

regards,
Alec

On Wed, Feb 13, 2019 at 8:07 AM Andrew DeMerchant <
andrew.demerch...@gemtec.ca> wrote:

> I'm struggling to get my old PHP scripts that worked in 2.5 to work in
> 3.1...hoping someone can help out. I've had a hard time finding
> documentation that's up to date. Here's a snippet:
>
>
>   MgInitializeWebTier ($configFilePath);
>   $userInfo= new MgUserInformation($mgSessionId);
>   $siteConnection  = new MgSiteConnection();
>   $siteConnection->Open($userInfo);
>   $resourceService = $siteConnection->CreateService(0);
>   $featureService  = $siteConnection->CreateService(2);
>   $queryOptions= new MgFeatureQueryOptions();
>   $map = new MgMap();
>   $map->Open($resourceService, $mapName);
>
>   // Create the selection object by retrieving the current
>   // selection from the map.
>
>   $selection = new MgSelection($map);
>   $selection->Open($resourceService, $mapName);
>
>   $layers = $selection->GetLayers();
>
> Right now, it's giving me an error at new MgMap() saying that it's the
> wrong number of parameters. I can't find any docs that tell me what's
> changed, so I'm pretty stuck. Any suggestions?
>
>
> [image: GEMTEC] 
>
> *Andrew DeMerchant*
>
> Fredericton, NB
> tel: 506.453.1025 x163  /  toll-free: 1.877.243.6832
> mobile: 506.470.2007 /  fax: 506.453.9470
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Probelem regarding group folder in fusion legend

2019-02-12 Thread farman
Thanks GordonL sir for reply,
yes I am using google maps tiled layer(XYZ layer). All other layers are road
layers and I have combined these layer in group and named it 'cnw data'. I
have attach xml file of my weblayout.
file.xml   



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users