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

RenoSun renolionheart at gmail.com
Wed Jan 16 15:43:38 PST 2019


Did you set up the primary key of your database data source?

"
  <xs:schema xmlns:xs="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"
elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="YOURVIEW" type="dbo:YOURVIEWType" abstract="false"
substitutionGroup="gml:_Feature">
      <xs:key name="YOURVIEWKey">
        <xs:selector xpath=".//YOURVIEW" />
        <xs:field xpath="<b>UNIQUE ID*" />
      </xs:key>
    </xs:element>
    <xs:complexType name="YOURVIEWType" abstract="false"
fdo:geometryName="GEOM">
      <xs:annotation>
        <xs:documentation />
"



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html


More information about the mapguide-users mailing list