Re: [mapguide-users] blink a layer or a feature

2015-11-17 Thread Scott Hameister
JavaScript is what openlayers works on...can't remember what version Fusion is on..but there are a ton of examples on the web..just want to add a layer to the openlayers map object and put a timer on the layer..not the map On Nov 17, 2015 6:11 PM, "Liglio" wrote: > Gordon, > > I will take a good

Re: [mapguide-users] blink a layer or a feature

2015-11-17 Thread Liglio
Gordon, I will take a good look in this page. I think everything can be done with javascript, right ? Thanks. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/blink-a-layer-or-a-feature-tp5236968p5237037.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] blink a layer or a feature

2015-11-17 Thread GordonL
Since fusion is all OpenLayers, you can add a layer and refresh it like this demo. http://www.netzwolf.info/ol2/bastelstube/animierter_marker -- View this message in context: http://osgeo-org.1560.x6.nabble.com/blink-a-layer-or-a-feature-tp5236968p5236996.html Sent from the MapGuide Users ma

Re: [mapguide-users] blink a layer or a feature

2015-11-17 Thread Flipper
Is this a static map that they don't zoom on? Trying to figure how it even works NOW if they wanted to zoom or pan while a refresh is triggered. If you are using fusion you could Modify the Fusion viewer it to add say a geoJson layer to open layers that you could refresh with a timer. without refr

[mapguide-users] PostgreSQL SelectFeatures

2015-11-17 Thread Kori Maleski
I am having an issue selecting features stored in PostgreSQL. MapGuide 2.5.2 and MapGuide 3.0 PHP showclass.php or buffer.php for example, will return the MgFeatureReader with class definition etc, but without any features. .NET MgFeatureReader is returned fully populated with features. Tryin

[mapguide-users] blink a layer or a feature

2015-11-17 Thread Liglio
Hi, I want to call attention of a road in a map. Is it possible to blink a feature in a map ? Making a layer visible and invisible and refreshing the map every 0.5 second demands o lot of the mapguide server. There is another way ? Thanks -- View this message in context: http://osgeo-org.156

Re: [mapguide-users] REST Broken Parts or being Used Incorrectly? Jackie?

2015-11-17 Thread Flipper
This will get me past my Major RoadBlock Jackie I appreciate it. I would Love it if You could DO a version with FDO Filter. CASE: Highlight All Objects in an electrical Grid currently on the same substation. (this could be 10,000's of meters, 1,000s of service lines and 1000's of primary lines,

[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.

Re: [mapguide-users] Using Custom web font for Labels

2015-11-17 Thread Jackie Ng
Install your custom web font through the standard Windows font installation process and MapGuide should be able pick it up. http://simplythebest.net/fonts/how_to_install_fonts.html - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Using-Custom-web-font-for-Labels-t

Re: [mapguide-users] Using an external WMS in MapGuide Maestro

2015-11-17 Thread Jackie Ng
Feature Source preview is mainly for Vector Feature Sources. It is almost always useless for raster-based ones like WMS. What you should almost always do when creating a WMS feature source, is create a configuration document for it. You might have noticed a warning sign blinking beside the "Advanc

Re: [mapguide-users] REST Broken Parts or being Used Incorrectly? Jackie?

2015-11-17 Thread Jackie Ng
In your example, RYEAR (assuming the official Sheboygan dataset) is a number. FDO LIKE doesn't work with numerical properties (at least not for SDF) - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/REST-Broken-Parts-or-being-Used-Incorrectly-Jackie-tp5236035p52369

Re: [mapguide-users] REST Broken Parts or being Used Incorrectly? Jackie?

2015-11-17 Thread Jackie Ng
Here's the deal. You've have identified a major hole in the REST API capabilities (you cannot manipulate runtime map layer/group structures, and non-spatial selection manipulation is difficult as it requires knowing how feature IDs are encoded to build the selection XML) Despite mapguide-rest bei

Re: [mapguide-users] Using an external WMS in MapGuide Maestro

2015-11-17 Thread Herbert Schwarz
Hi Jackie, thanks for your help. I managed to overcome the network problems. Now I can add the WMS as a resource in MapGuide Maestro. However, if I want to have a look preview in MapGuide I get this response: If I try to cr

Re: [mapguide-users] Improving AIMS/Mapguide bundled PHP performance

2015-11-17 Thread Jackie Ng
Having run an opcache-enabled PHP for a bit longer now, I've come to find out that PHP opcache on Windows in general is horribly unstable due to the ASLR security feature of Windows. IIS has been randomly throwing HTTP 500 errors on calls to mapguide-rest because of this. See: https://github.com/z