Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
bdl-alkante-visualiseur-core
Commits
e2e92090
Commit
e2e92090
authored
Nov 04, 2022
by
Jenkins
Browse files
Merge commit '
4ef14e51
'
parents
7c17654e
4ef14e51
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/visualiseur-core/src/lib/map/tools/annotating-tools/buffers/buffers.component.ts
View file @
e2e92090
...
...
@@ -72,7 +72,7 @@ export class BuffersComponent implements OnInit, OnDestroy {
this
.
bufferForm
.
get
(
'
radius
'
).
setValue
(
context
.
properties
.
extension
.
Tools
.
Annotation
.
BufferGeneralDistance
);
}));
this
.
mapId
=
this
.
mapIdService
.
getId
()
||
'
visualiseur
'
||
'
main
'
;
this
.
mapId
=
(
this
.
mapIdService
&&
this
.
mapIdService
.
getId
)
?
this
.
mapIdService
.
getId
()
:
'
visualiseur
'
||
'
main
'
;
this
.
subscriptions
.
add
(
this
.
mapService
.
getMapReady
(
this
.
mapId
).
subscribe
(
map
=>
{
this
.
map
=
map
;
...
...
src/env.js
View file @
e2e92090
...
...
@@ -42,12 +42,22 @@
// $ENV.serverUrl = 'https://carto-test.atlasante.fr/';
// $ENV.serverUrl = 'https://carto.geoguyane.fr/';
// Carte_Lidar_PVA_Images_Leve_Topo.map
$ENV
.
serverUrl
=
'
https://carto.datara.gouv.fr/
'
;
// r_gestion_crise_d69.map
// $ENV.serverUrl = 'https://frontcarto-amp.alkante.al:19010/';
// maia.map // panache.map
// $ENV.serverProj = 'https://admincarto-prodige41.alkante.al:19010/';
// $ENV.serverUrl = 'https://test-carto.amp.milieumarinfrance.fr/';
// $ENV.serverMpa = 'https://test-www.amp.milieumarinfrance.fr/';
// 1/france.map
$ENV
.
nearestPoint
=
{
active
:
true
,
uuid
:
'
46694f45-726c-4555-8cc4-f508898f07af
'
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment