mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
test: adjust tests to config init changes
This commit is contained in:
@@ -89,3 +89,31 @@ export const sampleAuthConfiguration: {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const sampleDefaultPolygon = {
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
8.660432999690723,
|
||||
50.123027017044436
|
||||
],
|
||||
[
|
||||
8.675496285518358,
|
||||
50.123027017044436
|
||||
],
|
||||
[
|
||||
8.675496285518358,
|
||||
50.13066176448642
|
||||
],
|
||||
[
|
||||
8.660432999690723,
|
||||
50.13066176448642
|
||||
],
|
||||
[
|
||||
8.660432999690723,
|
||||
50.123027017044436
|
||||
]
|
||||
]
|
||||
],
|
||||
"type": "Polygon"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user