I have the same geojson object that displays the label the way I want it in worldmap node v 2.42.3:
But it displays like this in the newest version of worldmap node:
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