Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-09 Thread Liglio
Thanks to RenoSun and Hans for your help, I used the Hans solution becouse it appears to be easier, and it works. Very clever. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-user

Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-05 Thread Hans Milling
I usually create a table that matches the view (with a primary key). Then I add the FeatureSource pointing to the table. The feature source is created with primary key and can be selected. Then I delete the table and create a vire with the same name, and everything works. -- Sent from: http://os

Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-04 Thread RenoSun
I have been using spatial views with by editing the Configuration Document of the database data connection, and it works with SQL Server 2008 and 2016... Also, the version of the Maestro may cause the problems too. I am using AIMS 2017 with Maestro 6.0m7 without error messages when I am trying to

Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-04 Thread Liglio
If I use a view I will have the problem that a view has no identifier, and mapguide can't show the features. I am using Postgresql, I already tried to use FDO schema overrides but the tool gave some errors. Maybe I can assign the layer to a blank table and insert some features just for the user ma

Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-04 Thread Martin Morrison
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Liglio Sent: Wednesday, January 3, 2018 6:39 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Display Historival value assigned to a polygon I am trying to display historical info about States of a Country. I have two

[mapguide-users] Display Historival value assigned to a polygon

2018-01-03 Thread Liglio
I am trying to display historical info about States of a Country. I have two tables: State (State ID, State Name, Geometry) and State Power Load (State ID, Date/Time, Power Observed, Power Predicted). To show a State color themed layer based on the deviation of Observed and Predicted, I need to joi