Skip to content

Commit e699ea0

Browse files
committed
53543d8 als Grundlage nutzen
1 parent 48f761b commit e699ea0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
'heatmap': ['heatmap-opacity']
6767
};
6868

69+
var alignments = {
70+
'left': 'lefty',
71+
'center': 'centered',
72+
'right': 'righty',
73+
'full': 'fully'
74+
}
75+
6976
function getLayerPaintType(layer) {
7077
var layerType = map.getLayer(layer).type;
7178
return layerTypes[layerType];

0 commit comments

Comments
 (0)