Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marty Fabien
vMap
Commits
be582445
Commit
be582445
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
fixed untracked files
parent
28140b96
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
web_service/conf/properties.inc
+0
-10
0 additions, 10 deletions
web_service/conf/properties.inc
web_service/conf/selected_properties.inc
+0
-14
0 additions, 14 deletions
web_service/conf/selected_properties.inc
web_service/conf/version.inc
+0
-7
0 additions, 7 deletions
web_service/conf/version.inc
with
0 additions
and
31 deletions
web_service/conf/properties.inc
deleted
100755 → 0
+
0
−
10
View file @
28140b96
<?php
$properties
[
"schema_anc"
]
=
's_anc'
;
$properties
[
"anc"
][
"cont_zone_urba"
][
"intersect"
][
"schema"
]
=
''
;
$properties
[
"anc"
][
"cont_zone_urba"
][
"intersect"
][
"table"
]
=
''
;
$properties
[
"anc"
][
"cont_zone_urba"
][
"intersect"
][
"column"
]
=
''
;
$properties
[
"anc"
][
"cont_zone_urba"
][
"intersect"
][
"column_geom"
]
=
''
;
$properties
[
"anc"
][
"code_postal"
][
"schema"
]
=
''
;
$properties
[
"anc"
][
"code_postal"
][
"table"
]
=
''
;
$properties
[
"anc"
][
"code_postal"
][
"column"
]
=
''
;
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
web_service/conf/selected_properties.inc
deleted
100755 → 0
+
0
−
14
View file @
28140b96
<?php
$aAdminFields
=
Array
(
'schema_anc'
,
'anc.*'
);
$aUserFields
=
Array
(
'schema_anc'
,
'anc.*'
);
$properties
[
'aAdminFields'
]
=
array_merge
(
$properties
[
'aAdminFields'
],
$aAdminFields
);
$properties
[
'aUserFields'
]
=
array_merge
(
$properties
[
'aUserFields'
],
$aUserFields
);
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
web_service/conf/version.inc
deleted
100755 → 0
+
0
−
7
View file @
28140b96
<?php
// Numéro de la version de cadastre
define
(
"VM_VERSION"
,
"[VERSION]"
);
define
(
"VM_BUILD"
,
"[BUILD]"
);
define
(
"VM_MONTH_YEAR"
,
"[MONTH_YEAR]"
);
define
(
"VM_STATUS"
,
"UNSTABLE"
);
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment