Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Ancelin committed Jun 27, 2019
1 parent 4df991e commit e88a0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion labels-underline-default-graphics.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
Map
) {

// This example is a adapted modification of https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=labels-basic

// ---------------------------------------------------------------
// -- Create all elements required for a text symbol
// ---------------------------------------------------------------
Expand Down Expand Up @@ -101,7 +103,6 @@
}
})

var map = new Map({basemap: 'streets'});
const view = new MapView({
container: "viewDiv",
map: new Map({basemap: 'streets'}),
Expand Down

0 comments on commit e88a0c7

Please sign in to comment.