[mapguide-users] Update legend information on runtime

2019-01-16 Thread dan.nilsson
Hi! I am using MapGuide version 3.1.0.9064 on a computer with Windows 10 Enterprise and IIS. Using Application definition (Fusion layout), with slate index.html I have a map with 864 layers on the map. I have made shortcut functions to turn of and on layers and layergroups on runtime: Example:

Re: [mapguide-users] PostGIS view with a join not selectable

2019-01-16 Thread RenoSun
Did you set up the primary key of your database data source? " http://www.w3.org/2001/XMLSchema; targetNamespace="http://fdo.osgeo.org/schemas/feature/dbo; xmlns:fdo="http://fdo.osgeo.org/schemas; xmlns:gml="http://www.opengis.net/gml; xmlns:dbo="http://fdo.osgeo.org/schemas/feature/dbo;

Re: [mapguide-users] PostGIS view with a join not selectable

2019-01-16 Thread Kajar
I have same problems and this is not related to schema override. I have created layers based on views with joins and selection work as it should. For me it happens also for layers which feature source are tables without any join. Try to create new map and use same problematic layer, I have tried

Re: [mapguide-users] PostGIS view with a join not selectable

2019-01-16 Thread techdude1996
Thanks for your help. I ended up just removing the extra extensions that I wasn't using (postgis_topology, postgis_tiger_geocoder, postgis_sfcgal) and dropped the corresponding schemas. When I did that, I was able to export the configuration for the PostGIS database with no errors. I then edited

Re: [mapguide-users] PostGIS view with a join not selectable

2019-01-16 Thread RenoSun
Hi techdude1996, How about doing the following steps: 1. Create temporal database, and create a "Table" with the same fields and field types and set up a primary key properly. 2. Use the FDO Toolbox to generate a usable XML text/file for the table. 3. Replace the table name in XML to the name