Skip to content

Commit

Permalink
Fixed JavaScript.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Aug 5, 2024
1 parent f97624c commit 412a753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/dmweb/dmpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function onEachFeature(feature, layer)
{
let content = '';

if (feature.properties && features.properties.type && feature.properties.data)
if (feature.properties && feature.properties.type && feature.properties.data)
{
if (feature.properties.data.name)
{
Expand Down

0 comments on commit 412a753

Please sign in to comment.