Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Option | Type | Default | Description
`getFeatureId(<GeoJSON> featureData)` | `Function` | Returns `featureData.properties.id` | Function used to get an identifier uniquely identify a feature over time
`updateFeature(<GeoJSON> featureData, <ILayer> oldLayer)` | `Function` | Special | Used to update an existing feature's layer; by default, points (markers) are updated, other layers are discarded and replaced with a new, updated layer. Allows to create more complex transitions, for example, when a feature is updated |
`container` | `LayerGroup` | L.geoJson() | Specifies the layer instance to display the results in
`removeMissing` | `Boolean` | `false` | Should missing features between updates been automatically removed from the layer
`removeMissing` | `Boolean` | `true` | Should missing features between updates been automatically removed from the layer

##### Events

Expand Down