Re: [mapguide-users] mapguide-react-layout 0.7 released

2017-01-02 Thread GordonL
Happy New Year Jackie.  Fantastic job!
I cannot believe how responsive and fast the new view is!

gordon




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-react-layout-0-7-released-tp5301769p5301785.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] mapguide-react-layout 0.7 released

2017-01-02 Thread Jackie Ng
Hi All, 

I've put out a new release of mapguide-react-layout. 

Download:
https://github.com/jumpinjackie/mapguide-react-layout/releases/tag/v0.7

This release contains lots of new features which I've blogged about here

http://themapguyde.blogspot.com.au/2017/01/announcing-mapguide-react-layout-07.html

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-react-layout-0-7-released-tp5301769.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] mapguide-rest 1.0 RC5

2017-01-02 Thread Jackie Ng
Hi All, 

I've released the 5th release candidate of mapguide-rest 1.0 

https://github.com/jumpinjackie/mapguide-rest/releases/tag/1.0-rc5

A summary of this release can be found on my blog post 

http://themapguyde.blogspot.com/2017/01/announcing-mapguide-rest-10-rc5.html

Please report any issues on the github repository. 

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC5-tp5301766.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] Mapguide 3.1 Label Issue

2017-01-02 Thread Hans Milling
Does it work when you run the application but after a while stops working due
to the MapGuide sessions has timed out? Or the map never works and always
give you the timeout error because the render time is too long?
Perhaps too many labels are displayed at the same time. You can duplicate
the layer style. I should read something like 0 : Infinity
After you have duplicated the layer style, set the first one to 0 : 1000 and
the second to 1001 : Infinity.
Apply only labels to the 0 : 1 to make sure labels only appear when
zoomed way into the map (just for a test). See if that works. If it does,
the peoblem is too many lables displayed and the outer zoom levels.
Another way to debug the timeout could be running the SQL Server profiling
tool (unless you are using SQL Express) to see what select commands MapGuide
is using. Run the select command in Management Studio and see how many rows
are returned. If many thousand rows are returned MapGuide will die trying to
draw all those labels.
I am not sure if MapGuide can output/log the SQL sentences in case you do
not have the profiling tool.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-Label-Issue-tp5301253p5301760.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] Mapguide 3.1 Label Issue

2017-01-02 Thread rajosgeo
Thanks for the reply Hans Milling

After a while Timeout happens..In C# application as well as via maestro.
Label is a simple one..one of the attributes is being set as label. Am not
using any complex symbol or label

Error log doesnt show anything related to this issue




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-Label-Issue-tp5301253p5301740.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