@net7/boilerplate-muruca 5.5.18 → 5.5.19
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.
|
@@ -28,6 +28,7 @@ export declare class FacetMapDS extends DataSource implements FacetDataSource {
|
|
|
28
28
|
private MARKER_ICON;
|
|
29
29
|
private MARKER_ICON_UNAVAILABLE;
|
|
30
30
|
private MARKER_ICON_SELECTED;
|
|
31
|
+
private linksToMarkers;
|
|
31
32
|
protected transform({ links }: {
|
|
32
33
|
links: CadastralUnit[];
|
|
33
34
|
}): MapData;
|