Skip to main content

apply_changes

Function apply_changes 

Source
pub fn apply_changes(
    changes: &[OscChange],
    store: &FeatureStore,
    node_store: &dyn NodeLocationStore,
    tag_store: &TagStore,
    layers: &LayerSet,
    config: &TileGeneratorConfig,
) -> OsmicResult<DirtyTileSet>
Expand description

Apply a set of OSC changes to the feature store. Returns the set of tiles that need regeneration.