Skip to content

Commit

Permalink
refactor: standardize formatting and precision in feature collection …
Browse files Browse the repository at this point in the history
…test fixtures
  • Loading branch information
reskume committed Dec 5, 2024
1 parent 248a5f6 commit b4048b9
Show file tree
Hide file tree
Showing 8 changed files with 2,785 additions and 2,173 deletions.
2,179 changes: 1,087 additions & 1,092 deletions tests/fixtures/results/aspc-arc-angle.js

Large diffs are not rendered by default.

423 changes: 211 additions & 212 deletions tests/fixtures/results/aspc-ccw-arc.js

Large diffs are not rendered by default.

921 changes: 460 additions & 461 deletions tests/fixtures/results/aspc-clockwise-arc.js

Large diffs are not rendered by default.

559 changes: 430 additions & 129 deletions tests/fixtures/results/aspc-with-circular-geometry.js

Large diffs are not rendered by default.

119 changes: 59 additions & 60 deletions tests/fixtures/results/aspc-with-simple-polygon.js
Original file line number Diff line number Diff line change
@@ -1,62 +1,61 @@
module.exports = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "80375e33-8ee0-4072-8b0f-511e40fd4b78",
"properties": {
"name": "ED-R10B Todendorf-Putlos MON-SAT+",
"class": "R",
"upperCeiling": {
"value": 40000,
"unit": "FT",
"referenceDatum": "MSL"
},
"lowerCeiling": {
"value": 0,
"unit": "FT",
"referenceDatum": "GND"
}
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.666666666666666,
54.416666666666664
],
[
10.666666666666666,
54.333333333333336
],
[
10.666666666666666,
54.25527777777778
],
[
10.683333333333334,
54.25
],
[
10.883333333333333,
54.325
],
[
10.883333333333333,
54.43333333333333
],
[
10.833333333333334,
54.416666666666664
],
[
10.666666666666666,
54.416666666666664
]
]
]
}
}
]
type: "FeatureCollection",
features: [
{
type: "Feature",
properties: {
name: "ED-R10B Todendorf-Putlos MON-SAT+",
class: "R",
upperCeiling: {
value: 40000,
unit: "FT",
referenceDatum: "MSL",
},
lowerCeiling: {
value: 0,
unit: "FT",
referenceDatum: "GND",
},
},
geometry: {
type: "Polygon",
coordinates: [
[
[
10.66667,
54.41667,
],
[
10.66667,
54.33333,
],
[
10.66667,
54.25528,
],
[
10.68333,
54.25,
],
[
10.88333,
54.325,
],
[
10.88333,
54.43333,
],
[
10.83333,
54.41667,
],
[
10.66667,
54.41667,
],
],
],
},
},
],
}
Loading

0 comments on commit b4048b9

Please sign in to comment.