Obiekt zawierający geometrię używaną jako lewy operand operacji. Właściwości wyniku zostaną skopiowane z tego obiektu.
right
Element
Obiekt zawierający geometrię używaną jako prawy operand operacji. Właściwości tego obiektu są ignorowane.
maxError
ErrorMargin, domyślnie: null
Maksymalna dopuszczalna wartość błędu podczas wykonywania niezbędnej reprojekcji.
proj
Prognoza, domyślnie: null
Projekcja, w której ma zostać wykonana operacja. Jeśli nie zostanie podana, operacja zostanie wykonana w sferycznym układzie współrzędnych, a odległości liniowe będą podawane w metrach na sferze.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["Returns a new Feature representing the geometric areas where either of the input Features exist, but not both."],["Input requires two Features: `left` (properties are retained in output) and `right` (properties are discarded)."],["Optional parameters include `maxError` for reprojection tolerance and `proj` to define the operation's projection (defaults to spherical with meter units)."]]],["The `symmetricDifference` function calculates the symmetric difference between the geometries of two features (`left` and `right`). The function returns a new `Feature` with the resultant geometry. Properties are copied from the `left` feature, while the `right` feature's properties are ignored. The operation can be performed with a specified `maxError` tolerance and `proj` projection; defaulting to a spherical system with meter distances if a projection is not specified.\n"]]