Skip to content

Commit

Permalink
changes in style
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lmi committed Dec 20, 2023
1 parent 8e4c5e6 commit a1f4a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions obyggdanefnd/js/modules/layerEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
define([
"esri/widgets/Editor",
"esri/layers/FeatureLayer",
"esri/layers/GroupLayer",
], function(
Editor,
FeatureLayer,
GroupLayer,
) {
return {
editLayer: function(map, view) {
Expand Down
4 changes: 2 additions & 2 deletions obyggdanefnd/js/modules/loadLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ define([
title: "Örnefni línur",
elevationInfo: {mode: "on-the-ground"},
renderer: {
type: "simple", // autocasts as new SimpleRenderer()
type: "simple",
symbol: {
type: "line-3d", // Define the symbol type as line-3d
type: "line-3d",
symbolLayers: [
{
type: "line",
Expand Down

0 comments on commit a1f4a6d

Please sign in to comment.