EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Data Handling
core
Merge requests
!22
adding simplify_footprint_tolerance option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
adding simplify_footprint_tolerance option
simpilfy_footprint
into
main
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Lubomir Dolezal
requested to merge
simpilfy_footprint
into
main
2 years ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
version 2
version 2
24a7603d
2 years ago
version 1
adc14828
2 years ago
main (base)
and
latest version
latest version
c78fbf62
3 commits,
2 years ago
version 2
24a7603d
2 commits,
2 years ago
version 1
adc14828
1 commit,
2 years ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
registrar/backend/eoxserver.py
+
2
−
2
Options
@@ -299,7 +299,7 @@ class ItemBackend(Backend["Item"]):
coverage_mapping
=
product_type
.
get
(
"
coverages
"
,
{}),
browse_mapping
=
product_type
.
get
(
"
browses
"
,
{}),
metadata_asset_names
=
product_type
.
get
(
"
metadata_assets
"
),
file
_href
=
item
.
get_self_href
(),
self
_href
=
item
.
get_self_href
(),
simplify_footprint_tolerance
=
simplify_footprint_tolerance
)
else
:
@@ -308,7 +308,7 @@ class ItemBackend(Backend["Item"]):
product_type_obj
,
storage
,
replace
=
replace
,
file
_href
=
item
.
get_self_href
(),
self
_href
=
item
.
get_self_href
(),
simplify_footprint_tolerance
=
simplify_footprint_tolerance
)
Loading