Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MapLibre
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Boris Mericskay
MapLibre
Commits
3b9fac34
Commit
3b9fac34
authored
3 years ago
by
Boris Mericskay
Browse files
Options
Downloads
Patches
Plain Diff
Update GraduatedCirclesColor.html
parent
82a13249
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GraduatedCirclesColor.html
+4
-12
4 additions, 12 deletions
GraduatedCirclesColor.html
with
4 additions
and
12 deletions
GraduatedCirclesColor.html
+
4
−
12
View file @
3b9fac34
...
...
@@ -7,10 +7,6 @@
<style>
#map
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;}
</style>
</head>
...
...
@@ -22,7 +18,7 @@
<script>
//Appel et
configuration
de la carte
// Map
configuration
var
map
=
new
mapboxgl
.
Map
({
container
:
'
map
'
,
...
...
@@ -34,7 +30,7 @@ var map = new mapboxgl.Map({
minZoom
:
11.7
});
// A
jout des données
// A
dd data (Geojson)
map
.
on
(
'
load
'
,
function
()
{
...
...
@@ -105,17 +101,13 @@ map.on('mousemove', function(e) {
});
// Ajout controle de navigation et echelle
// Add navigation control and scale
map
.
addControl
(
new
mapboxgl
.
NavigationControl
({
position
:
'
top-left
'
}));
map
.
addControl
(
new
mapboxgl
.
ScaleControl
({
position
:
'
bottom-right
'
}));
</script>
</body>
</html>
\ No newline at end of file
</html>
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