Step 4: Add Geo Map support to a Mondrian schema
Annotations
<Level name="CITY" column="CITY" type="String" uniqueMembers="false">
<Annotations>
<Annotation name="Data.Role">Geography</Annotation>
<Annotation name="Geo.Role">city</Annotation>
</Annotations>
</Level>Member properties
<Level name="LatTest" column="CUSTOMERNUMBER" type="Numeric" uniqueMembers="false">
<Annotations>
<Annotation name="Data.Role">Geography</Annotation>
<Annotation name="Geo.Role">location</Annotation>
</Annotations>
<Property name="Latitude" column="CUSTLAT" type="Numeric" />
<Property name="Longitude" column="CUSTLON" type="Numeric"/>
</Level>PreviousStep 3: Edit the schema to allow comparison operators on numeric levelsNextStep 5: Disable drill-through links
Last updated
Was this helpful?

