Skip to content

gi-nx


gi-nx / updateTempLayerGeoJSON

ts
function updateTempLayerGeoJSON(
   layerName: string, 
   fc: FeatureCollection, 
   clearExisting?: boolean): void;

update temporary layer data

Parameters

ParameterType
layerNamestring
fcFeatureCollection
clearExistingboolean

Returns

void