@dra2020/district-analytics 10.5.2 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,8 @@ let sr = {} as DA.SessionRequest;
15
15
  sr['title'] = "NC 2016 Contingent Corrected Map";
16
16
  sr['stateXX'] = "NC";
17
17
  sr['nDistricts'] = 13;
18
- sr['legislativeDistricts'] = false;
18
+ sr['planTyle'] = PlanType.congress; // One or ...
19
+ sr['legislativeDistricts'] = false; // ... the other
19
20
  sr['data'] = data as T.GeoFeatureCollection;
20
21
  sr['counties'] = counties as T.GeoFeatureCollection;
21
22
  sr['graph'] = graph as T.ContiguityGraph;