GEOJSON objects in Worldmap displaying label heading as "undefined"

I have the same geojson object that displays the label the way I want it in worldmap node v 2.42.3:
Shop
But it displays like this in the newest version of worldmap node:
shop-undefined
Here is the object being used in both cases (except for the colour):
{ "name": "SHOP", "layer": "Parking", "color": [ "hsl(36,97%,55%)" ], "weight": "3", "geojson": { "type": "Feature", "properties": "SHOP", "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.8347274, 55.3996821 ], [ -121.8341884, 55.3995406 ], [ -121.8342977, 55.3993975 ], [ -121.8338165, 55.3992948 ], [ -121.8336873, 55.3994471 ], [ -121.8333031, 55.3993416 ], [ -121.8331278, 55.3995665 ], [ -121.8338107, 55.39976 ], [ -121.8341818, 55.3998519 ], [ -121.834497, 55.3999242 ], [ -121.8347274, 55.3996821 ] ] ] } } }
I can't figure out how to get rid of the 'undefined' heading.

Thanks,
Dave

Thanks. Will have a look tomorrow.

Odd location ?

Not if you like mining! :slight_smile: Cold though at 3deg

Fix will be in v4.3.2 later today

Great, thanks a lot!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.