Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-10 Thread Fritz Robert
HI,

there are alternatives to AIMS Industry Model Web (aka Topobase Web) . IM Web 
is quite powerfull and the alternatives I'm aware of do not cover it completly. 
But IM Web was (still is?) quite slow.
We have been using TBVIEW for a few years now - it gives access to Map forms 
and more.
https://www.tbview.de/

Rob

Von: mapguide-users [mapguide-users-boun...@lists.osgeo.org] im Auftrag 
von Bruno Scott [bsc...@geomapgis.com]
Gesendet: Mittwoch, 10. Januar 2018 15:56
An: mapguide-users@lists.osgeo.org
Betreff: [mapguide-users] Moving to MGOS from AIMS

Hi all,
There is another part of AIMS that is going to disappear : The ex-Topobase
features.
Very powerful stuff developed with a strong DotNet API.
The modules developed with this api is available to AutoDesk Map and AIMS.
We are gone to missed that one.
And i don't see any replacement :-(

Bruno




--
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 mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Maestro - IPython - ImportExtension

2017-06-16 Thread Fritz Robert
Hi,

when I import extensions methods as described here 
(http://themapguyde.blogspot.ch/2013/08/maestro-ironpython-console-tips-and.html)
I don't get MapDefintion, I only see DrawingSource, ExtensionMethods, 
FeatureSource and LayerDefinition.
Any ideas? I'm using 6.0m5.

Thank you, Rob

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

[mapguide-users] WMS/WFS services not available - how to deal with it?

2017-03-02 Thread Fritz Robert
Hi,

we consume external WMS services. Sometimes these services are not available or 
do not work properly. It can take some time until we (admins) actually notice 
that - either by users getting back to us or through log file messages.
Now, for the user it is sometimes not noticable that a layer based on a service 
is not displayed in a map. But how to deal with situations like this? As soon 
as a services doesnt respond with an image the user should get notified. But 
there isnt any mechanism for that in MapGuide, is there? How do you deal with a 
situation like this? Any suggestions?

Rob



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

[mapguide-users] DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery

2017-01-17 Thread Fritz Robert
Hi,

since updating from 2013 to 2017 we see lots of the following error message:

Error: An exception occurred in DB component.
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery

AIMS doesnt response for some time (minutes) and our system is down.
It does happen once or twice a day.
It did not happen with AIMS 2013.
We have two nearly identical servers and installations (including repository) - 
it happens on both.
We have changed nearly all settings in serverconfig.ini but to no avail.

When it happens I cant see any pattern - load is not higher then at other times.

What is the reason for the message?
What can I do to avoid this message?


Many thanks, Rob



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

Re: [mapguide-users] MgSelection - highlight selected features in map

2017-01-03 Thread Fritz Robert
Hi Jackie,

many thanks, that helped. I think my problem was that I used the same 
featureReader twice - but it looks to me that a featureReader can be used only 
once?
I didn't find any hint in the documentation as it only says " Provides a 
forward-only, read-only iterator for reading features selected from the FDO 
Provider ".

Rob



-Ursprüngliche Nachricht-
Von: mapguide-users [mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag 
von Jackie Ng
Gesendet: Donnerstag, 29. Dezember 2016 08:46
An: mapguide-users@lists.osgeo.org
Betreff: Re: [mapguide-users] MgSelection - highlight selected features in map

Were any features actually added to $selection? 

You can check by just outputting $selection->ToXml() and see if there is XML 
content there beyond the root element.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MgSelection-highlight-selected-features-in-map-tp5301158p5301516.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] MgSelection - highlight selected features in map

2016-12-23 Thread Fritz Robert
Hi,

I query a feature source, create a selection and render a map.
That map should higlight the selected features - but it doesn't and I don't 
know why. I guess I haven't understood how it works.

I'm not using any viewer - I render the map through a PHP script. I need the 
script to generate maps in order to get maps into Crystal Reports and other 
applications (Rest is not an option unfortunately as I sometimes need a feature 
highlighted, sometimes I dont want it highlighted, GeoRest is slow since I 
moved to new release).


Here is the code snipped:

$FeatureResId = new MgResourceIdentifier($FeatureResIdString);
$queryOptions = new MgFeatureQueryOptions();
$queryOptions->SetFilter($FILTER);
$featureReader = $featureService->SelectFeatures($FeatureResId, 
$layerClassName1, $queryOptions);
$selection = new MgSelection($map);
// code for getting coordinates of selected features
...
///
$selection->AddFeatures($myLayer, $featureReader, 0);
$byteReader = $renderingService->RenderMap($map, $selection, $CENTER, $SCALE, 
$MAPSIZEWIDHT, $MAPSIZEHEIGHT, $BACKGROUNDCOLOR, 'PNG');

Can anyone help me out here?
What needs to be done to get selected features highlighted in a rendered map?

Many thanks, Rob


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

[mapguide-users] Rest extension - login required?

2016-12-09 Thread Fritz Robert
Hi,

I installed the Rest extension (https://github.com/jumpinjackie/mapguide-rest) 
on MapGuide 3.1 (AIMS 2017).

The following request returns a login dialog box telling me that it comes from 
the Rest extension:

http://myserver/mapserver2017/rest/index.php/library/p_berichte/p_liegbesch_avplan.MapDefinition/image.png?x=2696472=1261552=1000=1024=768=108

I want to use Rest in our reports - how can I avoid / hide the 
authentification? As I call a map through the library I dont't have any 
settings in conf\data (restcfg.json / AllowAnonymous)?

IIS 7 without rewrite module,

Many thanks, Rob





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

[mapguide-users] ADSK Georest Extension slow

2016-12-08 Thread Fritz Robert
Hi,

does anyone use ADSK Georest extension?
Since updating to the latest release image generation takes up to 30 sec.
If someone else had the issue and knows the solution - please let me know.

P.S. I'm aware of Jackies Rest extension - but it is not an option for us (as 
features will always be highlighted when searched through filter).

Many thanks, Rob



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

[mapguide-users] force WMS feature source to use certain CS

2016-03-23 Thread Fritz Robert
Hi,

it seems that MapGuide (we use AIMS 2013) does not recognize all CS offered by 
the WMS server. The server offers 6 or 7 coordinate systems but MapGuide only 
picks up two (the ones which have a bounding box defined in GetCapabilities).
We now have to switch to  a different CS - unfortunately it is one offered by 
the WMS server but not recognized by MapGuide (or to be more precise by 
Studio/Maestro). Is there an "easy" way to force MapGuide to use that specific 
CS? Otherwise MapGuide will perform a transformation on the fly wich will have 
some negative impact  on performance. I downloaded the config.xml via MapAgent 
for one of the WMS feature sources and I'm wondering if I can just replace the 
"old" CS with the "new" CS (WKT String, BBOX and EPSG code) and upload the file 
again. We have 20+ WMS feature sources where I would need to modify the CS used 
by MapGuide.

Thank you, Rob





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

Re: [mapguide-users] MapGuide as WMS server - high CPU usage, poor performance

2015-12-04 Thread Fritz Robert
Hi Hans,

Thank you for your reply. Good to have it confirmed - otherwise one always 
ponders whether one does something wrong

Rob



-Ursprüngliche Nachricht-
Von: mapguide-users [mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag 
von Hans Milling
Gesendet: Freitag, 4. Dezember 2015 09:55
An: mapguide-users@lists.osgeo.org
Betreff: Re: [mapguide-users] MapGuide as WMS server - high CPU usage, poor 
performance

Hi Rob

I am sad to say that my experience is the same as yours. The WMS is very slow 
and uses a lot of resources. Also I found that Esri ArcView/Map/GIS does not 
like the XML that MapGuide WMS produces, and does not work at all.
MapInfo and QGIS have no problem with the WMS from a MapGuide server.
Most of our clients set up a separate GeoServer to make public WMS or WFS 
instead of using the MapGuide server.

Best regards
  Hans Milling...



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-as-WMS-server-high-CPU-usage-poor-performance-tp5236912p5239984.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] MapGuide as WMS server - high CPU usage, poor performance

2015-11-19 Thread Fritz Robert
Hi,

Anyone using MGOS or AIMS as WMS server?
Any experience with regards to performance?

Rob

Von: mapguide-users [mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag 
von Fritz Robert
Gesendet: Dienstag, 17. November 2015 16:48
An: mapguide-users@lists.osgeo.org
Betreff: [mapguide-users] MapGuide as WMS server - high CPU usage, poor 
performance

Hi,

MapGuide (AIMS 2013) runs as WMS server. Whenever I have a getmap request the 
cpu usage of the server goes through the roof. CPU runs at nearly 100% for a 
few seconds. When I display the same layers in a plain map with Basic Weblayout 
the cpu usage is below 30% and only for a second or so. Performance of WMS is 
therefore really poor.

The data is in epsg 21781 and the wms is puplished with epsg 21871 as well. My 
wms client requests the layers in epsg 21781 - so I don't think MapGuide does 
any transformation. But why is CPU usage so high? Anyone else running MapGuide 
as WMS server?

I have already switch data source from Oracle to SDF but to no avail.

Rob


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

[mapguide-users] MapGuide as WMS server - high CPU usage, poor performance

2015-11-17 Thread Fritz Robert
Hi,

MapGuide (AIMS 2013) runs as WMS server. Whenever I have a getmap request the 
cpu usage of the server goes through the roof. CPU runs at nearly 100% for a 
few seconds. When I display the same layers in a plain map with Basic Weblayout 
the cpu usage is below 30% and only for a second or so. Performance of WMS is 
therefore really poor.

The data is in epsg 21781 and the wms is puplished with epsg 21871 as well. My 
wms client requests the layers in epsg 21781 - so I don't think MapGuide does 
any transformation. But why is CPU usage so high? Anyone else running MapGuide 
as WMS server?

I have already switch data source from Oracle to SDF but to no avail.

Rob


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

Re: [mapguide-users] alias - unc - performance issue

2015-08-13 Thread Fritz Robert
Hi Jackie,

I use UNC pathes, not a mapped drive.

I tried a mapped drive as well - I can create an alias for a mapped driave via 
web-admin interface but it is not shown in Studio/Maestro. I read in a few 
postings that mapped drive do not work - at least it doesn't work for me.

Rob


-Ursprüngliche Nachricht-
Von: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Jackie Ng
Gesendet: Donnerstag, 13. August 2015 09:29
An: mapguide-users@lists.osgeo.org
Betreff: Re: [mapguide-users] alias - unc - performance issue

Do you use actual UNC syntax? (\\servername\share)

Or is this mapped to a drive letter?

I've observed in general (not just MapGuide) that access to files on UNC shares 
are generally faster when mapped to a drive letter than through raw 
\\servername\share syntax.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/alias-unc-performance-issue-tp5219621p5219630.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] alias - unc - performance issue

2015-08-12 Thread Fritz Robert
Hi

So far we have put all data on a local drive (VM W2008R2).
We would like to move data to a shared drive ( 30GB of data to be shared 
between three MapGuide servers  for readonly access).

I did a test and created an alias using an UNC path pointing to a shared 
network folder.

Same map, same SDF file, same layers, same scale and extent  - the difference 
is enormous - consistently (tested on two different servers):

Performance report :
# sdf on local drive

Total Generation Time: 664.23 ms
Layers: 409.67 ms (61.7%)

# sdf on network drive via unc/alias

Total Generation Time: 8,683.02 ms
8,399.52 ms (96.7%)  (Layers)


I cannot rule out a slow network drive completely but it is unlikely (according 
to our IT):
-   UNC shared drive - we have this setup with MG 6.5. and it works very 
well
-   All data (VMwares, shared drives) use the same storage system


Looking through the MGOS mailing list archive I see that perfomance and aliases 
were an issue in the early days of MapGuide (around 2007/2008) - but nothing 
recent.

So, I'm curoius - has anyone else made negative experiences using an alias and 
shared drives?
Is there something I can do with regards to configuration / testing?
Any hints or suggestions?

We are currently using MG 2.4, an update is not an option right now (due to 
dependencies).

Many thanks, Rob


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

Re: [mapguide-users] API - resource id does not refer to a valid feature source

2015-08-12 Thread Fritz Robert
Hi,

so, with raster files just updating the path in ResourceContent is not enough. 
Raster files have an additional configuration document which stores the 
filepath as well.
It seems MapGuide Studio updates the configuration document when a data source 
is saved, in Maestro you can at least manually update the config document. 
There is no API for updating the configuration document.
If anyone else is faced with the same issue - here is  the main part of my 
quick and dirty PHP script:

// FDO Autodesk.Raster?
   $blRaster= 
isFDORaster($contentDomDoc-getElementsByTagName('Provider'));
   if($blRaster)
   {
  
//ConfigDocument - name
  
$configDocName = 
getConfigDocName($contentDomDoc-getElementsByTagName('ConfigurationDocument'));
  
if($configDocName != )
  {

  $resDataConfigDoc_byteReader = 
$resourceService-GetResourceData($fsourceID,$configDocName);

  echo brfont 
color='red'...processed...$configDocName../font colorbr;


  //XML processing change location/feature name attribute in 
config file



  $xmlConfigDoc = $resDataConfigDoc_byteReader-ToString();

  
//file_put_contents($pathToFile.config_file_.$fsourceName..xml,$xmlConfigDoc);

  $xmlConfigDocDom = DOMDocument::loadXML($xmlConfigDoc);

  $xmlConfigDocDom-preserveWhiteSpace = false;


  
replacePathInConfigXML($xmlConfigDocDom-getElementsByTagName('Location'), 
$pathOLD, $pathNEW);

  
replacePathInConfigXML($xmlConfigDocDom-getElementsByTagName('Feature'), 
$pathOLD, $pathNEW);



  $pathTempFile = 
$pathToFile.config_file_new_.$fsourceName..xml;

  file_put_contents($pathTempFile,$xmlConfigDocDom-SaveXML());


  // update repo

  $fileByteContent = new MgByteSource($pathTempFile);

  $fileReader = $fileByteContent-GetReader();

  $resourceService-SetResourceData($fsourceID, $configDocName, 
Stream, $fileReader);

  }
   }


Rob


Von: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Fritz Robert
Gesendet: Dienstag, 11. August 2015 15:40
An: mapguide-users@lists.osgeo.org
Betreff: [mapguide-users] API - resource id does not refer to a valid feature 
source

Hi,

I changed the data source from local path to alias per PHP script.

For SDF/SHP files this works fine.

For raster data I get a problem:
-- raster files are not displayed
-- Mapguide log file shows an entry where Mapguide complains that file doesn't 
exist (still pointing to the local path)
-- in MapGuide Studio the data source connection (using the alias) is fine 
(Test: ok) but when I open a layer which refers to the data source I get 
resource id does not refer to a valid feature source

I can solve the issue manually when I just save the data source connection in 
Studio.

But how can I solve/avoid the issue using PHP API?

Any ideas?

Rob





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

[mapguide-users] API - resource id does not refer to a valid feature source

2015-08-11 Thread Fritz Robert
Hi,

I changed the data source from local path to alias per PHP script.

For SDF/SHP files this works fine.

For raster data I get a problem:
-- raster files are not displayed
-- Mapguide log file shows an entry where Mapguide complains that file doesn't 
exist (still pointing to the local path)
-- in MapGuide Studio the data source connection (using the alias) is fine 
(Test: ok) but when I open a layer which refers to the data source I get 
resource id does not refer to a valid feature source

I can solve the issue manually when I just save the data source connection in 
Studio.

But how can I solve/avoid the issue using PHP API?

Any ideas?

Rob





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

[mapguide-users] possible to create package automatically ?

2015-03-31 Thread Fritz Robert
Hi,

i found an older posting about creating packages automatically 
(http://osgeo-org.1560.x6.nabble.com/possible-to-create-pakates-automatically-td5188650.html).

Jan - have you found a solution?

I'm looking into the same issue right now and I'm just wondering if you have 
come up with a script?

Regards, Rob



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

Re: [mapguide-users] possible to create package automatically ?

2015-03-31 Thread Fritz Robert
Hi,

I modified the makepackage.php script slighty so that it can be run from 
command line. I also created one simple batch file which performs a repository 
backup (by running the MapGuide backup batch files) and creates a package.
Details can be found here:

http://raumpatrouille3d.blogspot.ch/2015/03/aims-mapguide-backup-batch-script.html

Rob

Von: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Fritz Robert
Gesendet: Dienstag, 31. März 2015 08:18
An: mapguide-users@lists.osgeo.org
Betreff: [mapguide-users] possible to create package automatically ?

Hi,

i found an older posting about creating packages automatically 
(http://osgeo-org.1560.x6.nabble.com/possible-to-create-pakates-automatically-td5188650.html).

Jan - have you found a solution?

I'm looking into the same issue right now and I'm just wondering if you have 
come up with a script?

Regards, Rob



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

[mapguide-users] number of open connections?

2015-02-23 Thread Fritz Robert
Hi,

is it possible to check how many connections (Client/Site/Admin) are open at 
any time?

Thanks, Rob

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

Re: [mapguide-users] mapguide rest - bbox parameter with map?

2015-02-18 Thread Fritz Robert
Hi Jackie,

yes, I think I misunderstood the concept. Things are much clearer now,

Thank you for your replies,

Rob


-Ursprüngliche Nachricht-
Von: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Jackie Ng
Gesendet: Mittwoch, 18. Februar 2015 04:05
An: mapguide-users@lists.osgeo.org
Betreff: Re: [mapguide-users] mapguide rest - bbox parameter with map?

I think you might be misunderstanding the purpose of the image representation 
in restcfg.json

Features will *always* be selected in the image representation. This is by 
design. The intention behind the image representation is to show where your
feature(s) are in relation to the map specified in restcfg.json, and we do that 
by showing such features as selected on the map. GeoREST follows this same 
idea. Your feature(s) are the centre of attention, not the map.

If you are just after an image of a map at a certain view, then you can just 
use the image representation of the map definition:

eg.
http://localhost/mapguide/rest/library/Testing/report/AV_Vorlage.MapDefinition/image.png?x=YOUR_CENTER_Xy=YOUR_CENTER_Yscale=YOUR_SCALEwidth=YOUR_IMAGE_WIDTHheight=YOUR_IMAGE_HEIGHT

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-rest-bbox-parameter-with-map-tp5187340p5188279.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] mapguide rest - bbox parameter with map?

2015-02-16 Thread Fritz Robert
Hi Jackie,

the restcfg.json is quite simple:

{
Source: {
Type: MapGuide,
LayerDefinition: 
Library://FS_INFO/WT_AV_I/Layers/AV_Grundstücke/AV_Eigentumsinformation.LayerDefinition
},
Representations: {
png: {
Adapter: MapImage,
Methods: {
GET: {
MapDefinition: 
Library://Testing/report/AV_Vorlage.MapDefinition,
SelectionLayer: AV_Eigentumsinformation,
PageSize: 100,
MaxCount: 500,
AllowAnonymous: true,
AllowGroups: [Everyone]
}
}
},
(repeated for jpg and png8).

No feature should be selected. Don't know where the selection comes from.
Here ist he complete URL request:  
http://x/mapserver2013/rest2/index.php/data/av_report/.png?BBOX=697600,261300,697700,261400width=935height=935dpi=144

Regards, Rob


-Ursprüngliche Nachricht-
Von: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Jackie Ng
Gesendet: Dienstag, 17. Februar 2015 03:43
An: mapguide-users@lists.osgeo.org
Betreff: Re: [mapguide-users] mapguide rest - bbox parameter with map?

Assuming you are talking about any URL under /mapguide/rest/data ...

Any data URL shows the current page of features in the given representation

 - .xml returns a page of features and their attributes as XML
 - .geojson returns a page of features and their attributes as GeoJSON
 - .html displays a page of features and their attributes in a HTML page

For the image representations the page as it were is the list of features 
rendered as selections against the configured map in restcfg.json. In this 
respect, the bbox parameter might be ignored (which is probably a bug) and 
defaulting to the bbox of the selected features.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-rest-bbox-parameter-with-map-tp5187340p5188026.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] performance difference between similar maps?

2015-02-02 Thread Fritz Robert
Hi,

I have two maps: – one contains only layers with cadastral information (approx. 
30), the second one contains the same cadastral layers and additionally 500 
other layers.

For my test the following applies:
Only the layers that appear in both maps are drawn, both maps reference the 
same set of layers. All other layers in map #2 are turned off.

When panning - let's say at 1:500 - the map with only  few layers is drawn much 
faster then the other one (600ms vs. 1200 ms).

I do not understand why this is. Can someone shed some light on this?
All layers and maps use one coordinate system.

Looking at Performance report all values nearly look the same except for 
category Others“:

Other ,140.0050868988 ms,24.4% - map #1
Other ,784.38530349731 ms,63.6% - map #2

What does „Others“ comprise of?

Regards, Rob

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

[mapguide-users] mapguide-rest : set marker in a map?

2015-01-19 Thread Fritz Robert
Hi,

with mapguide-rest - can you add a marker to a map? I didn't find anything - 
but maybe I overlooked it?

When you query a map MapGuide highlights selected features. Sometimes I do not 
want the feature to be highlighted  as the the symbol then becomes difficult to 
recognize. Instead I would like to add my own marker - such as circle - around 
the feature. Basically as it was possible with MG Liteview (parameters: 
symbol/symwidth/symheight).


Rob


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

[mapguide-users] install / run REST extension - php error message 'vendor/autoload.php'

2015-01-17 Thread Fritz Robert
Hi,

I have installed the mapguide rest extension as described here:

http://themapguyde.blogspot.ch/2014/02/introducing-mapguide-rest-new-rest.html


We use: II7, w2008r2, AIMS 2013

I'm not allowed to install the ARR module for IIS. So I did try the alternative 
URL:

http://bla/mapserver2013/rest/index.php/library/list.html

but I get the following response:

Warning: require(vendor/autoload.php) 
[function.requirehttp://intramap.test.winport.net/mapserver2013/rest/index.php/library/function.require]:
 failed to open stream: No such file or directory in C:\Program 
Files\Autodesk\Autodesk Infrastructure Web Server Extension 
2013\www\rest\index.php on line 38

Fatal error: require() 
[function.requirehttp://intramap.test.winport.net/mapserver2013/rest/index.php/library/function.require]:
 Failed opening required 'vendor/autoload.php' (include_path='.;C:\php\pear') 
in C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extension 
2013\www\rest\index.php on line 38

No one else seems to have run into this. Any ideas how to fix this issue?

There is another blog by Jackie about PHP composer (and it mentions 
vendor/autoload) - but I don't think installing PHP composer will fix the issue 
for me? I'm not familiar with PHP anymore...

Many thanks, Rob

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

[mapguide-users] url - zoom to feature and set marker

2014-09-04 Thread Fritz Robert
Hi,

for reporting (CrystalReports) I need to create a map. I have a feature id and 
I need to zoom to the feature and mark it (feature is in my case a point 
feature - symbol).
Creating a map via URL request and zooming to the feature is not a  problem. 
But I cannot find a solution for marking the object.
Highlight doesn't work as required as I need to keep the original color of the 
object (symbol).
I would like to draw a marker around my feature - such as a red circle.
Is there any builtin functionality which could be used? It needs to be 
available as URL request parameter.
Right now I create maps for reporting with the GeoRest extension (AIMS 2013). 
Unfortunately it doesn't allow setting a marker.
Could this be done by creating a redlining object on the fly?
I would like to avoid programming (lack of time).

Many thanks, Rob

http://raumpatrouille3d.blogspot.ch/



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