I'm receiving this error when I try to show a Geochart in a community (Partner template):
Unable to render GeoChart: ZIP resource contained no file at path: maps/us-all.geo.json
When I preview the page in a regular Skuid/Salesforce tab, the Geochart works fine, but when inserted into a community the Geochart does not appear and I receive the error.
On Skuid release 11.1.7
Unable to render GeoChart: ZIP resource contained no file at path: maps/us-all.geo.json
When I preview the page in a regular Skuid/Salesforce tab, the Geochart works fine, but when inserted into a community the Geochart does not appear and I receive the error.
On Skuid release 11.1.7

Chelsea Curtis
<models>
<model id="DataModel" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Opportunity" type="aggregate">
<fields>
<field id="Amount" name="sumAmount" function="SUM"/>
</fields>
<conditions>
<condition type="fieldvalue" value="true" enclosevalueinquotes="false" field="Current_Campaign_Donation__c"/>
</conditions>
<actions/>
<groupby method="simple">
<field id="Account.BillingState" name="accountBillingState"/>
</groupby>
</model>
</models>
<components>
<skuidvis__geochart model="DataModel" maintitle="{{Model.labelPlural}}" maptype="us-all" height="600px" uniqueid="sk-2Hfa-530" mapgroup="na">
<colors/>
<legend/>
<serieslist>
<series joinBy="hc-key" valueField="sumAmount" statefield="accountBillingState"/>
</serieslist>
<buckets/>
</skuidvis__geochart>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences uniqueid="sk-1o3K-508"/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>
Chelsea Curtis
Luzie Baumgart, Official Rep