Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
doc_module_vmap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
doc_module_vmap
Compare revisions
0f69a989bc7e8510dd48b5ffe11f9b5cbf01c6ab to 7b9906267cff5ad817ccf9dbb7fec0fdec4254e9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Documentation/doc_module_vmap
Select target project
No results found
7b9906267cff5ad817ccf9dbb7fec0fdec4254e9
Select Git revision
Swap
Target
Documentation/doc_module_vmap
Select target project
Documentation/doc_module_vmap
Gwendal/doc_module_vmap
carto/doc_module_vmap
3 results
0f69a989bc7e8510dd48b5ffe11f9b5cbf01c6ab
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Intégration de features_zoom à la place de resolution_coeff
· 7b990626
Armand Bahi
authored
6 years ago
7b990626
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
administration/developpement/rapports.md
+6
-5
6 additions, 5 deletions
administration/developpement/rapports.md
with
6 additions
and
5 deletions
administration/developpement/rapports.md
View file @
7b990626
...
...
@@ -123,7 +123,7 @@ Exemple:
"type"
:
"map"
,
"target"
:
"#map_image"
,
"map_id"
:
120
,
"
resolution_coeff"
:
1
,
"
features_zoom"
:
400
,
"scale_target"
:
"map_scale"
},
{
"type"
:
"webservice"
,
...
...
@@ -151,8 +151,9 @@ de type "map" avec les paramètres suivants :
-
target : cible sur laquelle doit se poser la carte ("
\#
" +
l'identifiant de votre balise image)
-
map_id : identifiant de la carte à utiliser
-
resolution_coeff : coefficient de résolution
-
scale_target : nom de la variable qui contiend l'échelle de la
-
features_zoom : coefficient de zoom par rapport à la feature où la valeur
100 correspondrait à un zoom maximum.
-
scale_target : nom de la variable qui contient l'échelle de la
carte dans le template HTML
Exemple:
...
...
@@ -162,7 +163,7 @@ Exemple:
"type"
:
"map"
,
"target"
:
"#map_image"
,
"map_id"
:
120
,
"
resolution_coeff"
:
1
,
"
features_zoom"
:
400
,
"scale_target"
:
"map_scale"
}
```
...
...
@@ -427,7 +428,7 @@ setTimeout(function () {
"type"
:
"map"
,
"target"
:
"#map_image"
,
"map_id"
:
120
,
"
resolution_coeff"
:
1
,
"
features_zoom"
:
400
,
"scale_target"
:
"map_scale"
},
{
"type"
:
"webservice"
,
...
...
This diff is collapsed.
Click to expand it.